|
SageTV Media Extender Discussion related to any SageTV Media Extender used directly by SageTV. Questions, issues, problems, suggestions, etc. relating to a SageTV supported media extender should be posted here. Use the SageTV HD Theater - Media Player forum for issues related to using an HD Theater while not connected to a SageTV server. |
|
Thread Tools | Search this Thread | Display Modes |
#61
|
||||
|
||||
Slugger has the basic concept already.. I am testing it out.
I would like to build this into something that people already have on their sage systems..mainly the sage web ui and the jars that go along with it. My thought here is to create a restful api that can be called from boxee. the restful api will run the code that slugger created ( i will translate into a servlet) once complete the sageboxee.xml rss feed file will be made available on the web server and can be called directly from the boxee app. This way if we want to get fancy like making sure the media is there before playing, etc we can call on the api and regenerate the file whenever we need. |
#62
|
|||
|
|||
Quote:
Quote:
I'd be willing to take on the role of PM for this endeavor and chip in with some code here and there. I spent some time on the RSS stuff earlier today and kind of realized I'm still enjoying my Sage code break and really don't want to dive back into a lot of coding at this stage of the summer. However, I would be willing to try and help organize this effort and attempt to keep it moving forward. I think we need to do a roll call for all interested parties, figure out who's in and who's out, who wants to do what and then start with a high level design discussion, including some mock ups of the UI we're aiming for here and then discussing the functionality behind the UI screens that are mocked up. From there I'm willing to throw my design hat on and see what I can come up with and then let those who want to dive in and code UI and/or backend have at it and see what we can't piece together. Would a Google Group be appropriate for communication?
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#63
|
||||
|
||||
Snds like a plan.
G+ huddle could work nicely. Tmiranda do u have an idea of what elements u will need off the bat? I will start with transforming the groovy ap into an API. And we can go from there. I'll also reach out to jreichen and stuckless to see if they have an opinion on where the best place for this boxeexml creator API can live. |
#64
|
|||
|
|||
If G+ is superior to a Google Group then fine, but I can't sign up for G+ because my Google Account is tied to my domain name, which is a Google Apps domain, which isn't allowed to register with G+ for whatever reason. I really don't want to create a gmail account/a 2nd Google Account, but if G+ is that much better than a Google Group then I'll bite the bullet.
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#65
|
||||
|
||||
Google group is fine with me... Just never used one. :-)
|
#66
|
||||
|
||||
OK by me. Right now I don't know enough about the Boxee UI to know what I need or even what questions to ask. Give me a few days to experiment. Like I said, I'm going to work on the main screen just to learn. My intention is to make it look very close to what the Sage (default UI) menu looks like. If I can get all of those elements looking halfway decent I'll be on my way to learning the UI.
I am certain when it comes to the recordings menu I'll need functionality similar to what the Sage core has, namely: - A way to get recordings filtered by various criteria (for example Show, Watched, Archived, Favorite) - A way to group - A way to sort by various criteria (for example title, date recorded, original air date, season/episode) Tom
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#67
|
|||
|
|||
Google Group it is...
https://groups.google.com/forum/#!fo...getv-boxee-dev The first thread is a roll call... if you're interesting in developing this project please head over there and introduce yourself. I like Tom's approach, especially w.r.t. Boxee UI. Experiment with small little PoC ideas. Get comfortable with the Boxee UI process. Hopefully over the next couple days all interested people will checkin at the Google Group and then we'll see what we have and go from there.
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#68
|
|||
|
|||
Not to sidetrack this thead, but noticed Plex just came out with a newer version today with a lot of new stuff/fixes.
Looks like they also are enhancing their XML-based APIs... would any of the Boxee coding be able to be re-used in the Plex world given they're all XBMC-based? Something to consider, especially since Plex works on Rokus, which you can get as a very cheap extender (cheaper than Boxee). http://elan.plexapp.com/2011/07/20/p...-to-the-stars/ Quote:
__________________
Server: Sage 7.1.9 beta; Dell Inspiron 530; Windows 7 Ultimate 32-bit (UAC turned off); 2TB Internal SATA (TV Recordings) Storage: Synology DiskStation DS411+, RAID 5, 5x 2TB SATA for (DVDs/Music/Other Videos) Tuners: Ceton InfiniTV w/ Verizon FIOS cablecard (using babgvant's SageDCT plugin) Clients: 1x STP-HD300; 1x Acer Aspire Revo 3610 (Atom/Ion) w/ SageTV client (Win 7, EVR, FSE on) |
#69
|
||||
|
||||
i don't know much about plex or roku, but i know when i was looking into roku it was very limited on what it could do.
if xbmc is the underlying framework used, and plex has python support, its possible that once i get the python scripts created which will act as our content gatherers, we could just use the same python sccripts and make differen front end xmls for plex, xbmc, roku, etc. thats a bit off as of right now. WE are focusing on just boxee for the time being. I will keep that in mind and as we are developing i will continue to reserach other solutions in order to figure out how this concept could be reused. |
#70
|
|||
|
|||
Quote:
But yes, would LOVE to see this working first in Boxee Box, then we can have fun on where else this could go in the XBMC ecosystem I use Boxee a ton too so happy to help you test anything as/when you're ready (against my Sage 7.1.9 setup)
__________________
Server: Sage 7.1.9 beta; Dell Inspiron 530; Windows 7 Ultimate 32-bit (UAC turned off); 2TB Internal SATA (TV Recordings) Storage: Synology DiskStation DS411+, RAID 5, 5x 2TB SATA for (DVDs/Music/Other Videos) Tuners: Ceton InfiniTV w/ Verizon FIOS cablecard (using babgvant's SageDCT plugin) Clients: 1x STP-HD300; 1x Acer Aspire Revo 3610 (Atom/Ion) w/ SageTV client (Win 7, EVR, FSE on) |
#71
|
|||
|
|||
First, I've been thinking of getting a Boxee for an extender, and with what I see here, I will be soon, so count me in as a tester soon.
Second, can the Boxee handle high bit rate (Blu-ray) MKV files? (VC-1 and MPEG-4 AVC) Audio downconvert and/or passthru?
__________________
Server #1= AMD A10-5800, 8G RAM, F2A85-M PRO, 12TB, HDHomerun Prime, HDHR, Colossus (Playback - HD-200) Server #2= AMD X2 3800+, 2G RAM, M2NPV-VM, 2TB, 3x HDHR OTA (Playback - HD-200) |
#72
|
||||
|
||||
Yes, I have all my Sage drives shared and Boxee Box streams mkvs and other HD formats from it without a hitch.
|
#73
|
|||
|
|||
Can the Boxee Box handle ripped DVDs in video_ts folders? I've heard some complaints that they don't. Do they support DVD menus?
Is the music interface really as bad as I've heard it is? |
#74
|
||||
|
||||
Quote:
I like what you guys have going here. However, I'm taking a break from Sage development so I won't be a contributor to it. Hopefully things will settle down pretty soon and I'll have a better idea of how much time I'll have to spend on plugins.
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun. Extender: STP-HD300, Harmony 550 Remote, Netgear MCA1001 Ethernet over Coax. SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client, Java 1.6. Plugins: Jetty, Nielm's Web Server, Mobile Web Interface. |
#75
|
||||
|
||||
One small step
Download and put into your userdata apps dir. It doesn't do anything yet but it looks nice
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#76
|
||||
|
||||
I cant wait to see it!!! Gotta feed the kiddo first. I'll get u some screens of the API working...
|
#77
|
||||
|
||||
NICE JOB DUDE!!! that looks awesome!
I can't wait to get some stuff working here. I have the basic structure of some generic apis setup, and will provide you with some screens so you can see them working. After i get the basics working, what would you like me to work on for you so you have some functionality? recordings list? |
#78
|
||||
|
||||
Quote:
- First just the basic status APIs I've discussed before. I want to start with something easy just to make sure I know how to integrate the APIs into the UI. - Second I'd like a recording list and a way to group them. (The equivalent of GroupByMethod(GetMediaFiles("T"), "GetAiringTitle")) My intention is a two pane browser where the left pane has the recording name and the right pane has the episodes. I'm done for tonight....
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#79
|
|||
|
|||
I am really happy that you guys are looking into this. I just can't go back to PC's attached to my TV's after being spoiled by the HD300. Plex/XBMC/Boxee are the only hope for a decent extender anytime in the near future i fear.
Last edited by crusing; 07-22-2011 at 09:59 PM. |
#80
|
||||
|
||||
Thanks for the support... Good things are going to come out of this! At least in my version of this story :-)
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SageTV and XBMC/BOXEE Integration | bradvido | SageTV v7 Customizations | 36 | 02-15-2011 02:31 PM |
Boxee & Sage | Bikeman | SageTV Customizations | 11 | 03-14-2010 03:04 PM |
Played with Boxee a bit... | panteragstk | General Discussion | 6 | 10-05-2009 02:14 PM |
Boxee on the HD200? | Brent | SageTV Media Extender | 8 | 12-11-2008 09:49 AM |