home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
MyTVSeries - Plugin that organizes TV Video Files
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mzemina" data-source="post: 56195" data-attributes="member: 11677"><p><strong>Salty</strong> - It appears that the plugin doesn't want to work correctly with RC3. So I have backed up and will delete and install RC4.</p><p></p><p>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:</p><p>[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);</p><p></p><p>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);</p><p></p><p>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);</p><p></p><p>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);</p><p></p><p>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);</p><p></p><p>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);</p><p></p><p>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);</p><p></p><p>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);</p><p></p><p>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);</p><p></p><p>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);[/code]</p><p></p><p>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:</p><p>[code]5/31/2006 9:00:46 AM - **** Plugin started in configuration mode ***</p><p>5/31/2006 9:00:46 AM - Sucessfully opened database 'C:\Program Files\Team MediaPortal\MediaPortal\Database\TVSeriesDatabase3.db3'.</p><p>5/31/2006 9:01:42 AM - Searching for all supported videos files within C:\series\Alias and it's subfolders.</p><p>5/31/2006 9:01:42 AM - Found 4 supported video files.</p><p>5/31/2006 9:04:22 AM - Searching for all supported videos files within C:\series\Alias and it's subfolders.</p><p>5/31/2006 9:04:22 AM - Found 4 supported video files.</p><p>5/31/2006 9:04:22 AM - Scanning folder for supported video files...</p><p>5/31/2006 9:04:22 AM - ---</p><p>5/31/2006 9:04:22 AM - Processing File: c:\series\alias\alias - 5x11 - maternal instinct.avi</p><p>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>[^$]*)</p><p>5/31/2006 9:04:22 AM - Parsed Information: Alias - 5x11 - Maternal Instinct</p><p>5/31/2006 9:04:22 AM - Seaching TV.com for matches on parsed series name.</p><p>5/31/2006 9:04:22 AM - Downloading webpage: http://www.tv.com/search.php?type=11&stype=program&qs=alias</p><p>5/31/2006 9:04:25 AM - TV.com did not return any matches for the parsed series name. Skipping file as per options.</p><p>5/31/2006 9:04:25 AM - ---</p><p>5/31/2006 9:04:25 AM - Processing File: c:\series\alias\alias - 5x2 - ... 1....avi</p><p>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>[^$]*)</p><p>5/31/2006 9:04:25 AM - Parsed Information: Alias - 5x2 - 1</p><p>5/31/2006 9:04:25 AM - Seaching TV.com for matches on parsed series name.</p><p>5/31/2006 9:04:25 AM - Downloading webpage: http://www.tv.com/search.php?type=11&stype=program&qs=alias</p><p>5/31/2006 9:04:25 AM - TV.com did not return any matches for the parsed series name. Skipping file as per options.</p><p>5/31/2006 9:04:25 AM - ---</p><p>5/31/2006 9:04:25 AM - Processing File: c:\series\alias\alias - 5x3 - the shed.avi</p><p>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>[^$]*)</p><p>5/31/2006 9:04:25 AM - Parsed Information: Alias - 5x3 - The Shed</p><p>5/31/2006 9:04:25 AM - Seaching TV.com for matches on parsed series name.</p><p>5/31/2006 9:04:25 AM - Downloading webpage: http://www.tv.com/search.php?type=11&stype=program&qs=alias</p><p>5/31/2006 9:04:26 AM - TV.com did not return any matches for the parsed series name. Skipping file as per options.</p><p>5/31/2006 9:04:26 AM - ---</p><p>5/31/2006 9:04:26 AM - Processing File: c:\series\alias\alias - 5x5 - out of the box.avi</p><p>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>[^$]*)</p><p>5/31/2006 9:04:26 AM - Parsed Information: Alias - 5x5 - Out Of The Box</p><p>5/31/2006 9:04:26 AM - Seaching TV.com for matches on parsed series name.</p><p>5/31/2006 9:04:26 AM - Downloading webpage: http://www.tv.com/search.php?type=11&stype=program&qs=alias</p><p>5/31/2006 9:04:26 AM - TV.com did not return any matches for the parsed series name. Skipping file as per options.</p><p>5/31/2006 9:04:26 AM - ---</p><p>5/31/2006 9:04:26 AM - Sucessfully processed 4 video files.[/code]</p><p></p><p>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.</p><p></p><p>So it appears that I need RC4 for this to work correctly.</p><p></p><p>Mike</p></blockquote><p></p>
[QUOTE="mzemina, post: 56195, member: 11677"] [b]Salty[/b] - 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);[/code] 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.[/code] 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 [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
MyTVSeries - Plugin that organizes TV Video Files
Contact us
RSS
Top
Bottom