Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Ember Media Manager with Boxee Support released

  1. #1
    Join Date
    Nov 2010
    Posts
    816

    Default Ember Media Manager with Boxee Support released

    Haven't had a chance to try out the new version 1.3.0.7, but includes a boxee module
    http://ember.purplepig.net/projects/embermm
    Boxee Box 1: 1.5.1.23735, Wired, HDMI, HW Version B1 Boxee Box 2: 1.5.1.23735, Wireless via Asus EA-N66, HDMI, HW Version A2
    Network: Wired Ethernet Cat6 (Box1), Wireless (Box2)
    Server 1: unRAID (15.5TB) Server 2: Synology DS-210j (1.5TB Raid1) Server 3: Synology DS-411j (4TB Raid1)
    Router: Asus RT-N56U w/Custom FW
    Switch: HP Procurve 1410-8G
    TV1: Panasonic TC-P50ST50 TV2: Samsung 32LNB540

  2. #2
    Join Date
    Apr 2009
    Location
    Orbiting Venus
    Posts
    16,174

    Default

    Thanks for the heads-up! I'll try to play with this newer version later this week (I've gotten behind in NFO'ing my recorded movies...)
    Note: This is a users' community forum. For official support, submit a Support Request.
    You can also find out how to Get Help or read the Boxee TV and Boxee Box Documentation.

    SageTV Server 7.1.x w/Gemstone and Plex Home Theater v0.9.9.7.146 w/PlexPass
    HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output
    on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT)
    via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB
    Plex Media Server v0.9.7.22 on HP Touchsmart 600-1105xt
    Sonos Play:3, Connect / Simple.TV / Roku 2 XS+Plex / iPhone 5 / iPad 2

    "Some people just aren't happy unless they're disappointed or angry."

  3. #3
    Join Date
    Jun 2012
    Posts
    3

    Default

    I contributed the change for boxee compatability. The module is very basic at the moment, it's for TV shows only - and all it does is save the id into a different field in the xml.

    looking at doing the same for movies, and maybe fixing the runtime next, but I don't get a huge amount of time to play with things, so may take a while (the movie writing out is not as simple as the tv stuff, plus I have mainly tv!). Having said that I am happy to consider requests for extra changes....

  4. #4
    Join Date
    Nov 2010
    Posts
    816

    Default

    Thanks jfearon! You got the obvious one...runtime. The other one would be the formatting of the "genres" listing, so it will allow multiple genres within the Boxee interface.
    http://forums.boxee.tv/showthread.ph...ultiple+genres
    Boxee Box 1: 1.5.1.23735, Wired, HDMI, HW Version B1 Boxee Box 2: 1.5.1.23735, Wireless via Asus EA-N66, HDMI, HW Version A2
    Network: Wired Ethernet Cat6 (Box1), Wireless (Box2)
    Server 1: unRAID (15.5TB) Server 2: Synology DS-210j (1.5TB Raid1) Server 3: Synology DS-411j (4TB Raid1)
    Router: Asus RT-N56U w/Custom FW
    Switch: HP Procurve 1410-8G
    TV1: Panasonic TC-P50ST50 TV2: Samsung 32LNB540

  5. #5
    Join Date
    Apr 2009
    Location
    Orbiting Venus
    Posts
    16,174

    Default

    This is from the Boxee support page for NFO files:

    <genre></genre> - Can contain only the supported descriptors, designed to identify the movie genre. See list below for supported descriptors.

    The genres tag can include only the supported descriptors, they should be separated be space and comma. “,”.

    Genre List: ACTION, ADVENTURE, ANIMATION, COMEDY, CRIME, DOCUMENTARY, DRAMA, FAMILY, FANTASY, FILM_NOIR, HISTORY, MUSIC, MUSICAL, MYSTERY, NEWS, ROMANCE, SCI_FI, SHORT, SPORT, THRILLER, WAR, WESTERN
    Note: This is a users' community forum. For official support, submit a Support Request.
    You can also find out how to Get Help or read the Boxee TV and Boxee Box Documentation.

    SageTV Server 7.1.x w/Gemstone and Plex Home Theater v0.9.9.7.146 w/PlexPass
    HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output
    on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT)
    via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB
    Plex Media Server v0.9.7.22 on HP Touchsmart 600-1105xt
    Sonos Play:3, Connect / Simple.TV / Roku 2 XS+Plex / iPhone 5 / iPad 2

    "Some people just aren't happy unless they're disappointed or angry."

  6. #6

    Default

    Really thanks for your sharing. I also want to check it out.

  7. #7

    Default

    Quote Originally Posted by jfearon View Post
    Having said that I am happy to consider requests for extra changes....
    Maybe change it to so that it doesn't write "Rating" into the mpaa movie rating.
    <mpaa>Rating PG-13</mpaa>
    would instead be
    <mpaa>PG-13</mpaa>

    I wrote my own autoit script that modifies all my NFO files in bulk to do this, since my boxee shows them as Rating: Rating PG-13

  8. #8
    Join Date
    Jun 2012
    Posts
    3

    Default

    I submitted a patch today to allow the runtime field to be specified the same way for tv shows as it is for movies. The default behaviour when switched on is to put the runtime as minutes:

    <title>The One With Phoebe's Cookies</title>
    <runtime>20</runtime>
    <aired>2000-10-19</aired>

    But you can enter the same format as the movie text if you want. Hopefully it wont take too long to get properly released.

    Next is to hide the id for movie nfo's, but the movie code is proving to be much harder to modify.

  9. #9

    Default

    I'm sorry to post to an old thread, but I was wondering if anyone could provide or point me to instructions for installing jfearon's patch. I'm running EMM 1.3.0.7 (latest as of this writing) on Windows 7 64-bit and figured out how to download the patch into a text file (by adding "patch" to the URL), but I'm clueless on how to proceed. I looked all over github to try to figure it out, but I'm not a Linux guy so it's mostly Greek to me. Any help would be greatly appreciated. TIA!
    Boxee Box, FW 1.5.1.23735
    Server: WD MyBook Live (3TB), hard-wired to gigabit network, video shares via NFS
    Network: D-Link DIR-655 gigabit router; Boxee connected via 100 Mbit MoCA (Netgear MCAB1001) through 100Mbit D-Link switch

  10. #10
    Join Date
    Aug 2011
    Location
    Sydney
    Posts
    140

    Default

    For me this vesion of EMM is not working correctly - had to revert to my previous version 1.2.x
    Is anyone else having issues getting latest EMM to work correctly?
    (Not picking up newly added movies, incorrectly id movies)

    Also seems to be horribly unstable - crashes if you just look at skew

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •