NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 21 22 23 24 25 101 Next »
Genre Colors

 
  • 0 Vote(s) - 0 Average
Genre Colors
jordy1955
Offline

Junior Member

Posts: 46
Threads: 9
Joined: Jul 2016
#21
2020-05-09, 02:10 AM
(2020-05-08, 04:45 PM)mvallevand Wrote: I am @emveepee I was going to use that here when I registered but in 2006 but I was coming from mvpmc where is I was mvallevand so wanted to avoid confusion. Now I wish I was emveepee here too.

The Emby and jellyfin plugins use all the categories but you have to enable the guide colouring and add the exact text categories not the mapped values from the xml files in the plugin settings.

Martin
Hi Martin,

How do I "enable the guide colouring" in Emby? I found the xml files and all seems to be good there but I can't see where the "on switch" is. Is it in the plugin, xml or in emby itself?

thanks

jordy
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,994
Threads: 956
Joined: May 2006
#22
2020-05-09, 02:14 AM
Emby I don't remember where though but it wasn't too hard to find.

Martin
jordy1955
Offline

Junior Member

Posts: 46
Threads: 9
Joined: Jul 2016
#23
2020-05-10, 04:36 AM (This post was last modified: 2020-05-10, 10:03 AM by jordy1955.)
(2020-05-09, 02:14 AM)mvallevand Wrote: Emby I don't remember where though but it wasn't too hard to find.

Martin
Hi Martin,

I found it but it doesn't appear to work, it was switched on, I toggled it, saved it,  checked that the Categories were accurate for the basic "subtype="0" categories but still no guide colors...

Does it work for you?

EDIT: I've just discovered that Guide Coloring works in the Emby AndroidTV app on my Shield. Just not in the Emby WebUI. Similar to NextPVR, It works in the Web page but not in the Client. Something definitely not right here!

thanks

jordy


Attached Files Thumbnail(s)
   
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,994
Threads: 956
Joined: May 2006
#24
2020-05-10, 10:22 AM
I hate supporting Emby because it is a commercial app so remember if you haven't donated to sub for NextPVR to do so.

What do you have on the plugin settings screen for the Emby categories? It has nothing to do with the subtypes.

Martin
jordy1955
Offline

Junior Member

Posts: 46
Threads: 9
Joined: Jul 2016
#25
2020-05-10, 12:16 PM
(2020-05-10, 10:22 AM)mvallevand Wrote: I hate supporting Emby because it is a commercial app so remember if you haven't donated to sub for NextPVR to do so.

What do you have on the plugin settings screen for the Emby categories?  It has nothing to do with the subtypes.

Martin
Like I said, I'm getting colors in the Android App just not the WebUI. That kinda says that the Categories are correct, just not being represented in the WebUI...


Attached Files Thumbnail(s)
   
GWCowling323
Offline

Member

Posts: 125
Threads: 27
Joined: Jul 2016
#26
2020-12-31, 03:57 PM
[quote pid="540126" dateline="1588861965"]
Code:
<genre name="Series" type="48" subtype="0"/>
<genre name="Leisure and Hobbies" type="160" subtype="0"/>
<genre name="Arts and Culture" type="112" subtype="0"/>
<genre name="Social and Political" type="128" subtype="0"/>
<genre name="Sport" type="64" subtype="0"/>
<genre name="Childerens Programmes" type="80" subtype="0"/>
<genre name="Education and Science" type="144" subtype="0"/>
<genre name="Music and Dance" type="96" subtype="0"/>
<genre name="News and Current Affairs" type="32" subtype="0"/>

Do type and subtype set the color to use? If so, where can I find the types and subtypes for the colors I want to use?
[/quote]
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#27
2020-12-31, 04:12 PM (This post was last modified: 2020-12-31, 04:12 PM by Graham.)
(2020-12-31, 03:57 PM)GWCowling323 Wrote: Do type and subtype set the color to use? If so, where can I find the types and subtypes for the colors I want to use?

EPG genre colours are stored in a table in the NextPVR database.  The NextPVR V5 Settings app does not include a mechanism to update the genre colours in the database.

It is possible to use an SQLite editor to update the table in the database.  You will need to know the numeric values that are the equivalent for each of the colours that you want.

Or you could add an item to the wishlist ... and wait for Sub to get a round tuit.
arrbee99
Offline

Senior Member

Posts: 323
Threads: 41
Joined: Nov 2015
#28
2020-12-31, 11:08 PM
(2020-12-31, 04:12 PM)Graham Wrote:
(2020-12-31, 03:57 PM)GWCowling323 Wrote: Do type and subtype set the color to use? If so, where can I find the types and subtypes for the colors I want to use?

EPG genre colours are stored in a table in the NextPVR database.  The NextPVR V5 Settings app does not include a mechanism to update the genre colours in the database.

It is possible to use an SQLite editor to update the table in the database.  You will need to know the numeric values that are the equivalent for each of the colours that you want.

Or you could add an item to the wishlist ... and wait for Sub to get a round tuit.

I always thought tuits were sort of star shaped. Oh well, learn something new every day...
GWCowling323
Offline

Member

Posts: 125
Threads: 27
Joined: Jul 2016
#29
2020-12-31, 11:35 PM
(2020-05-08, 10:31 AM)Graham Wrote:
(2020-05-07, 02:32 PM)mvallevand Wrote: Adding these to the program/data/genres-mapping.xml file should get colours working for you,
Code:
<genre name="Series" type="48" subtype="0"/>
<genre name="Leisure and Hobbies" type="160" subtype="0"/>
<genre name="Arts and Culture" type="112" subtype="0"/>
<genre name="Social and Political" type="128" subtype="0"/>
<genre name="Sport" type="64" subtype="0"/>
<genre name="Childerens Programmes" type="80" subtype="0"/>
<genre name="Education and Science" type="144" subtype="0"/>
<genre name="Music and Dance" type="96" subtype="0"/>
<genre name="News and Current Affairs" type="32" subtype="0"/>


(2020-05-08, 09:49 AM)jordy1955 Wrote: I have added the lines to EIT Categories.cfg, I even put them in order with the other entries - stlll no genre colors

If I might be so bold as to transcibe Martin's shorthand ... "program/data/genres-mapping.xml" equals ... "C:\Program Files\NextPVR\data\genres-mapping.xml" ... Wink
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,994
Threads: 956
Joined: May 2006
#30
2020-12-31, 11:38 PM
Since Windows accepts slash or backslash it makes it easier to write it that way and the program folder varies too. We're not in Kansas anymore.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Web App Genre Colors jrockow 5 769 2024-01-03, 08:30 PM
Last Post: jrockow
  Shows scheduled to record aren't colored in guide unless genre colors disabled 4zm4r3d02 4 2,514 2020-04-16, 11:35 PM
Last Post: mvallevand
  Genre Color jrockow 3 1,187 2020-03-25, 11:26 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode