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 1 of 4 (52 items)   1 2 3 4 Next >
Sort Posts: Previous Next
  •  05-07-2008, 5:02 PM 261349

    Sam's Video Browser is now Open Source

    Well, I said I am going to do it ... so here you go, all of the code for video browser is now open source under GPL at:

    http://code.google.com/p/videobrowser

    (I'm considering a BSD style license but I'm not really sure, if anyone wants to contribute and will only contribute to a BSD project let me know)

    The download location is the google project link.

    There is now a new discussion board at: http://bbs.wasnotwas.com/


    I have been discussing with the OML guys how this project can help the OML team. But .... I just want to clarify something here. Video Browser is my baby and while I use Vista MCE I will use it to browse through my media. I am the decider when it comes to what features go in and what features are left out. I have a vision of where I want this to go and will lay it out as soon as I can get it in writing.

    If you use my video browser, it will not go away, it will not get slower, it will not get bloated. The current SVN trunk already has some awsome metadata caching algorithms that makes browsing network shares really fast.

    If you feel like helping, here are some things that will help:

    1. Submit all known bugs to the google code page.
    2. If you are good with graphics, I would like to ship with stock images for TV, Movies and each Genre.
    3. If you are good with websites and would like to mock one up please shoot an email to me, I intent to have the website under source control with the video browser, I am fine hosting it
    4. If you want to buy a domain and donate it to the project shoot me an email. I would be happy to rebrand.
    5. Make the wiki on google code useful ... it should explain what it is and how to use it.

    If you are a developer, let me know what it is you want to write, off the top of my head here are some things I would be keen on

    1. Media center native look and feel, powered by olcay and soultakers open source controls.
    2. Auto update feature: It should check daily if a new version is out there and offer an upgrade, all the windows for doing the upgrade should be in mcml and it should describe whats in it for me when upgrading.
    3. Localization: some people want it. I want an option to localize but do not want any complex configuration menus (like xbmc). A registry setting should do since the vast majority are using this in english.
    4. Online content. I really want online content like trailers and video podcasts.
    5. Richer movie browsing without making the interface too complex. click on actor to see his/her movies.
    6. An option for watched unwatched tracking.
    7. Show me which movies / shows are new in my library this week.
    8. Fix bugs, I want Video Browser to have 0 bugs, no crashes and always be ultra fast.
    9. Transcode 360 and extender support

    Feel free to PM me with any ideas (or just edit the wiki and add them)

    Peace
    Sam
  •  05-07-2008, 5:15 PM 261351 in reply to 261349

    Re: Sam's Video Browser is now Open Source

    With online content, add support for flash based media.

    Always willing to help.
  •  05-09-2008, 12:54 PM 261704 in reply to 261349

    Re: Sam's Video Browser is now Open Source

    I did a rough first stab at reorganizing the behind-the-scenes UI code. Unfortunately a lot of this was to help create/enhance things going forward.

    One thing I did do was remove the black background which doesn't shock the family as much when they launch V.B.

    Anyways I better get back to work, I still have a lot of things to do.

     


    http://blog.manghera.com
  •  05-09-2008, 1:22 PM 261710 in reply to 261704

    Re: Sam's Video Browser is now Open Source

    Holy moly that looks awesome.
    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-09-2008, 1:34 PM 261712 in reply to 261704

    Re: Sam's Video Browser is now Open Source

    I love this so hard.  This has replaced MyMovies as my frontend.  I need to spend some time with the TV scraper before I am comfortable with that aspect, but this is 5 stars.
  •  05-12-2008, 12:33 PM 262228 in reply to 261712

    Re: Sam's Video Browser is now Open Source

    *double post*


    http://blog.manghera.com
  •  05-12-2008, 12:35 PM 262230 in reply to 261712

    Re: Sam's Video Browser is now Open Source

    Hi All,

    I updated my blog with the latest screens for Video Browser, check it out here: http://blog.manghera.com

    *EDIT *

    I really hate the image tags in this forum!

     


    http://blog.manghera.com
  •  05-12-2008, 2:03 PM 262258 in reply to 262230

    Re: Sam's Video Browser is now Open Source

    looking VERY nice...

    Any chance you cqn get rid of the pink and black border around the folder.jpg files?
    My VMC setup:
    (2) Xbox360s
    System 1 -
    Dell XPS410 (2.6Ghz C2D, 2GB Ram,Nvidia 8600GT, Blu-ray internal, HD-DVD external (X360 drive), (2) Vboxx DTA150s (OTA HD), Adaptec Dual Tuner (fed a steady diet of DirecTV... sadly NOT in HD)
  •  05-12-2008, 8:15 PM 262331 in reply to 261704

    Re: Sam's Video Browser is now Open Source

    Does it do per dvd bookmarking?

    MC stores the last bookmark location at HKEY_CURRENT_USER\Software\Microsoft\Multimedia\DVD, DVD.bookmark

    I've done some testing and saving the reg value after the dvd stops, playing another disc, then putting it back before playing the original disc makes it resume playback perfectly.

    use a reg key listener to detect when the key/value is written to trigger saving
    before calling PlayMedia test to see if a bookmark exists, and update the registry with the value if it does

    I was going to update the bookmarking feature in DTB to work like this, but it won't be as clean because I don't know a disc is going to be played until it does (it would have to stop playback, update the reg, then restart).

    DVRMSToolbox, Recording Broker, LcdWriter, and more software
    babgvant.com
  •  05-12-2008, 8:16 PM 262333 in reply to 262331

    Re: Sam's Video Browser is now Open Source

    I'm happy to write code that does this btw, I don't have the SVN client installed on my box to do it directly though.

    DVRMSToolbox, Recording Broker, LcdWriter, and more software
    babgvant.com
  •  05-13-2008, 1:35 AM 262370 in reply to 262331

    Re: Sam's Video Browser is now Open Source

    babgVant:
    Does it do per dvd bookmarking?

    MC stores the last bookmark location at HKEY_CURRENT_USER\Software\Microsoft\Multimedia\DVD, DVD.bookmark

    I've done some testing and saving the reg value after the dvd stops, playing another disc, then putting it back before playing the original disc makes it resume playback perfectly.

    use a reg key listener to detect when the key/value is written to trigger saving
    before calling PlayMedia test to see if a bookmark exists, and update the registry with the value if it does

    I was going to update the bookmarking feature in DTB to work like this, but it won't be as clean because I don't know a disc is going to be played until it does (it would have to stop playback, update the reg, then restart).

    As of right now, no it doesn't have any extended DVD Bookmarks, however, if you want to work on this feature just get in contact with Sam and he can give you read/write access to the project. As for SVN, all you really need is tortoise which is ~5MB? I think.


    http://blog.manghera.com
  •  05-13-2008, 4:55 PM 262545 in reply to 262370

    Re: Sam's Video Browser is now Open Source

    Soultaker, so when are you going to be sharing this new verion of the Video Browser with everyone.

    It looks great!!


    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-13-2008, 7:11 PM 262567 in reply to 262545

    Re: Sam's Video Browser is now Open Source

    One thing that needs to happen is the scaling of the cover image to fit the selection box..... it should be relatively easy to do with the image function in MCML (it has a fairly reasonable image scaling algorithm.
  •  05-13-2008, 9:24 PM 262586 in reply to 262545

    Re: Sam's Video Browser is now Open Source

    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.
  •  05-13-2008, 9:26 PM 262587 in reply to 262567

    Re: Sam's Video Browser is now Open Source

    Re: scaling

    I want to keep the original aspect ratio of the images ... also tv shows have wide images and movies have long images and I want it to look good with both. so Im thinking we will make the box have the same aspect ratio as the first image in the folder.

     
Page 1 of 4 (52 items)   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