Jump to content


Photo

Why I can't use *text.ts to find files?


  • Please log in to reply
26 replies to this topic

#1 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 21 December 2014 - 16:08

Hi,

 

From a Dos session, I tried to find files on my ET9200 and I used generic characters. If I use *.ts, it's good but there is an error with *text.ts where text is what I want : Arrow or Violetta...

 

If I use *text.ts on windows computers on the same network, it works.

 

In fact, I want to use TeraCopy to download on the PC new series movies for my daughter.

 

Does somebody have an explanation?

 

Thank you :) .


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: Why I can't use *text.ts to find files? #2 WanWizard

  • PLi® Core member
  • 68,604 posts

+1,739
Excellent

Posted 21 December 2014 - 16:20

You have to explain what you are exactly doing. How are you trying to search? With what?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Why I can't use *text.ts to find files? #3 ims

  • PLi® Core member
  • 13,624 posts

+212
Excellent

Posted 21 December 2014 - 16:24

in DOS you must for operation with files put names into " ", when in path/name are spaces.

( if you wrote about it :) and if I understand it :D )


Edited by ims, 21 December 2014 - 16:25.

Kdo nic nedělá, nic nezkazí!

Re: Why I can't use *text.ts to find files? #4 WanWizard

  • PLi® Core member
  • 68,604 posts

+1,739
Excellent

Posted 21 December 2014 - 16:30

DOS? Haven't seen that in ages. ;)

 

Ah, it's a Windows command box, with a CIFS mount to the box, and using the "find" command?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Why I can't use *text.ts to find files? #5 40H3X

  • Forum Moderator
    PLi® Contributor
  • 5,794 posts

+187
Excellent

Posted 21 December 2014 - 16:39

If memory serves, you could use from the root of the source where you like to search.

 

dir *text.ts /s

 

kinda same as Linux

 

find / -name filename


Edited by 40H3X, 21 December 2014 - 16:41.

Hardware: Vu+ Uno 4K SE - Vu+ Duo 4K  - Fuba 78 cm - Tripleblock LNB Quad 19.2/23.5/28.2 - DS918+
Software : OpenPLi - OSCam - Settings van Hans - Autotimer - EPGImport

---------------------------------------------------------------------------------------------------------------------------------------

Remember: Upvote with the rep_up.png button for any user/post you find to be helpful, informative, or deserving of recognition!

---------------------------------------------------------------------------------------------------------------------------------------

Many answers to your question can be found in our new and improved wiki

Note: I do not provide support via PM !.


Re: Why I can't use *text.ts to find files? #6 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 21 December 2014 - 17:09

I want to use TeraCopy in a .bat file to copy new files on the computer. My daughter can click on a desktop icon (with the .bat file) to get her new series. And TeraCopy works as Dos.

 

Then if I want to test the * character, I test it with "dir" command, it's easier than using TearCopy and I write :

 

dir \\192.168.0.4\harddisk\movie\Alex\*.ts

 

It works, but if I write :

\\192.168.0.4\harddisk\movie\Alex\*Violetta.ts

or

\\192.168.0.4\harddisk\movie\Alex\”20121209 1750 - SYFY - Coraline”.ts

 

It doesn't work and I have this error message "unobtainable file" :unsure: .


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: Why I can't use *text.ts to find files? #7 WanWizard

  • PLi® Core member
  • 68,604 posts

+1,739
Excellent

Posted 21 December 2014 - 17:29

I wonder if the command has UNC support up until that level.

 

It would probably be easier to make a cmd script, mount the share using 'net use', do a drive letter search, do your thing, and then disconnect it again?

 

A quick test shows a "dir x:\*something.ext" works fine...


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Why I can't use *text.ts to find files? #8 40H3X

  • Forum Moderator
    PLi® Contributor
  • 5,794 posts

+187
Excellent

Posted 21 December 2014 - 17:30

Try using

dir \\192.168.0.4\hardisk\movie\Alex\*olleta.ts

Hardware: Vu+ Uno 4K SE - Vu+ Duo 4K  - Fuba 78 cm - Tripleblock LNB Quad 19.2/23.5/28.2 - DS918+
Software : OpenPLi - OSCam - Settings van Hans - Autotimer - EPGImport

---------------------------------------------------------------------------------------------------------------------------------------

Remember: Upvote with the rep_up.png button for any user/post you find to be helpful, informative, or deserving of recognition!

---------------------------------------------------------------------------------------------------------------------------------------

Many answers to your question can be found in our new and improved wiki

Note: I do not provide support via PM !.


Re: Why I can't use *text.ts to find files? #9 WanWizard

  • PLi® Core member
  • 68,604 posts

+1,739
Excellent

Posted 21 December 2014 - 17:32

\\192.168.0.4\harddisk\movie\Alex\”20121209 1750 - SYFY - Coraline”.ts

 

will not work, you need to enclose the entire path in quotes if it contains spaces...


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Why I can't use *text.ts to find files? #10 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 21 December 2014 - 18:10

Ok, dir "\\192.168.0.4\harddisk\movie\Alex\”20121209 1750 - SYFY - Coraline.ts" works but I have to use generic characters. I don't know if your solution with the drive letter isn't the same as mine but when, from Windows Explorer, I use "Connect a network drive" and I give z: to "\\ET9X00\harddisk", I have the same result :

dir z:\movie\Alex\*.ts works

dir z:\harddisk\movie\Alex\*Violetta.ts or dir "z:\harddisk\movie\Alex\*Violetta.ts" do not work.

 

40H3X, your solution is the same than mine, it doesn't work.


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: Why I can't use *text.ts to find files? #11 WanWizard

  • PLi® Core member
  • 68,604 posts

+1,739
Excellent

Posted 21 December 2014 - 18:13

Correct, that doesn't work (and will never work), because of invalid syntax. The entire filename, including the path, needs to be enclosed in quotes. Not only the bit that contains the spaces.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Why I can't use *text.ts to find files? #12 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 21 December 2014 - 18:23

Ok but as I write it, I've also tried :

dir "z:\harddisk\movie\Alex\*Violetta.ts"

And it doesn't work.

 

And dir z:\harddisk\movie\Alex\*Violetta.ts works fine on windows computer on the same network.


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: Why I can't use *text.ts to find files? #13 40H3X

  • Forum Moderator
    PLi® Contributor
  • 5,794 posts

+187
Excellent

Posted 21 December 2014 - 18:28

Here it works without the " filename" that's strange?


Edited by 40H3X, 21 December 2014 - 18:30.

Hardware: Vu+ Uno 4K SE - Vu+ Duo 4K  - Fuba 78 cm - Tripleblock LNB Quad 19.2/23.5/28.2 - DS918+
Software : OpenPLi - OSCam - Settings van Hans - Autotimer - EPGImport

---------------------------------------------------------------------------------------------------------------------------------------

Remember: Upvote with the rep_up.png button for any user/post you find to be helpful, informative, or deserving of recognition!

---------------------------------------------------------------------------------------------------------------------------------------

Many answers to your question can be found in our new and improved wiki

Note: I do not provide support via PM !.


Re: Why I can't use *text.ts to find files? #14 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 21 December 2014 - 18:31

I use cmd.exe and I have a Dos windows. What do you do?


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: Why I can't use *text.ts to find files? #15 40H3X

  • Forum Moderator
    PLi® Contributor
  • 5,794 posts

+187
Excellent

Posted 21 December 2014 - 18:33

same under run cmd on windows version 6.3.9600 (win 8)


Hardware: Vu+ Uno 4K SE - Vu+ Duo 4K  - Fuba 78 cm - Tripleblock LNB Quad 19.2/23.5/28.2 - DS918+
Software : OpenPLi - OSCam - Settings van Hans - Autotimer - EPGImport

---------------------------------------------------------------------------------------------------------------------------------------

Remember: Upvote with the rep_up.png button for any user/post you find to be helpful, informative, or deserving of recognition!

---------------------------------------------------------------------------------------------------------------------------------------

Many answers to your question can be found in our new and improved wiki

Note: I do not provide support via PM !.


Re: Why I can't use *text.ts to find files? #16 WanWizard

  • PLi® Core member
  • 68,604 posts

+1,739
Excellent

Posted 21 December 2014 - 18:38

Here it works fine too (Windows 7).


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Why I can't use *text.ts to find files? #17 sjlouis

  • Senior Member
  • 1,538 posts

+3
Neutral

Posted 21 December 2014 - 18:43

Waouaw, I have Windows 7 professional and it doesn't work :wacko: .


Vu+ Ultimo 4K - OpenPli 8.3

Xtrend ET9200 - OpenPli 6.2


Re: Why I can't use *text.ts to find files? #18 malakudi

  • Senior Member
  • 1,449 posts

+69
Good

Posted 21 December 2014 - 18:49

Unix provides more advanced ways of doing stuff like that. Assuming your hard disk is in Linux filesystem (ext3 for example), you can create a cron job that generates symbolic links on all recordings happened the last 24 hours. Somehing like:

 

rm -f /media/hdd/today/*

find /media/hdd/movie/ -type f -name \*.ts -mtime 0 -exec ln -s {} /media/hdd/today/ ';'

 

Then all ts files modified in the last 24 hours will be symbolically linked to /media/hdd/today, which you can mount it from your windows system.



Re: Why I can't use *text.ts to find files? #19 WanWizard

  • PLi® Core member
  • 68,604 posts

+1,739
Excellent

Posted 21 December 2014 - 18:52

C:\Users\wanwizard>net use * \\172.16.1.31\OpenPLi
Enter the user name for '172.16.1.31': wanwizard
Enter the password for 172.16.1.31:
Drive Z: is now connected to \\172.16.1.31\OpenPLi.

The command completed successfully.

C:\Users\hverton>dir "z:\*4seven*.ts" /s
 Volume in drive Z is OpenPLi
 Volume Serial Number is BEBF-3113

 Directory of z:\movie

06-07-2013  03:14     1.757.249.724 20130706 0308 - 4seven - Eye Spy.ts
               1 File(s)  1.757.249.724 bytes

     Total Files Listed:
               1 File(s)  1.757.249.724 bytes
               0 Dir(s)  1.683.951.853.568 bytes free

C:\Users\wanwizard>

Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Why I can't use *text.ts to find files? #20 Erik Slagter

  • PLi® Core member
  • 46,960 posts

+541
Excellent

Posted 21 December 2014 - 19:03

I use cmd.exe and I have a Dos windows. What do you do?

No you don't. Windows ME was the last windows based on MS/DOS. You mean a window with a command interpreter aka shell aka command prompt aka command line interface.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users