sftech13 25 Posted 21 hours ago Posted 21 hours ago I'm requesting that the EPG rendering allow for 2 lines of data and line breaks like \n tags. Similar to tivimate.
Luke 42208 Posted 17 hours ago Posted 17 hours ago Hi, can you please show a screenshot example of where you are referring to? Thanks.
brothom 207 Posted 12 hours ago Posted 12 hours ago (edited) @sftech13 do you mean something like this, where the titles are wrapped to (at least) two lines? In this example they've chosen to partially show the third line to indicate "there's more content", which I can get behind. Edited 11 hours ago by brothom
sftech13 25 Posted 1 hour ago Author Posted 1 hour ago (edited) So yes to @brothomin the example but more along the lines of this. What I’m doing: Using a custom XMLTV generated from IPTVBoss Titles and descriptions include line breaks for readability Example: Upcoming in 2 hours: NCAA DII Tournament — Michigan Tech vs Gannon (Elite Eight) What happens in Emby: Emby removes all line breaks and extra spacing The entire title/description is flattened into a single line So the example above becomes: Upcoming in 2 hours: NCAA DII Tournament — Michigan Tech vs Gannon (Elite Eight) The XML itself is valid and supports multi-line formatting (see below) This appears to be how Emby parses and displays EPG data, not an issue with the source or generator Additional context: Some players (like TiviMate or IMPlayer) support multi-line titles and richer formatting Emby seems to normalize whitespace during ingestion, so formatting like \n is ignored <programme start="20260325140000 +0000" stop="20260325150000 +0000" channel="1028.NCAAB"> <title>Upcoming in 2 hours: NCAA DII Tournament — Michigan Tech vs Gannon (Elite Eight)</title> <desc>Upcoming in 2 hours: NCAA DII Tournament — Michigan Tech vs Gannon (Elite Eight)</desc> <category>Sports</category> </programme> Edited 1 hour ago by sftech13
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now