Home
Blogs
Forums
Files


Welcome to The Green Button          Sign in | Join | Help

New Video Browser Plugin

Last post 6 hours, 20 minutes ago by jakewill. 452 replies.
Page 2 of 31 (453 items)   < Previous 1 2 3 4 5 Next > ... Last »
Sort Posts: Previous Next
  •  11-09-2007, 4:27 PM 220332 in reply to 220054

    Re: New Video Browser Plugin

    Micklewhite,

    At the moment I use the exact same naming convention and xml format that mymovies uses, I may expand to support more formats in the future...

    Cheers
    Sam
  •  11-09-2007, 4:29 PM 220333 in reply to 219061

    Re: New Video Browser Plugin

    Sorry all,

    I'm going to be offline for the next 3 weeks, please keep the feedback coming, I will spend some time reviewing it all when I get back and should have a new version soon after that ...

    Cheers
    Sam
  •  11-11-2007, 3:55 AM 220529 in reply to 220333

    Re: New Video Browser Plugin

    enjoy the break.
    Eagerly awaiting an update!

    http://www.spore.com/view/profile/Vengence_IRL
  •  11-11-2007, 6:42 PM 220625 in reply to 219061

    Re: New Video Browser Plugin

    Any details on how to configure this?
    My movies resides on a NAS, how do I point it to my files.

    Thnx

    MOBO - GA-G33M-S2;
    CPU - Intel Quardcore 2.4 Ghz ;
    MEM - OCZ Platinum 4GB(4 x 1GB) 240-Pin DDR2 SDRAM DDR2 800 VID - BFG GeForce 7800 GT OC;
    CASE - Antec Veris Fusion v2; Seagate 500GB Main Drive and Samsung Model SH-S203B
  •  11-14-2007, 4:37 AM 221122 in reply to 220625

    Re: New Video Browser Plugin

    I have been toying with the TV Library app when I stumbled on Sam's little gem. For a work in progress it is fab.  I failed to get it read from MyMovies metadata and besides have all my films as AVI files now rather than DVD's or ISO's. I managed to locate a Ruby compiler but on testing the ruby script with the Heroes folder it just seemed to think each episode was the same. Not disheartend it showed me the structure I needed.

    Say you have a folder d:\tv\heroes\season1

    Create a folder called metadata ie : d:\tv\heroes\season1\metadata

    In this folder create xml files with the same names as the .avi files in the directory above this. ie in the Season1 folder I may have a file "S01 E02 - Don't look back.avi" in the metadata folder I then should have a file "S01 E02 - Don't look back.xml".

    The contents is then something like:

    <Item>
    <EpisodeName>This is the episode name or film name</EpisodeName>
    <Overview>This items description of the tv episode or film</Overview>
    <filename>episodes/your image.jpg</filename>
    <SeasonNumber>Season number or perhaps actors</SeasonNumber>
    <ShowName>Name of show or perhaps you could put genre</ShowName>
    </Item>

    The bit that got me a bit puzzled was why you need to put the episodes/image.jpg when the image you want to use it in the metadata folder but it works. ie for each episode of avi film put a jpg into the metadata folder and refer to it in the form:

    <filename>episodes/image name.jpg</filename>

    I hope that makes sense and helps some of you?

    Now if any one has any way of removing all the unwanted menu strips from the MCE I would love to hear from them. All I want is a menu for Pictures, a menu for Music, a menu for Films and TV and then an Exit/Settings option.

    Ho well
  •  11-19-2007, 7:25 AM 222048 in reply to 221122

    Re: New Video Browser Plugin

    Looking forward to see the change history log Sam! Enjoy the time away, and let me know if I can assist at anything!

    OML - Open Media Library - Product Manager
  •  12-12-2007, 10:24 AM 227459 in reply to 222048

    Re: New Video Browser Plugin

    any update on this?

    http://www.spore.com/view/profile/Vengence_IRL
  •  12-17-2007, 3:38 AM 228369 in reply to 221122

    Re: New Video Browser Plugin

    Ouch Rob,

    you were so close to getting this working,

    If the file was named s01e01 - lorem ipsum.av or 1x02 - lorem ipsum.avi or even 102.avi then it would have figured out the correct episode name. For some reason I never came accross s01 e02 format ... but its pretty easy to add to the regex ... I should upload the script to source forge, I was playing with turning this into an exe with mixed success. Also with the ruby script make sure the episodes are all placed under a folder with the series name

    Eg.

    Heroes\s01e02.avi or Heroes\Season 1\02.avi should work ...

    Cheers
    Sam
  •  12-17-2007, 3:42 AM 228371 in reply to 227459

    Re: New Video Browser Plugin

    Well the update on this.

    I have a fix for the DVD folder browsing issue (where it appears to play random DVDs when ripped to disc)

    I also have a hack to work around the slow browsing through the list, Eg. hold the down button on a long list and it appears to be stuck.

    I'm working on a contract for the next couple of weeks so I have had a very limited amount of time to work on this app. Will post an update as soon as I have a new build.


  •  12-17-2007, 3:45 AM 228373 in reply to 228371

    Re: New Video Browser Plugin

    Appreciate the update, keep us posted!

    http://www.spore.com/view/profile/Vengence_IRL
  •  12-17-2007, 11:50 AM 228466 in reply to 228371

    Re: New Video Browser Plugin

    Thanks for the update, nearly thought we'd lost you there Sam!

    OML - Open Media Library - Product Manager
  •  12-25-2007, 10:53 PM 230204 in reply to 228466

    Re: New Video Browser Plugin

    I just finished coding up a few fixes

    1. Fixed DVD playing issue where it would play the wrong DVD sometimes
    2. Fixed an annoying navigation issue where it would select the wrong item in the list when navigating forward
    3. Fixed up an issue where holding down the down key on the romote would cause the UI to get stuck (this may need a bit of tweaking though, so im looking into adding a registry key)

    You can play with the new version at: www.samsaffron.com/MCE_Video_Browser_1_1_1_0.msi
  •  12-26-2007, 5:51 AM 230216 in reply to 230204

    Re: New Video Browser Plugin

    cant wait to try it out.

    http://www.spore.com/view/profile/Vengence_IRL
  •  12-27-2007, 3:06 PM 230607 in reply to 230216

    Re: New Video Browser Plugin

    I've just installed MyMovies 2.42, put all of my movies (AVI and MKV files) into separate folders and imported the mall into the database, and they show up fine in MyMovies.  When I go to VideoBrowser there is no content there!  Do I need to configure it somehow?
  •  12-27-2007, 4:01 PM 230629 in reply to 230607

    Re: New Video Browser Plugin

    Hi Dannyboy

    Create shortcuts in
    C:\Users\<mediacenteruser>\Videos
    to all your video content and it should all show up fine ...

    Cheers

    Sam
Page 2 of 31 (453 items)   < Previous 1 2 3 4 5 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