MyTVSeries - Plugin that organizes TV Video Files (7 Viewers)

Should I implement an automatic file organizer to move and rename files?


  • Total voters
    651

mzemina

Retired Team Member
  • Premium Supporter
  • February 23, 2005
    2,065
    14
    Tulsa, OK
    Home Country
    United States of America United States of America
    Maybe I am doing something wrong.

    I have two TV series located in two folders:
    c:\series\Alias
    c:\series\Smallville

    I have corrected the names of the files in each of these folders to match like the example in the Readme.txt file included in the zip file. They are <seriesname> - 1x1 - <episodename>.avi

    But when I go into configuration.exe and execute the configuration for the myTVseries. I have the folder path as c:\series. The test button shows everything ok. But when I press start. I get the window that prompts me to enter a Series name. But it has the correct name in the text window and I click ok and then it pops back up with the same window for the same file.

    What am I doing wrong? I have this setup on 0.2.0.0 RC3

    More info can be provided if it will help.

    Mike
     

    Salty.dh

    Portal Member
    April 20, 2006
    48
    2
    CHli said:
    I found that :

    http://www.tvrage.com/

    which can be simply used with that :

    http://www.tvrage.com/info/quickinfo.html

    Sounds interesting isnt'it ?

    Now why the heck didn't you find this sooner ;)

    Nah it's cool. Let me tidy things up and i'll start on the alternate site support. Then we'll see if this engine is really up to the task...

    The reason I went with episodeworld is they include links to the tv.com page for the show. This gives me the tv.com unique id directly and I can then grab the large show banners from images.com.com. I have been unable to find an efficient way to locate this when using a site like tvrage.com. It would mean performing two searches which means possibly being prompted twice per show. Does that make sense?

    Suggestions on this would be appreciated.


    Salty.
     

    Salty.dh

    Portal Member
    April 20, 2006
    48
    2
    mzemina said:
    Maybe I am doing something wrong.

    I have two TV series located in two folders:
    c:\series\Alias
    c:\series\Smallville

    I have corrected the names of the files in each of these folders to match like the example in the Readme.txt file included in the zip file. They are <seriesname> - 1x1 - <episodename>.avi

    But when I go into configuration.exe and execute the configuration for the myTVseries. I have the folder path as c:\series. The test button shows everything ok. But when I press start. I get the window that prompts me to enter a Series name. But it has the correct name in the text window and I click ok and then it pops back up with the same window for the same file.

    What am I doing wrong? I have this setup on 0.2.0.0 RC3

    More info can be provided if it will help.

    Mike

    Does the log screen indicate anything went wrong? What's the exact file name it's getting stuck on?

    I'll have to grab RC3 to test this. You may want to try RC4 to see if that fixes it for you. Anyways send me the above info and anything else you can think of and we'll go from there.

    *Edit: Do you have the latest version? http://www.samige.com.au/MyTVSeries/MyTVSeries.zip


    Salty.
     

    mzemina

    Retired Team Member
  • Premium Supporter
  • February 23, 2005
    2,065
    14
    Tulsa, OK
    Home Country
    United States of America United States of America
    Salty.dh said:
    mzemina said:
    Maybe I am doing something wrong.

    I have two TV series located in two folders:
    c:\series\Alias
    c:\series\Smallville

    I have corrected the names of the files in each of these folders to match like the example in the Readme.txt file included in the zip file. They are <seriesname> - 1x1 - <episodename>.avi

    But when I go into configuration.exe and execute the configuration for the myTVseries. I have the folder path as c:\series. The test button shows everything ok. But when I press start. I get the window that prompts me to enter a Series name. But it has the correct name in the text window and I click ok and then it pops back up with the same window for the same file.

    What am I doing wrong? I have this setup on 0.2.0.0 RC3

    More info can be provided if it will help.

    Mike

    Does the log screen indicate anything went wrong? What's the exact file name it's getting stuck on?

    I'll have to grab RC3 to test this. You may want to try RC4 to see if that fixes it for you. Anyways send me the above info and anything else you can think of and we'll go from there.

    *Edit: Do you have the latest version? http://www.samige.com.au/MyTVSeries/MyTVSeries.zip


    Salty.

    Salty - I will test tomorrow with the info you requested then I will backup what I have now and install RC4 after that or next day. Yes, I just got your plugin today but its configuration looked the same as the previous version.

    Mike
     

    Rick164

    MP Donator
  • Premium Supporter
  • January 7, 2006
    1,335
    1,006
    Home Country
    Netherlands Netherlands
    Tvrage.com does look very nice, also you can use about the same structure for the all eps parsing:

    http://www.tvrage.com/Alias/episode_list/All

    Maybe when using tvrage it can use the /Alias/ name from above for the tv.com search and don't prompt?
    Not a perfect solution but most good results are the top ones, so it would have to select the first match.
    Dunno of another way because like you said it would have to select it twice(and prompt if more then 1 result).
     

    fathead

    Portal Pro
    March 17, 2005
    209
    0
    30 pages long & its the first time I have ever viewed this thread! :eek:

    What a great plugin. Not yet used it, but from my understanding its a TV version of the "IMDB style" lookup on movies? I onlyhave lost series 1 & 2 so far on my HTPC with each episode as an AVI, so I shall have to try this out.


    Great work guys!
     

    mzemina

    Retired Team Member
  • Premium Supporter
  • February 23, 2005
    2,065
    14
    Tulsa, OK
    Home Country
    United States of America United States of America
    Salty - It appears that the plugin doesn't want to work correctly with RC3. So I have backed up and will delete and install RC4.

    Just to let you know what happened. I changed the folder path to point just to the folder which only had the Alias videos in it. I checked it with the test button and all looked ok. I then checked the error log, it looks like this:
    Code:
    5/31/2006 9:00:46 AM SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table path already exists query:CREATE TABLE path (path_id integer primary key, path text);
    
    5/31/2006 9:00:46 AM SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table series already exists query:CREATE TABLE series (series_id integer primary key, name text, premiered text, airs text, status text, duration text, network text, description text, summary_url text);
    
    5/31/2006 9:00:46 AM SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table episode already exists query:CREATE TABLE episode (episode_id integer primary key, series_id integer, title text, aired text, season_number int, episode_number integer, filename text, description text, summary_url text);
    
    5/31/2006 9:00:46 AM SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table genre already exists query:CREATE TABLE genre (genre_id integer primary key, name text);
    
    5/31/2006 9:00:46 AM SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table genre_series_link already exists query:CREATE TABLE genre_series_link (link_id integer primary key, genre_id int, series_id int);
    
    5/31/2006 9:00:46 AM SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table actor already exists query:CREATE TABLE actor (actor_id integer primary key, name text, character text);
    
    5/31/2006 9:00:46 AM SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table actor_episode_link already exists query:CREATE TABLE actor_episode_link (link_id integer primary key, actor_id int, episode_id integer);
    
    5/31/2006 9:00:46 AM SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table replacementstring already exists query:CREATE TABLE replacementstring (replacementstring_id integer primary key, search text, replace text);
    
    5/31/2006 9:00:46 AM SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table pattern already exists query:CREATE TABLE pattern (pattern_id integer primary key, pattern text);
    
    5/31/2006 9:00:46 AM SQL:TVSeriesDatabase3.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table options already exists query:CREATE TABLE options (option_id integer primary key, property text, value text);

    I then clicked the start button, It appeared like it work and said that it sucessfully processed 4 video files. The error log did not have any additional entries. The MyTVSeries.log had the following:
    Code:
    5/31/2006 9:00:46 AM - **** Plugin started in configuration mode ***
    5/31/2006 9:00:46 AM - Sucessfully opened database 'C:\Program Files\Team MediaPortal\MediaPortal\Database\TVSeriesDatabase3.db3'.
    5/31/2006 9:01:42 AM - Searching for all supported videos files within C:\series\Alias and it's subfolders.
    5/31/2006 9:01:42 AM - Found 4 supported video files.
    5/31/2006 9:04:22 AM - Searching for all supported videos files within C:\series\Alias and it's subfolders.
    5/31/2006 9:04:22 AM - Found 4 supported video files.
    5/31/2006 9:04:22 AM - Scanning folder for supported video files...
    5/31/2006 9:04:22 AM - ---
    5/31/2006 9:04:22 AM - Processing File: c:\series\alias\alias - 5x11 - maternal instinct.avi
    5/31/2006 9:04:22 AM - Regular Expression: '(?<series>[^$]*) - (s|season |)(?<season>[0-9]{1,2})( |)(x|e|ep)(?<episode>[0-9]{1,2})(( |)(-( |)|))(?<title>[^$]*)
    5/31/2006 9:04:22 AM - Parsed Information: Alias - 5x11 - Maternal Instinct
    5/31/2006 9:04:22 AM - Seaching TV.com for matches on parsed series name.
    5/31/2006 9:04:22 AM - Downloading webpage: http://www.tv.com/search.php?type=11&stype=program&qs=alias
    5/31/2006 9:04:25 AM - TV.com did not return any matches for the parsed series name. Skipping file as per options.
    5/31/2006 9:04:25 AM - ---
    5/31/2006 9:04:25 AM - Processing File: c:\series\alias\alias - 5x2 - ... 1....avi
    5/31/2006 9:04:25 AM - Regular Expression: '(?<series>[^$]*) - (s|season |)(?<season>[0-9]{1,2})( |)(x|e|ep)(?<episode>[0-9]{1,2})(( |)(-( |)|))(?<title>[^$]*)
    5/31/2006 9:04:25 AM - Parsed Information: Alias - 5x2 - 1
    5/31/2006 9:04:25 AM - Seaching TV.com for matches on parsed series name.
    5/31/2006 9:04:25 AM - Downloading webpage: http://www.tv.com/search.php?type=11&stype=program&qs=alias
    5/31/2006 9:04:25 AM - TV.com did not return any matches for the parsed series name. Skipping file as per options.
    5/31/2006 9:04:25 AM - ---
    5/31/2006 9:04:25 AM - Processing File: c:\series\alias\alias - 5x3 - the shed.avi
    5/31/2006 9:04:25 AM - Regular Expression: '(?<series>[^$]*) - (s|season |)(?<season>[0-9]{1,2})( |)(x|e|ep)(?<episode>[0-9]{1,2})(( |)(-( |)|))(?<title>[^$]*)
    5/31/2006 9:04:25 AM - Parsed Information: Alias - 5x3 - The Shed
    5/31/2006 9:04:25 AM - Seaching TV.com for matches on parsed series name.
    5/31/2006 9:04:25 AM - Downloading webpage: http://www.tv.com/search.php?type=11&stype=program&qs=alias
    5/31/2006 9:04:26 AM - TV.com did not return any matches for the parsed series name. Skipping file as per options.
    5/31/2006 9:04:26 AM - ---
    5/31/2006 9:04:26 AM - Processing File: c:\series\alias\alias - 5x5 - out of the box.avi
    5/31/2006 9:04:26 AM - Regular Expression: '(?<series>[^$]*) - (s|season |)(?<season>[0-9]{1,2})( |)(x|e|ep)(?<episode>[0-9]{1,2})(( |)(-( |)|))(?<title>[^$]*)
    5/31/2006 9:04:26 AM - Parsed Information: Alias - 5x5 - Out Of The Box
    5/31/2006 9:04:26 AM - Seaching TV.com for matches on parsed series name.
    5/31/2006 9:04:26 AM - Downloading webpage: http://www.tv.com/search.php?type=11&stype=program&qs=alias
    5/31/2006 9:04:26 AM - TV.com did not return any matches for the parsed series name. Skipping file as per options.
    5/31/2006 9:04:26 AM - ---
    5/31/2006 9:04:26 AM - Sucessfully processed 4 video files.

    The Configuration tool did not make any other prompts and when I exited (red "X" in upper right corner) the app it then brought up another instance! I exited that one also and then a My TV Series Configuration app appeared but all the areas were blank, I went to the configuration tab and that was also all blank.

    So it appears that I need RC4 for this to work correctly.

    Mike
     

    idioteque

    Retired Team Member
  • Premium Supporter
  • September 29, 2005
    609
    9
    Home Country
    Netherlands Netherlands
    I updated the skin

    http://www2.vhl.tudelft.nl/~rloggen/share/Skin.zip

    MCE Btw but works with all skins i think

    my.php


    http://img275.imageshack.us/my.php?image=untitled13ol.jpg
     

    Users who are viewing this thread

    Top Bottom