MyTVSeries - Plugin that organizes TV Video Files (1 Viewer)

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


  • Total voters
    651

WeeToddDid

Retired Team Member
  • Premium Supporter
  • December 2, 2005
    127
    0
    Ottawa, Canada
    Re: OGG Files?

    EqualRightsForWerewolves said:
    this should be taken from the list in "movies"-"movie extensions". that way if someone had some bizarre file format they'd configured their computer to play they could still use it :p

    I have posted the source codes and binaries of version 0.22a of this plugin here.

    Done. I found a list of supported video extentions stored in an array list under MediaPortal.Until.Utils.
     

    zombiepig

    Portal Pro
    March 21, 2005
    408
    0
    Melb, Aus
    Home Country
    Hey WeeTodddid - firstly, thanks again for all the work your putting into this plugin!

    Here's a couple of issues i've found with the latest version:

    - clicking 'test' under regular expressions crashes with an error
    - seems to be a problem with detecting Point Pleasant 1x12. The plugin comes up with a window asking me to select the episode, but episode 12 isn't listed, it skips from 11 to 13. I haven't noticed this with any other series... only Point Pleasant
    - Six feet under series 1 won't display any episode descriptions. maybe this is because there's html formatting for the descriptions?

    Apart from those - everything's working great :D
     

    senhwei

    New Member
    March 5, 2006
    4
    0
    am I doing something wrong ?

    Hi WeeTodddid - your TV series plugin looks great from the screenshots from this thread !

    However, I am having some trouble getting this to work. I downloaded and installed the latest version of Media Portal today and installed the latest version of your plugin (0.21a).

    I was able to import the videos just fine via the configuration utility. And I can get to this screen inside Media Portal :

    mytvseries.jpg


    But nothing happens when I click on the actual TV series. This is what appears in the error.log. I cleared out the log file before trying this, so all these error messages are related to the My TV Series plugin :

    5/03/2006 3:29:14 PM 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/03/2006 3:29:14 PM 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, image_url text, summary_url text);

    5/03/2006 3:29:14 PM 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, image_url text, summary_url text);

    5/03/2006 3:29:14 PM 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/03/2006 3:29:14 PM 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/03/2006 3:29:14 PM 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/03/2006 3:29:14 PM 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/03/2006 3:29:14 PM 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/03/2006 3:29:14 PM 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/03/2006 3:29:59 PM OnMessage exception:confused:ystem.MissingMethodException: Method not found: 'MediaPortal.Playlists.PlayListPlayer MediaPortal.Playlists.PlayListPlayer.get_SingletonPlayer()'.
    at MediaPortal.GUI.Video.TVSeriesPlugin.OnClicked(Int32 controlId, GUIControl control, ActionType actionType)
    at MediaPortal.GUI.Library.GUIWindow.OnMessage(GUIMessage message)

    From the above there seems to be two issues. One relating to the database table already existing (??) and another regarding a missing method when I actually clicked on one of TV series.

    Any advice would be greatly appreciated ! Thanks in advance !

    regards,

    Chris

    System information :

    Area: Media Portal Plugins
    MediaPortal Version: 0.2.0.0 RC2 (2005-12-16)
    MediaPortal Skin: BlueTwo
    Windows Version: Windows XP (SP1)
    .NET CLR Version: 2.0.50727
    DirectX Version: 4.09.00.0904 (9.0c)
    Audio Codec: MPEG/AC3/DTS/LPCM Audio Decoder
    Video Codec: Mpeg2Dec Filter
    CPU Type: AMD Athlon XP 2500+
    Memory: 479 MB
    Motherboard: FN41 (Shuttle Inc)
    TV Card Model: Hauppauge PVR 350
    TV Card Type: Hardware
    TV Card Driver: -
    Video Card Model: Nvidia Geforce4 MX Integrated Gpu (32 MB)
    Video Card Driver: -
    Video Card Resolution: 1024x768
    Video Render Type: Overlay
    Audio Card Model: NVIDIA(R) nForce(TM) Audio
    Audio Card Driver: -
     

    WeeToddDid

    Retired Team Member
  • Premium Supporter
  • December 2, 2005
    127
    0
    Ottawa, Canada
    Re: am I doing something wrong ?

    senhwei said:
    But nothing happens when I click on the actual TV series. This is what appears in the error.log. I cleared out the log file before trying this, so all these error messages are related to the My TV Series plugin :

    I have posted the binaries of version 0.23a of this plugin here.

    I do not have this issue. But then again, I have compiled the latest source codes from the CVS. Do you compile the lastest source codes or do you have the latest compiled version from the net?

    In any case, I think I have solved your issue. Please download version 0.23a and let me know.

    PS: Just copy the MyTVSeries.dll to your plugin folder, unless you want to wipe your database.
     

    garyday

    Portal Member
    March 1, 2006
    48
    0
    Dubai
    Home Country
    United Kingdom United Kingdom
    WeeTodd,

    This is one seriously awesome plugin, this is just what I was looking for.

    However unless I am missing something, I find the 0.17 version to be more usable than the 0.22 version, i like the way in 0.17 you get the synopsis screen at the beginning with a show overview and then per episode you get the description and so on.

    I can see the information is there in the DB, I take it that it's the GUI part
    that's missing from displaying this ?

    Great work regardless..

    Gary
     

    WeeToddDid

    Retired Team Member
  • Premium Supporter
  • December 2, 2005
    127
    0
    Ottawa, Canada
    EqualRightsForWerewolves said:
    - clicking 'test' under regular expressions crashes with an error

    My Fault... I have fixed this in 0.23a

    EqualRightsForWerewolves said:
    - seems to be a problem with detecting Point Pleasant 1x12. The plugin comes up with a window asking me to select the episode, but episode 12 isn't listed, it skips from 11 to 13. I haven't noticed this with any other series... only Point Pleasant

    Tv.com fault... The problem is that they have an 'Aired Date' of 0/0/0. The HTML parser is looking for a valid date. I have fixed this in 0.23a by allowing the year to equal 4 digits or 0.

    EqualRightsForWerewolves said:
    - Six feet under series 1 won't display any episode descriptions. maybe this is because there's html formatting for the descriptions?

    This specific series has a weird entry in the html. I have updated the HTML parser to take it into account.


    Is everything ok within MediaPortal? Can you play videos? I am trying to figure out why Senhwei is having a problem. Do you download the latest CVS code?
     

    WeeToddDid

    Retired Team Member
  • Premium Supporter
  • December 2, 2005
    127
    0
    Ottawa, Canada
    garyday said:
    WeeTodd,

    This is one seriously awesome plugin, this is just what I was looking for.

    However unless I am missing something, I find the 0.17 version to be more usable than the 0.22 version, i like the way in 0.17 you get the synopsis screen at the beginning with a show overview and then per episode you get the description and so on.

    I can see the information is there in the DB, I take it that it's the GUI part
    that's missing from displaying this ?

    Great work regardless..

    Gary

    I am going to have an information screen showing all database info when you press 'Info' on your remote (its called info on my remote anyway). Do you want me to add the description back? If so, respond and i'll do it in a few minutes.
     

    garyday

    Portal Member
    March 1, 2006
    48
    0
    Dubai
    Home Country
    United Kingdom United Kingdom
    WeeTodd,

    Please, at the moment i don't have a remote (can't buy MCE where I am) but will get one soon.

    The thing that i miss is just that, if you could add it then it would be fantastic!

    One more thing, I see the banner download (i.e battlestar-banner.jpg). however i don't see this being used yet (only in the Database Config Screen), is there anyway to:

    1/ if a banner exists show it on the main front page and then skip the the normal jpg when browsing seasons and episodes
    i.e
    on mainscreen where you see list of shows use if available the banner jpg
    if not use the normal jpg file.

    2/ If there are no thumbs per episode / season simply use the non-bannered jpg that is downloaded when importing the database ..

    This would then be to speak canadian "awesome" :)

    Gary
     

    WeeToddDid

    Retired Team Member
  • Premium Supporter
  • December 2, 2005
    127
    0
    Ottawa, Canada
    garyday said:
    1/ if a banner exists show it on the main front page and then skip the the normal jpg when browsing seasons and episodes
    i.e
    on mainscreen where you see list of shows use if available the banner jpg
    if not use the normal jpg file.

    You mean use the series banner instead of the series thumbnail on the image beside the description (when you hover over a series in version 0.17a)? or do you mean the images in the list? If it is the latter then, delete the thumbs and you will see what it looks like (not very nice)

    Ok... I'm off to bed... I'll finish your request tommorrow.
    goodnight.gif
     

    garyday

    Portal Member
    March 1, 2006
    48
    0
    Dubai
    Home Country
    United Kingdom United Kingdom
    Weetood,

    The former, when you hover over a series you see the image on the top left
    with the description to the right of it

    When youre in the season or episode listings, if you don't have a specific
    thumb then do like in 0.17 where on the right where the listing are you show a scaled down version of the image (just to have something) again with the full size pic top left and the info to the right.

    I guess this kinda makes it look just like 0.17 :)...

    P.S Wierd error - i get a crash when trying to add Friends 2x11.avi (in 0.17 and 0.22), no ideas why.. Air date seems ok, no funky HTML in the episode guide - althoug there are a set of speechmarks - " " so maybe that does it ?

    Top stuff WeeTodd
     

    Users who are viewing this thread

    Top Bottom