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

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


  • Total voters
    651

strontium

Portal Pro
May 19, 2005
59
0
UK
Not much in the log so I have put it below:

01/02/2006 08:00:51 - *******************************************************
01/02/2006 08:12:08 - Sucessfully opened database 'C:\Program Files\Team MediaPortal\MediaPortal\Database\SeriesDatabase.db3'.
01/02/2006 08:12:14 - Sucessfully opened database 'C:\Program Files\Team MediaPortal\MediaPortal\Database\SeriesDatabase.db3'.
01/02/2006 08:12:14 - ******************************************************

anything else that might be helpful?
I have also added the error log below:

01/02/2006 08:12:08 SQL:confused:eriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table path already exists query:CREATE TABLE path (path_id integer primary key, path text);

01/02/2006 08:12:08 SQL:confused:eriesDatabase.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, image_url text, summary_url text);

01/02/2006 08:12:08 SQL:confused:eriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table episode already exists query:CREATE TABLE episode (episode_id integer primary key, season_id int, title text, aired text, episode_number integer, filename text, description text, image_url text, summary_url text);

01/02/2006 08:12:08 SQL:confused:eriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table season already exists query:CREATE TABLE season (season_id integer primary key, series_id int, name text, season_number integer, description text, image_url text);

01/02/2006 08:12:08 SQL:confused:eriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table genre already exists query:CREATE TABLE genre (genre_id integer primary key, name text);

01/02/2006 08:12:08 SQL:confused:eriesDatabase.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);

01/02/2006 08:12:08 SQL:confused:eriesDatabase.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);

01/02/2006 08:12:08 SQL:confused:eriesDatabase.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);

01/02/2006 08:12:08 SQL:confused:eriesDatabase.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);

01/02/2006 08:12:08 SQL:confused:eriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table pattern already exists query:CREATE TABLE pattern (pattern_id integer primary key, pattern text);

01/02/2006 08:12:13 SQL:confused:eriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table path already exists query:CREATE TABLE path (path_id integer primary key, path text);

01/02/2006 08:12:13 SQL:confused:eriesDatabase.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, image_url text, summary_url text);

01/02/2006 08:12:13 SQL:confused:eriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table episode already exists query:CREATE TABLE episode (episode_id integer primary key, season_id int, title text, aired text, episode_number integer, filename text, description text, image_url text, summary_url text);

01/02/2006 08:12:14 SQL:confused:eriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table season already exists query:CREATE TABLE season (season_id integer primary key, series_id int, name text, season_number integer, description text, image_url text);

01/02/2006 08:12:14 SQL:confused:eriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table genre already exists query:CREATE TABLE genre (genre_id integer primary key, name text);

01/02/2006 08:12:14 SQL:confused:eriesDatabase.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);

01/02/2006 08:12:14 SQL:confused:eriesDatabase.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);

01/02/2006 08:12:14 SQL:confused:eriesDatabase.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);

01/02/2006 08:12:14 SQL:confused:eriesDatabase.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);

01/02/2006 08:12:14 SQL:confused:eriesDatabase.db3 cmd:sqlite3_prepare16:pvm=null err:ERROR detailed:table pattern already exists query:CREATE TABLE pattern (pattern_id integer primary key, pattern text);
 

strontium

Portal Pro
May 19, 2005
59
0
UK
I do not know what happened.
I added a folder and went to test and it failed again.
Went back into setup and it imported the folder correctly. I have now been able to add the folders without any more problems.
 

WeeToddDid

Retired Team Member
  • Premium Supporter
  • December 2, 2005
    127
    0
    Ottawa, Canada
    strontium said:
    I do not know what happened.
    I added a folder and went to test and it failed again.
    Went back into setup and it imported the folder correctly. I have now been able to add the folders without any more problems.

    I think i might know what the issue is. Try open media portal, keep it open, and then go into the setup. I bet it will fail. I never took into consideration that both would be open. Let me know
     

    strontium

    Portal Pro
    May 19, 2005
    59
    0
    UK
    It still worked ok when I had mediaportal minimised. Oh well it appears to be working fine now. So I don't know what the problem could be :?
     

    WeeToddDid

    Retired Team Member
  • Premium Supporter
  • December 2, 2005
    127
    0
    Ottawa, Canada
    strontium said:
    It still worked ok when I had mediaportal minimised. Oh well it appears to be working fine now. So I don't know what the problem could be :?

    I did change the database in version 0.14a. Maybe there was an issue with the table structure. In any case, please let me know if it re-occurs.

    Thanks for letting me know.... :wink:
     

    WeeToddDid

    Retired Team Member
  • Premium Supporter
  • December 2, 2005
    127
    0
    Ottawa, Canada
    I have posted new source codes and binary files here

    The plugin can now lookup images from the internet (amazon & google). Although, I find this feature clumsy, its still better than a kick in the ass.

    I left a bug in the code in this version. It will occur when trying to download an image from the Internet using a specific URL. The error will state that their is not enough space. if anyone gets this error, please send me the URL of the image. I will get rid of this issue in the next release.


    I have finally started working on the Media Portal side of this plugin. I am playing around with the layout and I need your input :idea: :idea: :idea:

    Here are your options:

    1. Use the standard menu system with a list of series/seasons/episodes (like the last version). I would enhance it by implementing the info screen - activated when pressing the info button on the remote.

    2. Combining the menu and info screens together. Here is a screenshot of the prototype.

    Screenshot7.JPG



    In any case, i would enable each item in the list view to have its own menu - activated when pressing the menu button on the remote. this will contains things like (re-download info, play, delete, etc)


    Let me know[/url]
     

    Inker

    Retired Team Member
  • Premium Supporter
  • December 6, 2004
    2,055
    318
    Weetod,

    One thing about images. Did you take into consideration my suggestion for allowing the use of url's with placeholders such as www.myurl.com/[seriesname]/images/[season][episodenumber].jpg

    I know if a couple of websites for some shows (mostly small fansites) that serve episode specific images in such a way. Although we certainly dont wanna bring them down with all that traffic, so I suggest supporting this function but not including url's by default.

    Inker
     

    LordMessi

    Retired Team Member
  • Premium Supporter
  • July 4, 2005
    449
    0
    45
    Ørsø, Dronninglund, Denmark
    Home Country
    Denmark Denmark
    WeeToddDid said:
    I have posted new source codes and binary files here

    The plugin can now lookup images from the internet (amazon & google). Although, I find this feature clumsy, its still better than a kick in the ass.

    I left a bug in the code in this version. It will occur when trying to download an image from the Internet using a specific URL. The error will state that their is not enough space. if anyone gets this error, please send me the URL of the image. I will get rid of this issue in the next release.


    I have finally started working on the Media Portal side of this plugin. I am playing around with the layout and I need your input :idea: :idea: :idea:

    Here are your options:

    1. Use the standard menu system with a list of series/seasons/episodes (like the last version). I would enhance it by implementing the info screen - activated when pressing the info button on the remote.

    2. Combining the menu and info screens together. Here is a screenshot of the prototype.

    Screenshot7.JPG



    In any case, i would enable each item in the list view to have its own menu - activated when pressing the menu button on the remote. this will contains things like (re-download info, play, delete, etc)


    Let me know[/url]

    Well....I like number 2. - but I think there might be a problem if got 10+ series...or what? If this could be taken into consideration...I mean not to lose the overview, when having a lot of series...then i'll vote for number 2.
     

    Inker

    Retired Team Member
  • Premium Supporter
  • December 6, 2004
    2,055
    318
    In regards to visualizing the info, how about doing something like this:

    roughscetch4cd.jpg


    Don't laugh, its just a very rough sketch and I'm at work and all I have is pbrush.exe.......seriously

    I'll do a better sketch when I'm home.

    Basically it lists all the series/shows displaying their header Image from tv.com. Those shows (old/less popular ones) without such an image could simply write the name as before.

    Problem is this might not be possible as of yet with MP. If so, and you wish to display information in such a way, I'll try to enable such an element for you.

    Let me know what you think.

    Inker
     

    Users who are viewing this thread

    Top Bottom