|
SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer. |
|
Thread Tools | Search this Thread | Display Modes |
#121
|
|||
|
|||
Also, a good way to sanity check that you have the right addon version is by looking at the version # on the link below. This is a pull from the XBMC repo and thus is what is used to trigger auto-updating your addons.
If your version doesn't match this, then I would either reboot or uninstall/reinstall the addon to make sure all your files are in sync. http://xbmcaddonbrowser.com/addons/e....video.sagetv/
__________________
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) |
#122
|
||||
|
||||
Excited to check this out! I've been trying to figure out a way to take advantage of cable card recording in SageTV and get a better interface for accessing streaming video sites, so this is super helpful.
Anyone had any issues or run into any nuances using this on Apple TV 2?
__________________
You can find me at Missing Remote. Or playing FF XIV. For XLobby users: XLobby MC |
#123
|
|||
|
|||
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) |
#124
|
|||
|
|||
Quote:
Traveling this week. I did de-install completely and re-install from the file on the github this week-end. Will try again when I get back. Not really sure where the logs are on the Pivos, but need to learn I guess! Thanks your efforts. Eric |
#125
|
|||
|
|||
Quote:
And as you can see in this commit, I checked in 1.4.2 with the matching updated xbmc.js file to the github on Nov 30. Did you reinstall around that time? https://github.com/kricker/plugin.vi...7deb0ab4ca365b I'll continue to be very confused without a log file (which tells me what version you have of everything and what it's expecting and why it's showing you the xbmc.js message), but I highly recommend you stick to the official XBMC repo builds and just install from there. That way you will get the officially supported addon and it will autoupdate... anything outside of that will be developer builds and subject to issues like you're having!
__________________
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) |
#126
|
|||
|
|||
With PVR support officially a part of XBMC Frodo, has there been any talk of developing support for Sage as a PVR backend?
|
#127
|
|||
|
|||
Quote:
Kricker should probably comment more on this, but it sounds like there's growing talk inside XBMC to eventually in the future support python-based PVR addons in which case that would allow us to reuse an incredible amount of code and thinking from this addon. There is no date assigned to that so don't hold your breath, but that's where things stand from my perspective. And maybe by the time this finally comes out, maybe there will finally be another competitor out there that provides Sage-like functionality but is actually supported! (my biggest reason for being on Sage is Ceton support via SageDCT... if something else supported it, I'd probably jump ship at some point).
__________________
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) |
#128
|
|||
|
|||
Hi,
If this is something I missed that's already been covered, please excuse me. Just let me know and I'll search more. I just recently started using this Add-On and have a question involving Commercial Skip. Comskip doesn't always mark the commercials correctly, plus it often cuts off the previews for next weeks episode, even if everything else is perfect. Well, the XBMC support for it is a bit odd, and I wondered how others get around this. It looks like if XBMC sees a .edl file matching the filename, it will automatically "cut" the commercials out. The timeline doesn't show the commercial breaks at all, and you can't rewind to go back into the skipped break. Further, instead of a 30 minute show being listed as 30 minutes, it shows up at around 22 minutes. There's no way to watch the "cut" content, so if the commercials aren't properly detected, you get parts of the show that are skipped. Now, I've done a little reading on XBMC's support for .edl files (http://wiki.xbmc.org/index.php?title=Edit_decision_list). In the .edl file, there are three columns of numbers. The first two represent start and stop locations in the file for commercials, and the third column is an "action". It appears the SageTV ComSkip always sets the action to "0", which XBMC sees as "cut", hence the behavior I described above. If this is set to an action of "3", XBMC will see it as a commercial break and will skip it the first time it encounters it during playback, but if you rewind into a break, it will play the commercial. Further, a 30 minute show will show up as a 30 minute show... Is there any way to change this behavior, so comskip will set these to "3" instead of "0"? Last edited by ptaylor; 12-04-2012 at 08:54 AM. |
#129
|
|||
|
|||
Quote:
Assuming you're using comskip, I would recommend you look around on comskip's site/forums to see if there's a way to change the action (it might be as simple as tweaking the comskip.ini file, but not sure). http://www.kaashoek.com/comskip
__________________
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) |
#130
|
||||
|
||||
He wants to be able to skip back due to an improper marking, or as he stated to be able to view next weeks previews which would be inside of one of the marked breaks. I encounter this myself and just turned off comskip. I never investigated to the extent ptaylor did.
ptaylor, As LehighBri stated, check into comskips options as well as the addon in SageTV to see about switching it to using 3. Also you may want to hand edit a .edl file to see if what you found actually works. To make Sage a full PVR addon, I will have to check the status of PYTHON<->XBMC PVR code. I've not heard anymore on it lately, but I have also been very busy with other things. I will try to investigate further today. Of course if someone wants to help write the binary parts we could get one sooner. |
#131
|
|||
|
|||
Quote:
Simple solution is to add the following property to your comskip.ini which will work for all comskip runs going forward. The setting I use is below which treats the final 2 minutes (120 seconds) of a show as a show and no commercial (even if there really is a commercial there) so that I can see the previews. Helpful? always_keep_last_seconds=120
__________________
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) |
#132
|
|||
|
|||
That would help, but I pretty regularly have parts of shows that are marked as part of commercials. This would eliminate the missed preview problem, at least.
I have validated that if the commercials are marked as "3" instead of "0", XBMC does skip it, but if you rewind, you find yourself viewing the skipped content. The shows are also listed with their proper durations, not the "cut" duration. Unfortunately the Confluence XBMC skin doesn't mark off commercial breaks the way SageTV does in the timeline. Perhaps there is another skin with that support, but I find it useful on my HD200. I have put in a post on the forum as suggested: http://www.kaashoek.com/comskip/viewtopic.php?f=5&t=1368 |
#133
|
|||
|
|||
Quote:
|
#134
|
||||
|
||||
ptaylor,
If you get a response to that post, can you report back and let us know? |
#135
|
|||
|
|||
Sure thing
|
#136
|
||||
|
||||
Sigh....there's always a catch. Are cable co's actually broadcasting in proper 1080p? Never really thought to check what I was getting via my Ceton tuner.
__________________
You can find me at Missing Remote. Or playing FF XIV. For XLobby users: XLobby MC |
#137
|
|||
|
|||
No. Broadcasts are either 1080i or 720p. It doesn't hurt to try and like the above said, try to convert some of your shows into lower quality.
__________________
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) |
#138
|
||||
|
||||
Ughh....and I can't playback Blu-ray either. This project is going downhill fast.
__________________
You can find me at Missing Remote. Or playing FF XIV. For XLobby users: XLobby MC |
#139
|
||||
|
||||
Yeah, TV I'd be willing to re-encode too so I can work around that. But now the lack of Blu-ray support is another kink to work out. Not sure I want to re-encode everything, I wonder if I have enough storage space to start duplicating movies into multiple formats.
__________________
You can find me at Missing Remote. Or playing FF XIV. For XLobby users: XLobby MC |
#140
|
|||
|
|||
Yikes. Probably not a long-term answer unless you want to look to other solutions that aren't Apple TV.
__________________
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) |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SageTV vs. XBMC MediaStream UI? | SørenBM | SageMC Custom Interface | 2 | 03-07-2009 02:29 PM |
MyMovies type of addon for SageTV? | Sizam | SageTV Customizations | 3 | 07-07-2008 04:24 PM |
Ultimate music addon for SageTV? www.pandora.com | mkanet | SageTV Customizations | 13 | 02-19-2006 03:27 AM |
Is there an internal (or addon) SageTV command which rew/ff like an old VCR? | mkanet | SageTV Software | 1 | 08-25-2005 02:42 PM |