New Tool: episodescanner - adds series and episodenumbers to your MP or 4TR EPG (1 Viewer)

disaster123

MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: New Tool: episodescanner - adds series and episodenumbers to your MP or 4TR EPG

    yes myself :) working fine here. Sorry no idea at the moment.
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: New Tool: episodescanner - adds series and episodenumbers to your MP or 4TR EPG

    strange but good to hear :)
     

    flintstone99

    MP Donator
  • Premium Supporter
  • April 19, 2008
    209
    18
    Home Country
    Germany Germany
    AW: New Tool: episodescanner - adds series and episodenumbers to your MP or 4TR EPG

    Hi,

    Have set up my MediaPortal from scratch and wanted to try this tool, as it is exactly what is missing :D.
    Did the renaming manualy up to now.
    However it is not working, always says nothing found in cache
    pls. see the log file. Any clue what is wrong?:confused:

    regards
    flintstone
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: New Tool: episodescanner - adds series and episodenumbers to your MP or 4TR EPG

    Hi!

    I'm not shure from where you get your epg informations but the problem is the orig. title in it. Addionally i recommend to you to enable wunschliste and fernsehserien.de.

    Example:
    Serie: Gilmore Girls

    Episode in EPG: Tierisch traurig (Farewell, My Pet)
    at thetvdb.com: Tierisch traurig

    "Tierisch traurig (Farewell, My Pet)" will never match "Tierisch traurig".
     

    flintstone99

    MP Donator
  • Premium Supporter
  • April 19, 2008
    209
    18
    Home Country
    Germany Germany
    AW: New Tool: episodescanner - adds series and episodenumbers to your MP or 4TR EPG

    Hi disaster,

    OK, sounds logic :oops:
    EPG is from DVB-S and from WebEPG.
    Could a substitution rule like '([:alnum:])' => ' ' do the trick? I'll give it a try anyway.

    thanks

    flintstone:D
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: New Tool: episodescanner - adds series and episodenumbers to your MP or 4TR EPG

    yes this should work but you've to use perl regex.

    '\s+\([^\)]+\)$' => ''

    this should work for you.
     

    flintstone99

    MP Donator
  • Premium Supporter
  • April 19, 2008
    209
    18
    Home Country
    Germany Germany
    AW: New Tool: episodescanner - adds series and episodenumbers to your MP or 4TR EPG

    Hi disaster,

    thanks a lot, my regex tries had been realy without success....., BUT

    yes, now it WORKS!!!

    :D:D:D

    regards
    flintstone
     

    flintstone99

    MP Donator
  • Premium Supporter
  • April 19, 2008
    209
    18
    Home Country
    Germany Germany
    AW: New Tool: episodescanner - adds series and episodenumbers to your MP or 4TR EPG

    Hi again,

    as the basic functionality now works, I want to move to the additional features :p

    So I have a question to the config.txt:

    $db_backup_sqlite_path = 'O:\DB\*.db3';
    $db_backup_sqlite_backuppath = 'O:\DB\backup';

    $cleanup_recordings_tvseries_db = 'O:\\DB\\TVSeriesDatabase4.db3';
    $cleanup_recordings_tvseries_db_mainpath = '\\\\192.168.178.100\\mp.data\\VID\\';
    $cleanup_recordings_tvseries_recordings_mainpath = 'O:\\VID\\';

    - Can I freely choose the backup path?
    - is the cleanup_recordings......path the same as the backup path?
    - I guess the IP adsress is the one of my system? --- the same as the $db_host??

    thanks for any suppprt

    regards
    flintstone
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: New Tool: episodescanner - adds series and episodenumbers to your MP or 4TR EPG

    Hi again,

    as the basic functionality now works, I want to move to the additional features :p

    So I have a question to the config.txt:

    $db_backup_sqlite_path = 'O:\DB\*.db3';
    $db_backup_sqlite_backuppath = 'O:\DB\backup';

    $cleanup_recordings_tvseries_db = 'O:\\DB\\TVSeriesDatabase4.db3';
    $cleanup_recordings_tvseries_db_mainpath = '\\\\192.168.178.100\\mp.data\\VID\\';
    $cleanup_recordings_tvseries_recordings_mainpath = 'O:\\VID\\';

    - Can I freely choose the backup path?
    - is the cleanup_recordings......path the same as the backup path?
    - I guess the IP adsress is the one of my system? --- the same as the $db_host??

    thanks for any suppprt

    regards
    flintstone

    Yes you can freely choose the backuppatch - but please keep in mind, that in this case only SQLite DB's are backupped. This will only work if you a) have a single seat installation or b) share the SQLite DBs through the server.

    If it is the same path depends on your installation. the mainpath's must be setup like under tvseries and under recordings in MP TV-Server installation.
     

    Users who are viewing this thread

    Top Bottom