Home
Blogs
Forums
Files


Welcome to The Green Button          Sign in | Join | Help

video library app for viewing videos/movies and tv episodes with metadata

Last post 2 hours, 49 minutes ago by bzellinger. 1072 replies.
Page 46 of 72 (1,073 items)   « First ... < Previous 44 45 46 47 48 Next > ... Last »
Sort Posts: Previous Next
  •  08-24-2008, 7:06 AM 287731 in reply to 287721

    Re: Proof-of-concept for a tv library app for watching series in order

    --fixed--
  •  08-24-2008, 2:39 PM 287827 in reply to 287731

    Re: Proof-of-concept for a tv library app for watching series in order

    ok I have one episode in a series that is a wmv file.  I added wmv to the list of extension and it picks up the episode. but I get the following error that seems to be similar to Escaped Lions, but I could not find a solution in all the posts here.

    <NeedsUserSelection>true</NeedsUserSelection>
      <Status>There were more than one possible matches for 'Inspector Morse - 04x02 - The Sins of the Fathers'. The user needs to select the correct one.</Status>

    Not sure what to do here?  Any suggestions?

  •  08-24-2008, 4:18 PM 287854 in reply to 287827

    Re: Proof-of-concept for a tv library app for watching series in order

    Another problem I have is that since adding dvr-ms which I found out I needed to change the [avi|mpg] etc to \.avi\.dvr-ms etc and it seemed to work is that now none of the episodic descitptions work.  Instead I just get the series description for every episode.

    I have verified that if I replace this

    <add key="ArchivedTVExpression" value="(?:\w*)\\(?&lt;seriesname&gt;.+?)\s-\s(?&lt;seasonnumber&gt;[ 0-9][0-9])x(?&lt;episodenumber&gt;\d{1,3})\s-\s(?&lt;episodename&gt;.+?)\.(?&lt;extension&gt;[avi|mpg|rmvb])" />
       

    with this

    <add key="ArchivedTVExpression" value="(?:\w*)\\(?&lt;seriesname&gt;.+?)\s-\s(?&lt;seasonnumber&gt;[ 0-9][0-9])x(?&lt;episodenumber&gt;\d{1,3})\s-\s(?&lt;episodename&gt;.+?)\.(?&lt;extension&gt;\.avi\.mpg\.dvr-ms\.wmv])" />

    Then all the sub descriptions stop working and you just get the series desc.  If you add dvr-ms inside || then it crashes.

    Is this a bug somewhere.  Cos the were working earlier.  Andrew

  •  08-26-2008, 4:47 AM 288270 in reply to 287731

    Re: Proof-of-concept for a tv library app for watching series in order

    --fixed--
  •  08-26-2008, 11:59 AM 288416 in reply to 288270

    Re: Proof-of-concept for a tv library app for watching series in order

    When you say fixed, did you mean the 1.8 skyfile is now fixed or that a future release will contain a fix for this bug.  Any place to get the new compiled code?
  •  08-26-2008, 12:02 PM 288418 in reply to 288416

    Re: Proof-of-concept for a tv library app for watching series in order

    I had posted a couple of questions, but I managed to solve it myself. So I edited my posts ;) wasn't in reply to you
  •  08-27-2008, 2:50 PM 288771 in reply to 288418

    Re: Proof-of-concept for a tv library app for watching series in order

    I am having this really weird problem. As soon as I select 'Browse Episodes' the cursor starts jumping around; as if I were rapidly pressing up and down on the remote.


    Using the 'Watch Series' option works fine though.
  •  08-28-2008, 7:59 AM 288961 in reply to 288771

    Re: Proof-of-concept for a tv library app for watching series in order

    I had the same problem.  If you go back a couple of pages a solution was posted.  You need to make sure that the three xml sections which say none specified are completed and also make sure you have a Season.xml file not a folder.xml file.

    Andrew

  •  08-28-2008, 9:32 AM 288994 in reply to 288961

    Re: Proof-of-concept for a tv library app for watching series in order

    Wow, sorry about that. I had started reading the thread from the beginning, but it's quite long so I gave up. Anyway, the solution posted worked! Thanks so much
  •  08-30-2008, 9:50 AM 289438 in reply to 288994

    Re: Proof-of-concept for a tv library app for watching series in order

    back from much-needed vacation. I will complete season-folder testing sometime this holiday weekend. To recap, I am fixing it so that it will grab images for newly added season folders. In addition, it will properly default the image size/type/sort.

    Many thanks to the people paying it forward with the tech support.

  •  08-31-2008, 12:48 PM 289568 in reply to 289438

    Re: Proof-of-concept for a tv library app for watching series in order

    Did you see my post about DVR-MS.  If you add it within | | then the program crashes if you add it with \.DRV-MS then you lose all of the sub title descriptions.

    A

  •  09-01-2008, 9:25 PM 289873 in reply to 289438

    Re: Proof-of-concept for a tv library app for watching series in order

    Update:

    1. Testing on season folder stuff completed.

    2. Multi-threading of metadata downloads is really inefficient and needs optimization. Currently on hold pending more research. The issue priginated when I decided some months back to 'download metadata in the background'.

    3. Re-working out-of-the-box regex to greatly increase the first-run experience for new users.

    • Match all expressions on Page 1 of this thread (Need more work to include expression for \\SERVER\Heroes\Season 01\01. Genesis.avi.)
    • Not care about filetype extension at all.

    JackLuminous:

    back from much-needed vacation. I will complete season-folder testing sometime this holiday weekend. To recap, I am fixing it so that it will grab images for newly added season folders. In addition, it will properly default the image size/type/sort.

    Many thanks to the people paying it forward with the tech support.

  •  09-01-2008, 10:34 PM 289889 in reply to 289438

    Re: Proof-of-concept for a tv library app for watching series in order

    Glad to see you're among the living ;) It will be nice to see the new version drop. Keep up the great work man.



    --
    Travis Bell
    themoviedb.org | The open movie database
  •  09-02-2008, 11:50 AM 290030 in reply to 289873

    • Ogre is not online. Last active: 11-20-2008, 6:40 PM Ogre
    • Top 150 Contributor
    • Joined on 10-26-2005
    • Spine of God, Mars
    • Member

    Re: Proof-of-concept for a tv library app for watching series in order

    Hey welcome back man!

    Here's my current regex:

    <add key="ArchivedTVExpression" value="\\(?&lt;seriesname&gt;.+?)[\. ][sS](?&lt;seasonnumber&gt;\d{1,2})[eExX](?&lt;episodenumber&gt;\d{1,3})[\. ](?&lt;episodename&gt;.+?)(?&lt;extension&gt;\.avi|\.mpg|\.mkv|\.wmv|\.dvr-ms|\.wtv)" />

    This is picking up most of the scene formats but I'm still finding some shows where the filenames list episode numbers as 103 or 204 where the 1 and 2 are season numbers and 03 and 04 are episode numbers. I could do a regex that looks for the first number after the space but I don't think it could be rolled into the same regex as the above one, it would have to be part of a collection of regex's in a loop. (Though to be fair, I'm a total n00b with these regex's.)

    I'm also getting crashes when a file finishes playing. Definitely caused by the TV Pack. The TV Pack also seems to be affecting TVTonic but that's a post for another forum! Har har.

    Any interest on having an entire forum on a different site dedicated to just this plugin? There's like a zillion replies to this one threat and finding useful info at this point has got to be a pain for new people interested in the project.

  •  09-02-2008, 6:47 PM 290137 in reply to 290030

    Re: Proof-of-concept for a tv library app for watching series in order

    crashing is due to TV Pack and how it breaks transport-handling. For now, I just log the error and not re-throw the exception. What this means is that sometimes the pause/play/stop may not update the details page as reliably as it did before (thanks, Microsoft, and thanks for not providing any updated docs for the 'play back architectural changes'...ah well)

     

Page 46 of 72 (1,073 items)   « First ... < Previous 44 45 46 47 48 Next > ... Last »
View as RSS news feed in XML
About TGB | Advertise | Link To Us | Donate | Terms Of Use | Privacy Policy
© 2003-2007 The Green Button, Inc. - All Rights Reserved