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
WebService and Mobile Access
Self Contained Web Server / Interface
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: 310515" data-attributes="member: 52102"><p>Try running this query in MySQL query browser (if you get a "database not selected" error, just double click the mptvdbrc1 database on the schemata tab to open it)</p><p></p><p>select DISTINCT t.name, t.idChannel, c.displayName from channel c, groupmap g, tuningdetail t where t.idChannel = g.idChannel and c.isRadio = 0 and g.idChannel = c.idChannel and c.idChannel in (select idChannel from channelgroup c, groupmap g where c.groupName ='Freesat' and g.idGroup = c.idGroup) and g.idGroup in (select c.idGroup from channelgroup c, groupmap g where c.groupName ='Freesat' and g.idGroup = c.idGroup) order by g.sortOrder</p><p></p><p>You will see that there are duplicate displayName entries for different name entries. Web Interface uses displayName (as this is the name that users enter for display).</p><p></p><p>for example, see:</p><p></p><p>BBC ONE = BBC ONE</p><p>BBC 1 W Mids = BBC ONE</p><p>BBC 2 England = BBC TWO</p><p>BBC TWO = BBC TWO</p><p></p><p>So you can change the display names so they are non-ambiguous or make the redundant channels not visible or re-arrange your groups into smaller numbers of channels etc.</p><p></p><p>Hope this helps...</p><p></p><p>Kev</p></blockquote><p></p>
[QUOTE="Big_Kev, post: 310515, member: 52102"] Try running this query in MySQL query browser (if you get a "database not selected" error, just double click the mptvdbrc1 database on the schemata tab to open it) select DISTINCT t.name, t.idChannel, c.displayName from channel c, groupmap g, tuningdetail t where t.idChannel = g.idChannel and c.isRadio = 0 and g.idChannel = c.idChannel and c.idChannel in (select idChannel from channelgroup c, groupmap g where c.groupName ='Freesat' and g.idGroup = c.idGroup) and g.idGroup in (select c.idGroup from channelgroup c, groupmap g where c.groupName ='Freesat' and g.idGroup = c.idGroup) order by g.sortOrder You will see that there are duplicate displayName entries for different name entries. Web Interface uses displayName (as this is the name that users enter for display). for example, see: BBC ONE = BBC ONE BBC 1 W Mids = BBC ONE BBC 2 England = BBC TWO BBC TWO = BBC TWO So you can change the display names so they are non-ambiguous or make the redundant channels not visible or re-arrange your groups into smaller numbers of channels etc. Hope this helps... Kev [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
WebService and Mobile Access
Self Contained Web Server / Interface
Contact us
RSS
Top
Bottom