Series Manager - Rename and move\copy files
#1
Hello everybody,

I'm writing as simple series manager for Windows and i want to share it with you.

It is still i a beta version, but I think it works pretty good.

FEATURES
  • Automatic download episodes name from thetvdb.org
  • Move or copy all the files to a folder
  • Automatic creates folder structure (Series Name\Season n°
  • Optional manual edit the new files name
  • Optional auto-update XBMC Library
  • Multi-Language Support (to add or modify edit Resources\Languages.xml)

TO-DO
  • Create a form to edit the settings (follow the instruction below to manually edit them)
  • Improve the copy routine (at the moment the files are copied one by one)
  • Handle some errors

Resources\Setting.xml EXPLENATION

Code:
<settings>
  <language>Italiano</language>
  <default_serie_lang>Italiano(it)</default_serie_lang>
  <destination_folder>Z:\VideoFamiglia\Serie</destination_folder>
  <regex>([0-9]+)x([0-9]+);s([0-9]+)e([0-9]+)</regex>
  <xbmc_ip>127.0.0.1:8080;192.168.1.67:8080</xbmc_ip>
  <copy>false</copy>
</settings>

<language> - Application (not series) language. MUST be EQUAL to one entry of the Resources\Languages.xml)

<default_serie_lang> - Not working yet

<destination_folder> - Default folder where to move\copy the file. You can modify it in runtime

<regex> - the regular expression to parse your files name. MUST return 2 groups. Group 1 = Season n° Group 2 = Episonde n°. Separate the regex with ";"

<xbmc_ip> - the IP address of your xbmc compleate of port number. Separate IPs with ";". Leave empty to not update the library.

<copy> - false = It'll move your file. true = It'll copy your files.

all the entry are CASE-SENSITIVE

You can download it from:

http://www.megaupload.com/?d=IM5F7XJF

I would like to thanks the tvdblib library which I use in this application.

If you have any question\suggestion\bug please comment this post.

Thank You

Andrea
Reply
#2
This tool already has similar functionality but is still a bit of a WIP

http://forum.xbmc.org/showthread.php?tid=75949

I personally use linux so your tool would be of little use to me.

It would be good though if you could bounce ideas and both end up with a better product. I think the regexp recognition is especially difficult and may need some more minds!
Reply
#3
hi , Andrea .
the link you post for downlad ,not work ...

i get this error massege:
The file you are trying to access is temporarily unavailable. Please try again later..

thank you .
Reply
#4
xysm Wrote:hi , Andrea .
the link you post for downlad ,not work ...

i get this error massege:
The file you are trying to access is temporarily unavailable. Please try again later..

thank you .

Hi,

I updated the link in the first post.

Thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Series Manager - Rename and move\copy files0