home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Electronic Program Guide
xmlTV
Re-Launch of MP EPG Downloader
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Big_Kev" data-source="post: 509045" data-attributes="member: 52102"><p>Looking into this, not straight forward as the MP database is created with all fields as not null. This seems to be giving an issue with MySQL not allowing a space as a "blank" character, hence the dots.</p><p></p><p>You can try changing the dots in the default column of the database mapping table to spaces, but it may give an error.</p><p></p><p></p><p></p><p>In the database mapping table you will see the entry for the "description" field. You need to make a change to the Tag Name and add a space after the colon " Starring:", you may want to do it for director as well...</p><p></p><p>[CODE]programme>desc;!IfNotEmpty(" Starring: ",!ListAll(programme>credits>actor));!IfNotEmpty(" Director: ",!ListAll(programme>credits>director))[/CODE]</p><p></p><p>Kev</p></blockquote><p></p>
[QUOTE="Big_Kev, post: 509045, member: 52102"] Looking into this, not straight forward as the MP database is created with all fields as not null. This seems to be giving an issue with MySQL not allowing a space as a "blank" character, hence the dots. You can try changing the dots in the default column of the database mapping table to spaces, but it may give an error. In the database mapping table you will see the entry for the "description" field. You need to make a change to the Tag Name and add a space after the colon " Starring:", you may want to do it for director as well... [CODE]programme>desc;!IfNotEmpty(" Starring: ",!ListAll(programme>credits>actor));!IfNotEmpty(" Director: ",!ListAll(programme>credits>director))[/CODE] Kev [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Electronic Program Guide
xmlTV
Re-Launch of MP EPG Downloader
Contact us
RSS
Top
Bottom