SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV v9 Customizations > Gemstone for v9
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

Gemstone for v9 This forum is for discussing the user-created Gemstone custom interface for SageTV.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-14-2016, 10:11 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Gemstone 2 - in progress

I wanted to take a moment out of the work I am doing to get another Gemstone release out (and my installer work) and let everyone know that there is going to be a V9 Gemstone 2.x release coming out "soon" (soon is certainly relative to the time I get to do this )

Here is a list of my TODO for Gemstone 2....
  • fix as many issues from Gemstone 1 as possible - many are fixed already - please ensure if you know of an issue that it is in the current list here...
  • FANART / FANART / FANART fixes - this is a high priority for me
  • Mouse friendly interface
  • Touch friendly interface (with or without SageTV core changes)
  • Tablet updates - slim out the UI, Menus, Flows so it's easier to use on a tablet
  • Add Movie Collection support from TMDB (done...see below samples)
  • Add better support/control for TV Series Status (series ended/ongoing)
  • New feature for addressing missing Episodes for a Series (done...see below sample)
  • Add Phoenix style FF Thumbnails to OSD (done...see below sample)
  • Improve performance where possible
  • Built on the V9 STV
  • Will use the latest Phoenix Core API which is V9 specific
  • More features around weather as time permits to add
  • May cleanup the Flows to handle Music better and/or create a Music specific Flow style
  • More....
Reminder: my Indiegogo campaign is still in progress if you wish to contribute....see here....

Some sample screens from Gemstone 2

Movie Collections added to all Flow types...






System Messages for Missing Episodes after a Media Scan....


Phoenix Style FF Thumbnails in On Screen Display....


Suggestions for features welcome....

k
Attached Images
File Type: png MissingEpisodesSystemMessages-medium.PNG (129.7 KB, 2104 views)
File Type: png MovieCollections_1-medium.PNG (315.7 KB, 2129 views)
File Type: png MovieCollections_2-medium.PNG (237.6 KB, 2111 views)
File Type: png MovieCollections_3-medium.PNG (187.8 KB, 2124 views)
File Type: png OSDThumnailBrowse-medium.PNG (380.0 KB, 2384 views)
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #2  
Old 03-14-2016, 01:53 PM
Skirge01's Avatar
Skirge01 Skirge01 is offline
SageTVaholic
 
Join Date: Jun 2007
Location: New Jersey
Posts: 2,599
I like what I'm seeing already. You're off to a good start.

This would probably need to be handled by the Phoenix API first, but I'm sure it would need to be handled by Gemstone, as well: Multi-episode files. For example, the two part series premier for Star Trek TNG. That was one file when I ripped it from my Blu-ray. Currently, I have it set as though it's only episode 1 and then manually rename it in BMT to "...(Parts 1 & 2)", leaving it with just episode one's description. However, that obviously shows that I'm also "missing" episode 2 when I browse the TV show. Kodi displays the same file twice, listed as both episodes, but doesn't otherwise indicate that either contain both episodes, unless you look at the running time and are aware how long an episode normally is.

I think it would also be perfectly acceptable (maybe preferred?) if such files displayed with "...(Ep. 01 & 02)". This might look better when browsing and a multi-part episode is in the middle or end of the season because it would be plainly visible that you aren't missing the subsequent episode number just because it doesn't display it twice like Kodi.

In case you're curious, Kodi handles the file naming like this.
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case
Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB
Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion
Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT
Software: SageTV 7
Reply With Quote
  #3  
Old 03-14-2016, 05:40 PM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by Skirge01 View Post
I like what I'm seeing already. You're off to a good start.

This would probably need to be handled by the Phoenix API first, but I'm sure it would need to be handled by Gemstone, as well: Multi-episode files. For example, the two part series premier for Star Trek TNG. That was one file when I ripped it from my Blu-ray. Currently, I have it set as though it's only episode 1 and then manually rename it in BMT to "...(Parts 1 & 2)", leaving it with just episode one's description. However, that obviously shows that I'm also "missing" episode 2 when I browse the TV show. Kodi displays the same file twice, listed as both episodes, but doesn't otherwise indicate that either contain both episodes, unless you look at the running time and are aware how long an episode normally is.

I think it would also be perfectly acceptable (maybe preferred?) if such files displayed with "...(Ep. 01 & 02)". This might look better when browsing and a multi-part episode is in the middle or end of the season because it would be plainly visible that you aren't missing the subsequent episode number just because it doesn't display it twice like Kodi.

In case you're curious, Kodi handles the file naming like this.
This is part of the changes done for the Missing Episodes functionality. I had changes to make in both Phoenix as well as Gemstone.

Basically I added a new field that will be available in BMT (in the Raw data area) as well as within Gemstone that is an EpisodeCount. The value by default is 1. When the check for missing episodes is run, if it finds a missing episode then it firsts checks the previous episode EpisodeCount value and if it makes up for the gap it moves on. If the EpisodeCount of the previous episode is 1 but it's runtime length is "likely" a double length episode (using a calculation in the code), then it will change the EpisodeCount of that previous episode to 2 and not mark the episode as missing. (Note: you can also manually change this value).

There is also a Missing Episode View available in Gemstone that will display in a Flow all the Missing Episodes along with all the others. There is also a new Missing Filter that can be used on that View to only show the Missing ones if you want. I figure most people will just use the System Messages but the view may be handy as well.

At this time I do not use the EpisodeCount field to modify the display of the Episode Number in Gemstone to show Episode 1 and 2 or S02E01&02 or anything like that but it may be a feature worth adding... if you were thinking that would be handy then please add to the issues list and I will mark it as a feature and add it as time permits.

k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #4  
Old 03-15-2016, 10:16 AM
Skirge01's Avatar
Skirge01 Skirge01 is offline
SageTVaholic
 
Join Date: Jun 2007
Location: New Jersey
Posts: 2,599
Sounds good! Added it to the issues list as #14.
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case
Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB
Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion
Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT
Software: SageTV 7
Reply With Quote
  #5  
Old 03-15-2016, 09:27 PM
panteragstk's Avatar
panteragstk panteragstk is offline
SageTVaholic
 
Join Date: Oct 2008
Location: New Braunfels, TX
Posts: 3,312
What are your thoughts on adding a wall and category view similar to the my movies plugin? I've yet to find anything that looks as good or allows as much customization. The views in the current gemstone are very very similar, but aren't quite the same look and feel. I wish I knewhow difficult that might be, but I'm no UI dev.

Also, I like the TV views in the current gemstone, but always seem to go back to TV explorer. Any thoughts on making a similar view in gstone v2? Not sure how many folks use tve still or my movies for that matter, but those have been my go to for a long time.

I also use the defunct ortus as my main menu. Love the horizontal view it gives and some of the visual aspects.

I would love to help test this for you as I've tested many of the other ui efforts. Prolly why I still use them.

Couldn't live without the current gemstone either. Fantastic work.
__________________
SageTV Server: unRAID Docker v9, S2600CPJ, Norco 24 hot swap bay case, 2x Xeon 2670, 64 GB DDR3, 3x Colossus for DirecTV, HDHR for OTA
Living room: nVidia Shield TV, Sage Mini Client, 65" Panasonic VT60
Bedroom: Xiomi Mi Box, Sage Mini Client, 42" Panasonic PZ800u
Theater: nVidia Shield TV, mini client, Plex for movies, 120" screen. Mitsubishi HC4000. Denon X4300H. 7.4.4 speaker setup.
Reply With Quote
  #6  
Old 03-16-2016, 05:30 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by panteragstk View Post
What are your thoughts on adding a wall and category view similar to the my movies plugin? I've yet to find anything that looks as good or allows as much customization. The views in the current gemstone are very very similar, but aren't quite the same look and feel. I wish I knewhow difficult that might be, but I'm no UI dev.

Also, I like the TV views in the current gemstone, but always seem to go back to TV explorer. Any thoughts on making a similar view in gstone v2? Not sure how many folks use tve still or my movies for that matter, but those have been my go to for a long time.

I also use the defunct ortus as my main menu. Love the horizontal view it gives and some of the visual aspects.

I would love to help test this for you as I've tested many of the other ui efforts. Prolly why I still use them.

Couldn't live without the current gemstone either. Fantastic work.
I am open to considering it but you would need to provide examples for each as well as a description of the expected functionality as i have never used any of these.

k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #7  
Old 03-16-2016, 09:42 AM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
One other issue that I would like to see fixed, although it is a Phoenix issue, is the ability to have different Fanart for movies of the same name from different years.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #8  
Old 03-16-2016, 10:01 AM
Taddeusz Taddeusz is offline
SageTVaholic
 
Join Date: Nov 2004
Location: Yukon, OK
Posts: 3,919
Quote:
Originally Posted by wayner View Post
One other issue that I would like to see fixed, although it is a Phoenix issue, is the ability to have different Fanart for movies of the same name from different years.
Yes, this. This has to be one of the more annoying things about Phoenix.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3
Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver
Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD
Reply With Quote
  #9  
Old 03-16-2016, 10:22 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by wayner View Post
One other issue that I would like to see fixed, although it is a Phoenix issue, is the ability to have different Fanart for movies of the same name from different years.
This one is already on the list as #8 so I will take a look at it.

k
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #10  
Old 03-16-2016, 10:25 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by wayner View Post
One other issue that I would like to see fixed, although it is a Phoenix issue, is the ability to have different Fanart for movies of the same name from different years.
Quote:
Originally Posted by Taddeusz View Post
Yes, this. This has to be one of the more annoying things about Phoenix.
Agreed. And although this can be "fixed" in phoenix, this is actually "by design". ie, Phoenix just implemented the existing "central fanart" model.

Maybe in the next phoenix, I'll, implement a newer model where movies and tv alll include the year. People will have to rescan and rebuild their fanart, but, at least it will fixed, but no longer compatible with the central fanart model.

I see the next release of phoenix api being a break from the current in several ways. ie, I might change the scanner to be more like Kodi, so filename need to be relatively clean before getting imported into sagetv. Much of the "phoenix is really bad to scraping files compared to kodi/plex" is largely because I allow a great deal of "dirty" filenames to be imported. By setting a fixed way of naming files, we can get a better hit for fanart and metadata. Phoenix also allows for tv and movies to exist in the folder structure, which again, makes it harder to scraping. The v9 of phoenix should be an interesting release (Jusjoken has already added some nice things like newer tmdb apis, collections, etc, but there is still much more to do)
Reply With Quote
  #11  
Old 03-16-2016, 10:51 AM
OneOfMany OneOfMany is offline
Sage Aficionado
 
Join Date: Apr 2009
Location: Winnipeg
Posts: 374
Quote:
Originally Posted by stuckless View Post
Maybe in the next phoenix, I'll, implement a newer model where movies and tv alll include the year. People will have to rescan and rebuild their fanart, but, at least it will fixed, but no longer compatible with the central fanart model.
Does this mean that each client will be at the whim of the artwork it downloads? And for things such as home videos and specialty videos I would have to recreate on each client as opposed to one central control point?

Grant
Reply With Quote
  #12  
Old 03-16-2016, 11:02 AM
stuckless's Avatar
stuckless stuckless is offline
SageTVaholic
 
Join Date: Oct 2007
Location: London, Ontario, Canada
Posts: 9,713
Quote:
Originally Posted by OneOfMany View Post
Does this mean that each client will be at the whim of the artwork it downloads? And for things such as home videos and specialty videos I would have to recreate on each client as opposed to one central control point?

Grant
I don't think so... it's still the "central fanart" concept, but, the foldernames would be different (hence why you need to rescan). Today there are "rules" around how to create the foldername for a movie/tv item, and it currently doesn't include the year (unless the year was part of the title itself)
Reply With Quote
  #13  
Old 03-16-2016, 11:16 AM
Skirge01's Avatar
Skirge01 Skirge01 is offline
SageTVaholic
 
Join Date: Jun 2007
Location: New Jersey
Posts: 2,599
Quote:
Originally Posted by panteragstk View Post
Also, I like the TV views in the current gemstone, but always seem to go back to TV explorer. Any thoughts on making a similar view in gstone v2? Not sure how many folks use tve still or my movies for that matter, but those have been my go to for a long time.
You can count me among the active TVE users. Maybe razr would be willing to come back and work his TVE magic into Gemstone2? I seem to recall that he was doing some work on a TVE2 a number of years ago, but--if he was even still working on it at the time--I'm guessing the sale of Sage put the brakes on that.
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case
Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB
Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion
Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT
Software: SageTV 7
Reply With Quote
  #14  
Old 03-16-2016, 07:06 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
I don't think you should be too Catholic about file names. I import sports recordings into Sage and they will never be scraped properly as sites like TVDB do not allow sports in their DBs.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #15  
Old 03-16-2016, 09:02 PM
trk2 trk2 is offline
Sage Aficionado
 
Join Date: Jan 2006
Location: Maine
Posts: 499
I was wondering if one of the included fixes includes this small, but annoying bug that I mention a while ago? When returning to a flow after exiting a video, the title and fanart of the completed video is displayed, however the metadata text information is from the first title in the flow. Everything corrects itself as soon as you move to the next title in the flow. This is in Sage flow specifically, but I believe I had tested years ago that the problem exists in other flows as well.
Reply With Quote
  #16  
Old 03-16-2016, 10:35 PM
Skirge01's Avatar
Skirge01 Skirge01 is offline
SageTVaholic
 
Join Date: Jun 2007
Location: New Jersey
Posts: 2,599
Quote:
Originally Posted by trk2 View Post
I was wondering if one of the included fixes includes this small, but annoying bug that I mention a while ago? When returning to a flow after exiting a video, the title and fanart of the completed video is displayed, however the metadata text information is from the first title in the flow. Everything corrects itself as soon as you move to the next title in the flow. This is in Sage flow specifically, but I believe I had tested years ago that the problem exists in other flows as well.
I see something similar with Cover Flow. The difference being that I also see the fanart for the first video of the flow. That particular issue never bothered me all that much, though.
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case
Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB
Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion
Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT
Software: SageTV 7
Reply With Quote
  #17  
Old 03-17-2016, 06:25 AM
jusjoken jusjoken is offline
SageTVaholic
 
Join Date: Dec 2005
Location: Strathmore, AB
Posts: 2,727
Quote:
Originally Posted by trk2 View Post
I was wondering if one of the included fixes includes this small, but annoying bug that I mention a while ago? When returning to a flow after exiting a video, the title and fanart of the completed video is displayed, however the metadata text information is from the first title in the flow. Everything corrects itself as soon as you move to the next title in the flow. This is in Sage flow specifically, but I believe I had tested years ago that the problem exists in other flows as well.
This is fixed.
__________________
If you wish to see what I am up to and support my efforts visit my Patreon page
Reply With Quote
  #18  
Old 03-17-2016, 10:30 AM
trk2 trk2 is offline
Sage Aficionado
 
Join Date: Jan 2006
Location: Maine
Posts: 499
Quote:
Originally Posted by jusjoken View Post
This is fixed.
Reply With Quote
  #19  
Old 03-19-2016, 05:11 PM
panteragstk's Avatar
panteragstk panteragstk is offline
SageTVaholic
 
Join Date: Oct 2008
Location: New Braunfels, TX
Posts: 3,312
Quote:
Originally Posted by jusjoken View Post
I am open to considering it but you would need to provide examples for each as well as a description of the expected functionality as i have never used any of these.

k
Not the best representation of mymovies for sage, but it works (click)

Here is one of Ortus (click) Another (click)

I like TV Explorer just because of the simple interface. List of shows on the left with a list of episodes on the right.

I have mine set to take up half the screen, but it can be set to use the entire screen. Check this pic (click)
__________________
SageTV Server: unRAID Docker v9, S2600CPJ, Norco 24 hot swap bay case, 2x Xeon 2670, 64 GB DDR3, 3x Colossus for DirecTV, HDHR for OTA
Living room: nVidia Shield TV, Sage Mini Client, 65" Panasonic VT60
Bedroom: Xiomi Mi Box, Sage Mini Client, 42" Panasonic PZ800u
Theater: nVidia Shield TV, mini client, Plex for movies, 120" screen. Mitsubishi HC4000. Denon X4300H. 7.4.4 speaker setup.
Reply With Quote
  #20  
Old 03-26-2016, 02:13 PM
KryptoNyte's Avatar
KryptoNyte KryptoNyte is offline
SageTVaholic
 
Join Date: Dec 2006
Posts: 2,754
Regarding the missing episodes list as it applies to a Favorites show that is marked to only record new episodes; will this have the capability for the user to select a missing episode in the list, and mark it as "record anyway" which will monitor the EPG and record the missing favorite even if it is a rerun, possibly as a manual recording?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
STV progress; virtualization + NAS drvnbysound The SageTV Community 14 04-17-2014 12:24 PM
In-Progress Favorites not being recorded Nerva SageTV Software 0 12-11-2011 06:54 PM
Next version progress TBacker SageMC Custom Interface 8 12-25-2008 11:44 PM
Television Progress Bar Target SageMC Custom Interface 8 07-29-2008 07:23 PM
how to stop a recording in progress? cyr0n_k0r SageTV Software 51 09-17-2007 07:35 AM


All times are GMT -6. The time now is 01:57 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.