Quantcast
Channel: TiVo Community - TiVo Home Media Features & TiVoToGo
Viewing all articles
Browse latest Browse all 654

pyTiVo: is it okay to rename show titles?

$
0
0
So when I transfer shows to my NAS using pyTiVo, they show up as two files per show:

<showname>.TiVo <- actual show
<showname>.TiVo.txt <- metadata file

Can I rename both using the Window Explorer rename (in other words, the F2 key), and will they then show up with those new show names when I view a share on NP on a TiVo? I'm not sure how the TiVo is able to link/pair up those files internally.

This has come up, because some of my wife's folders within shares contain a good number of eps, and my wife wants to see the shows in ep order.

I came up with an idea where I could create a DOS batch file to rename all shows to contain the ep number in the filename, then she could direct her TiVo to display NP in show name order.

BTW, my idea on creating this batch file is like this:

1. Do a DIR *.txt > filename.txt in DOS
2. Do a copy *.txt filename2.txt in DOS
3. Open filename2.txt in Excel
3a) do a text to columns command, then search for the episode parameter in column A, and column B should have the ep number.
3b) strip out all other rows so I just have a list of ep numbers
3c) open file filename.txt in Excel, and splice the two together to form a spreadsheet with filename and ep number in separate columns
3d) edit that spreadsheet to contain DOS commands: (RENAME <filename1> <filename2>, and save it as a DOS batch file, and execute it.

But before embarking on this, I'd like to know if this approach will even accomplish what I'm seeking.

Viewing all articles
Browse latest Browse all 654

Trending Articles