Home
Blogs
Forums
Files


Welcome to The Green Button          Sign in | Join | Help

New Video Browser Plugin

Last post 6 hours, 25 minutes ago by jakewill. 452 replies.
Page 5 of 31 (453 items)   « First ... < Previous 3 4 5 6 7 Next > ... Last »
Sort Posts: Previous Next
  •  01-30-2008, 3:19 PM 240012 in reply to 239861

    Re: New Video Browser Plugin

    Vengence,

    sure,

    Ill have a look at adding a special case for ignoring the word "the" when it shows up at the start of a sentence
  •  01-30-2008, 3:26 PM 240015 in reply to 240012

    Re: New Video Browser Plugin

    Please make this configurable, I for one do not want the 'the' word to be ignored when sorting!
  •  01-30-2008, 5:12 PM 240048 in reply to 240010

    Re: New Video Browser Plugin

    Since no one else had mentioned the metadata folder I had thought it might not display if it's hidden. My issue would be then that all my files are actaully on a mounted linux filesystem. I don't think it's possible to set the hidden flag the same way very easy, some samba setting possibly. Linux usually takes a period as the first charage for a hidden file but that doesn't seem to work.
  •  01-30-2008, 9:37 PM 240091 in reply to 240048

    Re: New Video Browser Plugin

    Love this plugin.  Great Job.

    I am having a problem running the ruby tvdb_scraper.rb.  My problem seems to be with spaces in the path name.  For example I am trying to retrieve data for Dexter.  The path name is
    Z:\TV Shows\Dexter\Season 2
    when I run the script I get a directory not found error because it stops at Z:\TV

    So I decided to just remove the spaces between TV and Shows and Season and 2 and it worked.  The problem now is that when I remove the spaces form another show, Doctor Who (2005) it doesn't recognize the show name so I am kind of stuck.  Am I allowed to have spaces in directory names?

    Thanks

    Forgot to mention Z: drive is a network drive if that makes a difference.
  •  01-30-2008, 9:54 PM 240093 in reply to 240091

    Re: New Video Browser Plugin

    Zagor,

    Try passing:

    "Z:\TV Shows\Dexter\Season 2"

    It should work...
  •  01-30-2008, 10:08 PM 240095 in reply to 240093

    Re: New Video Browser Plugin

    I tried doing jus as you said and I get the following error:

    C:\ruby>ruby tvdb_scraper.rb "Z:\TV Shows\Dexter\Season 2"
    Z:\TV Shows\Dexter\Season 2/03.avi
    tvdb_scraper.rb:50:in `initialize': undefined method `text' for nil:NilClass (No
    MethodError)
            from tvdb_scraper.rb:277:in `new'
            from tvdb_scraper.rb:277:in `get_details'
            from tvdb_scraper.rb:340
            from c:/ruby/lib/ruby/1.8/find.rb:39:in `find'
            from c:/ruby/lib/ruby/1.8/find.rb:38:in `catch'
            from c:/ruby/lib/ruby/1.8/find.rb:38:in `find'
            from tvdb_scraper.rb:332

    There are only three files in the season 2 directory named 01.avi 02.avi and 03.avi


    Update:

    Nevermind, it worked after I deleted the series.xml file from the directory (not sure where it came from).
  •  01-30-2008, 11:32 PM 240101 in reply to 240095

    Re: New Video Browser Plugin

    thetvdb.com

    sometimes plays up, I was getting that error as well ... the series.xml is created by the scraper to identify the series (if you delete it it gets regenerated)

    keep in mind there is also a refresh option (--refresh) that should clear that for you.


  •  01-31-2008, 10:09 AM 240193 in reply to 240048

    Re: New Video Browser Plugin

    Ok so unless anyone knows how to set the hidden bit on a linux fs/samba can we have the plugin understand period as first charage to be hidden as well?

    Also I did some testing and in linux at least when using -f to force the name change if there are two files it thinks are the same episode one will be overwritten and in linux case gone forever, anyway to modify the ruby script to prevent this?
  •  01-31-2008, 2:08 PM 240246 in reply to 240193

    Re: New Video Browser Plugin

    Frozty

    I fixed the script so it does not destroy files it thinks are duplicates (download latest from my site) , so --fixnames should be safe now

    I will change VideoBrowser to always hide folders named "metadata" unless someone complains ...

    Sam
  •  01-31-2008, 5:29 PM 240294 in reply to 240246

    Re: New Video Browser Plugin

    sambo99:
    Frozty

    I fixed the script so it does not destroy files it thinks are duplicates (download latest from my site) , so --fixnames should be safe now

    I will change VideoBrowser to always hide folders named "metadata" unless someone complains ...

    Sam


    Thanks a lot, sounds good. If people might complain (i don't see why) might be easier just going with the linux standard. If the first letter of a file/folder is a period it's hidden/not displayed.
  •  02-03-2008, 2:25 AM 240760 in reply to 240294

    Re: New Video Browser Plugin

    Just reporting a minor "bug".

    If you have folder named with numbers as the first charecter, the order will be uncorrect. Example:

    1
    10
    11
    2
    3
    4
    5
    ...

    It should of course be:

    1
    2
    3
    4
    5
    ...

    OML - Open Media Library - Product Manager
  •  02-03-2008, 4:46 AM 240765 in reply to 240246

    Re: New Video Browser Plugin

    Sam, thanx for this plugin! i was looking for an app to replace VMC until i found you plugin.
    I love the list view (the video thumbnails that VMC uses aren't really practical imo), finally also good cover display for non-dvd files (outside the VMC DVD-library you could only get those square cover thumbnails) and the metadata is great!

    I agree with Frozty to hide the 'metadata' folders. I also have my media on a linux based NAS so i can't make those folders hidden in Windows and now they show up in my TV show lists.

    About the movie metadata;
    I've used MyMovies in the past, but i really hate that is screws up my 'folder.jpg' files, which i already have for all my movies (searched for and have carefully selected the hi-res ones). Since you don't have an option in MyMovies to only let it generate xml files for the movies and leave the images alone, it would be great if the Ruby script did the movie metadata as well.
    Or how did you guys solve this? or are you fine with the MyMovies cover images?
  •  02-04-2008, 4:34 AM 240889 in reply to 240765

    Re: New Video Browser Plugin

    DyStiC:
    About the movie metadata;
    I've used MyMovies in the past, but i really hate that is screws up my 'folder.jpg' files, which i already have for all my movies (searched for and have carefully selected the hi-res ones). Since you don't have an option in MyMovies to only let it generate xml files for the movies and leave the images alone, it would be great if the Ruby script did the movie metadata as well.
    Or how did you guys solve this? or are you fine with the MyMovies cover images?

    Finally somebody thinking like me :) DyStiC I have made a small windows application that can fetch metadata and images. Send me a PM if you are interested in getting a very early beta. And to everyone else, if you want in, PM me, don't post it in this thread!

    EDIT: This tool, MetaBabel, is no public software, get it at http://ornskov.dk/wordpress/metababel/


    OML - Open Media Library - Product Manager
  •  02-05-2008, 4:36 AM 241117 in reply to 221122

    Re: New Video Browser Plugin

    OxfordRob:
    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

     

    hi im trying to do just this, but its just not picking up the metadata, the sample content of the xml file above, is this correct?, can somebody provide me with a sample xml file that i can use as a basis, i really dont want to have to run a script or install mymovies just to get metadata for my movies.

    paul.

  •  02-05-2008, 10:45 AM 241205 in reply to 241117

    Re: New Video Browser Plugin

    Paul; send you a PM with a sample.
Page 5 of 31 (453 items)   « First ... < Previous 3 4 5 6 7 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