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

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
    WeeToddDid said:
    Inker said:
    strontium said:
    Isn't that what already happens. The plugin scan all the files, ignores any file already in the database, and imports the rest.

    That is what happens when I import extra video's.

    Just tried with 28a, and it went through the whole thing again, meaning it imported all the files again.

    Wee, please make this a priority because its unusable if I have to reimport everything all the time.

    Thnx

    EDIT: correction, I just ran it again and this time it didnt...so, I dunno. But please keep this in mind.


    I have added more logging information in version 0.29... trust me, i don't think let downloading duplicate information. If you still think they are... send me your TVSeries.log file.

    I figured it out by reading the working on the import functions in the last release.. The issue araises when you have 2 files that map to the same episode. I have added an option to fix that.
     

    WeeToddDid

    Retired Team Member
  • Premium Supporter
  • December 2, 2005
    127
    0
    Ottawa, Canada
    Re: File Naming

    Todd said:
    I just wanted to mention something that might be no-brainer...
    My Tivo desktop app downloads files using the naming convention -
    Series - ''Episode'' (Date, Station, Channel).TiVo [BTW, those are two single quotes. Ugh!]
    As in -
    Lost - ''One of Them'' (Recorded Feb 15, 2006, WABCDT).TiVo

    I found the error. It seems that the database technology used in MP doesn't like 2 single quotes. I have fix this issue in version 0.29a and up.

    Oh yeah.. Here is your regular expression you need for you TIVO files:

    (?<series>[^$]*) - \'\'(?<title>[^$]*)\'\'

    You'll have to add it yourself to your database, or you can delete your database, and it will automatically be added when it gets re-created.
     

    WeeToddDid

    Retired Team Member
  • Premium Supporter
  • December 2, 2005
    127
    0
    Ottawa, Canada
    falkyre said:
    :shock: You are one quick programmer!! This blows away the same type of plugin that exists on Meedio. Your importing and RegEx are just down right wicked...Got this up and running in like 5 mins whereas I played around with Meedio's plugin for about 2 weeks before I got it going th way I liked it.

    I'll make you a deal.. You switch to MediaPortal... and i'll add any feature you want to my plugin....
     

    ASiDiE

    Retired Team Member
  • Premium Supporter
  • January 14, 2005
    902
    5
    USA
    Wow! that’s what I call an offer.... Just wanted to express my thanks for this plug-in... it is one of the best plug-in I have ever come across. Keep up the good work!
     

    idioteque

    Retired Team Member
  • Premium Supporter
  • September 29, 2005
    609
    9
    Home Country
    Netherlands Netherlands
    wow developement is going realy quickly at this time.

    I know that someone is working on a torrent plugin with a RSS feed to select the torrents

    A while back I created a plugin to let my wife download her favorite torrents from uknova. I've recently added RSS support so it can list out torrents from any feed and if you have a Bittorrent client installed it can tell the client to start downloading. It also supports .mp3 files so it works as a Podcast player. I have a couple folks testing it and I would like to open it up to anyone but I'm hesitant because:
    - What do I call it? My Torrents? My Podcasts...?
    - Should this even be a plugin? It mighty be nice integrated directly into My Music and My Video?
    What do you think?

    https://forum.team-mediaportal.com/viewtopic.php?t=13937

    I am currently testing .30 and I am VERY impressed. it Just gets better and better.

    Small request:

    A option to autoreplace a file, now I still get a pop-up asking me to replace a file

    THX and keep up the good work.
     

    Inker

    Retired Team Member
  • Premium Supporter
  • December 6, 2004
    2,055
    318
    wee, hey there.

    Could you please not include the empty database when you release updates. I just accidently deleted my DB by allowing winrar to unzip with the folder structure. This way only the code and not the data thats already there gets updated.
     

    LordMessi

    Retired Team Member
  • Premium Supporter
  • July 4, 2005
    449
    0
    45
    Ørsø, Dronninglund, Denmark
    Home Country
    Denmark Denmark
    Inker said:
    wee, hey there.

    Could you please not include the empty database when you release updates. I just accidently deleted my DB by allowing winrar to unzip with the folder structure. This way only the code and not the data thats already there gets updated.

    Hmm - do I really need to comment on this Inker? :shock:
     

    falkyre

    Portal Pro
    March 20, 2006
    133
    0
    55
    Winnipeg, Canada
    Home Country
    Canada Canada
    WeeToddDid said:
    falkyre said:
    :shock: You are one quick programmer!! This blows away the same type of plugin that exists on Meedio. Your importing and RegEx are just down right wicked...Got this up and running in like 5 mins whereas I played around with Meedio's plugin for about 2 weeks before I got it going th way I liked it.

    I'll make you a deal.. You switch to MediaPortal... and i'll add any feature you want to my plugin....

    :D Done....I've switched...Now I just have to get my Digital TV channels changing properly so I can show the Wife and Kids...
     

    idioteque

    Retired Team Member
  • Premium Supporter
  • September 29, 2005
    609
    9
    Home Country
    Netherlands Netherlands
    still testing 0,30

    smarten up the parser:

    /csi/season1
    /csi/season2
    /csia/extra's

    add the option to auto add files with extra in name or folder to become extra's

    save time on parsing and UI

    Did u get my txt I mailed u of all the tvseries ?
     

    WeeToddDid

    Retired Team Member
  • Premium Supporter
  • December 2, 2005
    127
    0
    Ottawa, Canada
    idioteque2 said:
    still testing 0,30

    smarten up the parser:

    /csi/season1
    /csi/season2
    /csia/extra's

    add the option to auto add files with extra in name or folder to become extra's

    save time on parsing and UI
    Did u get my txt I mailed u of all the tvseries ?

    Yup and started to look at the files... It will take a long time. You also have a lot of duplicates.

    I think i will work on the file organizer. that way if will organize all your files that have sucessfully imported.
     

    Users who are viewing this thread

    Top Bottom