- May 14, 2008
- 3,558
- 434
- Home Country
- Germany
Hi!
The Episodescanner is a little command line utility that scans your schedules and then adds episodenumber and seriesnumber to the relevant EPG entries. So from now on you can also manager your series recordings within MP-TVSeries. It does NOT rename any files which still exist.
Features:
- adds for all planned schedules episodenumber and seriesnumber to EPG
- caches all grabbed information so that there is no need to rescan the backend database
- supported Backends: thetvdb (international), Wunschliste (only German), Fernsehserien (only German)
- a lot more
Requirements:
- min. MediaPortal 1.1.0 or min. 4TR 1.4
- internet connection
Changelog:
02.02.13: fixed site layout changes for fernsehserien
17.01.13: 1.) fix various utf8 bugs with non ascii chars 2.) fix site layout changes at fernsehserien
23.11.12: updated version to reflect site changes of fernsehserien and wunschliste
01.06.11: fixed a lot of bugs in wunschliste and fernsehserien (no fixes for international users)
23.05.11: fixed wrong config.sample.txt and added more debug logging
05.05.11: blacklist for thumbnail generation, blacklist for scheduled programs which aren't series, fixes for parsing fernsehserien, wunschliste and thetvdb
24.02.11: multiple languages for thetvdb + a lot of fixes
26.02.10 new features: 1.) remove files from recording db if they exist in tvseries 2.) substitutions for specific strings
21.01.10 new features: 1.) execute an external program every X hours 2.) optimize MySQL DB every X hours
17.01.10 fixed: disabling of thetvdb does not work / windows versions without charsetencoding should now work
14.01.10 added 4TR support + other languages + bug fixes
10.07.09 added MySQL support
19.07.09 added Wunschliste as backend
01.07.09 initial release
Installation:
1. download: (Version 02.02.2013) episodescanner.rar
2. extract it where you want - but on the system where tv-server or 4tr runs
3. rename config.smaple.txt to config.txt and open it in a text editor
4. configure it like you want - especially the MySQL / MSSQL part
5. start run_once.bat to check if everything is OK
6. if you want add run_loop.bat to autostart folder - so that it runs the whole time and rescans your DB
7. have fun and reconfigure your recording settings to support episodenumber and seriesnumber
f.e.:
TV-Server Setup:
Recording Settings => Custom Paths and Filenames => Recording Series => Filename:
%title%\%title% - (%name%) S%series%E%episode% - %date% - %start%
the rule for mp-tvseries is then:
MP Setup:
Plugins => MP-TV Series => Config => Import => Parsing Expressions =>
^.*?\\(?<series>.*?) - \((?<title>.*?)\) S(?<season>[0-9]+?)E(?<episode>[0-9]+?) - [0-9]+-[0-9]+-[0-9]+ - [0-9]+_[0-9]+\.(?<ext>[^.]*)$
If you have any problems:
- please start run_debug.bat and attach your log.txt file here in the forum
Thanks!
Stefan
The Episodescanner is a little command line utility that scans your schedules and then adds episodenumber and seriesnumber to the relevant EPG entries. So from now on you can also manager your series recordings within MP-TVSeries. It does NOT rename any files which still exist.
Features:
- adds for all planned schedules episodenumber and seriesnumber to EPG
- caches all grabbed information so that there is no need to rescan the backend database
- supported Backends: thetvdb (international), Wunschliste (only German), Fernsehserien (only German)
- a lot more
Requirements:
- min. MediaPortal 1.1.0 or min. 4TR 1.4
- internet connection
Changelog:
02.02.13: fixed site layout changes for fernsehserien
17.01.13: 1.) fix various utf8 bugs with non ascii chars 2.) fix site layout changes at fernsehserien
23.11.12: updated version to reflect site changes of fernsehserien and wunschliste
01.06.11: fixed a lot of bugs in wunschliste and fernsehserien (no fixes for international users)
23.05.11: fixed wrong config.sample.txt and added more debug logging
05.05.11: blacklist for thumbnail generation, blacklist for scheduled programs which aren't series, fixes for parsing fernsehserien, wunschliste and thetvdb
24.02.11: multiple languages for thetvdb + a lot of fixes
26.02.10 new features: 1.) remove files from recording db if they exist in tvseries 2.) substitutions for specific strings
21.01.10 new features: 1.) execute an external program every X hours 2.) optimize MySQL DB every X hours
17.01.10 fixed: disabling of thetvdb does not work / windows versions without charsetencoding should now work
14.01.10 added 4TR support + other languages + bug fixes
10.07.09 added MySQL support
19.07.09 added Wunschliste as backend
01.07.09 initial release
Installation:
1. download: (Version 02.02.2013) episodescanner.rar
2. extract it where you want - but on the system where tv-server or 4tr runs
3. rename config.smaple.txt to config.txt and open it in a text editor
4. configure it like you want - especially the MySQL / MSSQL part
5. start run_once.bat to check if everything is OK
6. if you want add run_loop.bat to autostart folder - so that it runs the whole time and rescans your DB
7. have fun and reconfigure your recording settings to support episodenumber and seriesnumber
f.e.:
TV-Server Setup:
Recording Settings => Custom Paths and Filenames => Recording Series => Filename:
%title%\%title% - (%name%) S%series%E%episode% - %date% - %start%
the rule for mp-tvseries is then:
MP Setup:
Plugins => MP-TV Series => Config => Import => Parsing Expressions =>
^.*?\\(?<series>.*?) - \((?<title>.*?)\) S(?<season>[0-9]+?)E(?<episode>[0-9]+?) - [0-9]+-[0-9]+-[0-9]+ - [0-9]+_[0-9]+\.(?<ext>[^.]*)$
If you have any problems:
- please start run_debug.bat and attach your log.txt file here in the forum
Thanks!
Stefan
Last edited: