Home
Blogs
Forums
Files


Welcome to The Green Button          Sign in | Join | Help

Sam's Video Browser is now Open Source

Last post 06-02-2008, 7:22 AM by surge. 51 replies.
Page 2 of 4 (52 items)   < Previous 1 2 3 4 Next >
Sort Posts: Previous Next
  •  05-13-2008, 9:41 PM 262589 in reply to 262587

    Re: Sam's Video Browser is now Open Source

    What about scaling the select box to the size of the image then? I'm thinking that it would just make it neater in appearance
  •  05-14-2008, 12:26 AM 262601 in reply to 261349

    Re: Sam's Video Browser is now Open Source

    All,

    I have set up a discussion board for video browser at: http://bbs.wasnotwas.com/

    Cheers
    Sam
  •  05-14-2008, 12:46 AM 262604 in reply to 262370

    Re: Sam's Video Browser is now Open Source

    babgVant

    Feel free to PM me for SVN write access

    Cheers
    Sam
  •  05-14-2008, 1:52 AM 262615 in reply to 262604

    Re: Sam's Video Browser is now Open Source

    Regarding the scaling issue, that was one of the first test I did. But I immediately threw it out because it looked like crap even with Media Center's scaling algorithms.

    The bottom line is MC can scale generic images (think buttons, icons) very well but detailed images (DVD art, images with text, faces, etc) really suffer if they are not kept in the proper aspect ratio for that image.


    http://blog.manghera.com
  •  05-14-2008, 9:01 AM 262696 in reply to 262615

    Re: Sam's Video Browser is now Open Source

    One thing I have noticed about the browser (small issue) when you first open the the first movie cover isn't displayed, you have to come back to it before you see the movie cover.

    This happens on all views, I've seen this on the previous release as well as the recent revision.


    System Specs:
    Pentium 4 Processor 3.06GHz
    2 GB RAM
    GForce 8500 GT 512Mb
    Hauppauge WinTV-HVR-1800
    Creative X-Fi XtremeGamer
    40 inch Zenith DVI
    Vista System Rating 4.5
  •  05-15-2008, 8:29 AM 262906 in reply to 262586

    Re: Sam's Video Browser is now Open Source

    sambo99:
    I just uploaded an alpha version of Video Browser, its unfinished we still have quite a few fixes we need to implement, but it should give you a feel of the new direction.


    ** Thanks soultaker, for all your hard work !  

    Any feedback is more than welcome.


    I like the new release, but I did not realise it would change the background color.  I really want the black, is there anyway I can get it back?
  •  05-15-2008, 11:02 AM 262946 in reply to 262906

    Re: Sam's Video Browser is now Open Source

    Could you implement support for TV episodes just like on myTV ?
    That would be ... awesone! :-)
  •  05-15-2008, 12:46 PM 262972 in reply to 262946

    Re: Sam's Video Browser is now Open Source

    We will be providing styles in a future release to accomodate our users who prefer black, or blue, or gold, or pink..., however, in the short term you cannot override the default background.

    We already support TV episodes, all you need to do is download the Ruby Scraper and follow the instructions on use.

     


    http://blog.manghera.com
  •  05-15-2008, 2:30 PM 262992 in reply to 262972

    Re: Sam's Video Browser is now Open Source

    Is there any chance of posting some "detailed" instructions on how to use the Ruby Scrapper? 
    E4500
    4gig Ram
    500gig hdd
    Nvidia 8500gt
    Nvidia DualTV Tuner
    HDHOMERUN Tuner
    Vista
    Linksys 2100 Extender
    WHS 2TB storage
  •  05-15-2008, 2:36 PM 262994 in reply to 262992

    Re: Sam's Video Browser is now Open Source

    Pete,

    It was on his old webpage

    try reading this forum

    http://thegreenbutton.com/forums/thread/219061.aspx


    Dell xps420 w/ dual ATI cable cards
    Hdhomerun for QAM
    Panasonic 50" Plasma fed by xbox 360
    Panasonic 42" plama fed by xbox 360
    3TB in storage and counting
  •  05-15-2008, 2:38 PM 262995 in reply to 262992

    Re: Sam's Video Browser is now Open Source

    pete,

    found it

    http://www.samsaffron.com/downloads/2


    Dell xps420 w/ dual ATI cable cards
    Hdhomerun for QAM
    Panasonic 50" Plasma fed by xbox 360
    Panasonic 42" plama fed by xbox 360
    3TB in storage and counting
  •  05-15-2008, 5:10 PM 263015 in reply to 262995

    Re: Sam's Video Browser is now Open Source

    I cant figure out how to add the path to my videos on the tvdb scraper to get it to run, I'm no good at this crap.
    E4500
    4gig Ram
    500gig hdd
    Nvidia 8500gt
    Nvidia DualTV Tuner
    HDHOMERUN Tuner
    Vista
    Linksys 2100 Extender
    WHS 2TB storage
  •  05-16-2008, 2:13 AM 263084 in reply to 263015

    Re: Sam's Video Browser is now Open Source

    Ok this is what I did - keep in mind I wanted to do this as fast as possible with as little headaches so I didn't exactly follow best practices but ... whatever at the end of the day it works for me.

    My Guide to Using the Scraper

    1) Download and install Ruby. I installed it to the C:\Ruby\ directory.

    2) Download the tvdb_scraper.rb, http://www.samsaffron.com/tvdb_scraper.rb. I placed it in the C:\Ruby\ folder from step 1.

    3) Before using tvdb_scraper make sure your TV-Series follow this pattern: "The Simpsons\Season 19\01.avi"

    4) Open command prompt and navigate to the ruby directory. ( cd C:\Ruby )

    5) Now run the scraper on the desired tv-show location. ( ruby tvdb_scraper.rb "D:\Media\TV\The Simpsons\Season 19" --refresh )

    6) Check the metadata, if everything is correct you can run fixnames to rename the files automatically for you. ( ruby tvdb_scraper.rb "D:\Media\TV\The Simpsons\Season 19" --fixnames)

    ***

    If you are comfortable with bat files, I can guide you to automate this whole process with a simple double click.


    http://blog.manghera.com
  •  05-16-2008, 4:55 AM 263097 in reply to 263015

    Re: Sam's Video Browser is now Open Source

    Pete send me a email or pm and I will be happy to walk you through it.
    Dell xps420 w/ dual ATI cable cards
    Hdhomerun for QAM
    Panasonic 50" Plasma fed by xbox 360
    Panasonic 42" plama fed by xbox 360
    3TB in storage and counting
  •  05-16-2008, 5:02 AM 263101 in reply to 263015

    Re: Sam's Video Browser is now Open Source

    pete1122:
    I cant figure out how to add the path to my videos on the tvdb scraper to get it to run, I'm no good at this crap.


    I replied to your topic in the video browser's forum: http://bbs.wasnotwas.com/viewtopic.php?f=7&t=17
Page 2 of 4 (52 items)   < Previous 1 2 3 4 Next >
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