empty
2008-12-28, 01:50
Hello,
I have a problem, I need to rename my whole Video library and to avoid a lot of handcraft I need a script or tool which is renaming to following file(s).
gdwand-xvid cd1.avi
gdwand-xvid cd2.avi
gdwand-xvid.nfo
folder.jpg
"Gegen Die Wand.tbn" must have the same name like the files above.
So the correct naming looks like this:
gdwand-xvid cd1.avi
gdwand-xvid cd2.avi
gdwand-xvid.nfo
gdwand-xvid.tbn
"/Videos/Filme/MovieFolderA"
"/Videos/Filme/MovieFolderB"
and so on
In this path I have a lot of movies which has to be corrected, so if anyone has an idea how I could do this... would be very nice :)
Approach One:
A solution would be that I can tell xbmc that he is using in the library folder.jpg too or is that not clever?
Approach Two:
Another alternate solution could be to rename all the *.avi,*.idx*.sub with the scheme parentfolder but there is that problem there are some movies which are splitted in 2x700mb so I could only rename one avi automatic and the another per hand :( so an exception rule for cd1/cd2 is an idea but I have no tool with this option.
Approach Three:
Can I change XBMC, that he is using the following:
/Videos/Filme/Gegen die Wand/
gdwand-xvid cd1.avi
gdwand-xvid cd2.avi
gdwand-xvid.nfo
Gegen die Wand.tbn
So that XBMC is using the foldersname as the thumb?
Approach Four:
I found "this" script here: ( http://xbmc.org/forum/showthread.php?t=27957 )
REM Make a .tbn copy of the .folder.jpg
FOR /D %%p in (*) do copy "%%p\folder.jpg" "%%p\%%p.tbn"
I have no knowledge about batchscripting so, how can I tell him that he use instead of foldersname the name of an existing *.avi or *.nfo this would be a great help to get my thumbs in the librarymode working.
Nice greets from germany :)
I have a problem, I need to rename my whole Video library and to avoid a lot of handcraft I need a script or tool which is renaming to following file(s).
gdwand-xvid cd1.avi
gdwand-xvid cd2.avi
gdwand-xvid.nfo
folder.jpg
"Gegen Die Wand.tbn" must have the same name like the files above.
So the correct naming looks like this:
gdwand-xvid cd1.avi
gdwand-xvid cd2.avi
gdwand-xvid.nfo
gdwand-xvid.tbn
"/Videos/Filme/MovieFolderA"
"/Videos/Filme/MovieFolderB"
and so on
In this path I have a lot of movies which has to be corrected, so if anyone has an idea how I could do this... would be very nice :)
Approach One:
A solution would be that I can tell xbmc that he is using in the library folder.jpg too or is that not clever?
Approach Two:
Another alternate solution could be to rename all the *.avi,*.idx*.sub with the scheme parentfolder but there is that problem there are some movies which are splitted in 2x700mb so I could only rename one avi automatic and the another per hand :( so an exception rule for cd1/cd2 is an idea but I have no tool with this option.
Approach Three:
Can I change XBMC, that he is using the following:
/Videos/Filme/Gegen die Wand/
gdwand-xvid cd1.avi
gdwand-xvid cd2.avi
gdwand-xvid.nfo
Gegen die Wand.tbn
So that XBMC is using the foldersname as the thumb?
Approach Four:
I found "this" script here: ( http://xbmc.org/forum/showthread.php?t=27957 )
REM Make a .tbn copy of the .folder.jpg
FOR /D %%p in (*) do copy "%%p\folder.jpg" "%%p\%%p.tbn"
I have no knowledge about batchscripting so, how can I tell him that he use instead of foldersname the name of an existing *.avi or *.nfo this would be a great help to get my thumbs in the librarymode working.
Nice greets from germany :)