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
Watch / Listen Media
Television (MyTV frontend and TV-Server)
XMLTV import gives 2 hours offset
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="milagroso" data-source="post: 184295" data-attributes="member: 51371"><p>Hello Sparkleknas,</p><p></p><p>I'll do my very best. I'll try to translate the german menu entries to english ones... If You have questions, just ask back.</p><p></p><p>1. I'll assume You use the MySQL database</p><p>2. Start the MySQl Administrator, login with the account You created during installation.</p><p>2a. If You know how and are as paranoid as me - make a backup of Your database... <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /> </p><p>3. Goto 'Catalogs', select the the scheme 'tvlibrary'. This will display all database tables which are used my TV Server (cuurently 28).</p><p>4. Right click on the table named 'program', select 'edit data'. A new window opens displaying all records of the table. Each record corresponds one tv program. This window also displays the SQL command which displays the data (SELECT * FROM...).</p><p>5. In the SQL field enter this command: </p><p>[CODE]delete FROM `tvlibrary`.`program`[/CODE]</p><p>(Quite easy - just replace 'select *' by 'delete')</p><p>6. You now have deleted all records whithout deleting the table itself.</p><p>7. Trigger a reimport of the xmltv plugin. This should refill the table with fresh data.</p><p></p><p>As I said I have no real explanation why this helped. I assume that in the 'old' database there are double records for the same tv program. This resulted probably from a upgrade to a newer svn.</p><p></p><p>Hope it works for U2.</p></blockquote><p></p>
[QUOTE="milagroso, post: 184295, member: 51371"] Hello Sparkleknas, I'll do my very best. I'll try to translate the german menu entries to english ones... If You have questions, just ask back. 1. I'll assume You use the MySQL database 2. Start the MySQl Administrator, login with the account You created during installation. 2a. If You know how and are as paranoid as me - make a backup of Your database... ;) 3. Goto 'Catalogs', select the the scheme 'tvlibrary'. This will display all database tables which are used my TV Server (cuurently 28). 4. Right click on the table named 'program', select 'edit data'. A new window opens displaying all records of the table. Each record corresponds one tv program. This window also displays the SQL command which displays the data (SELECT * FROM...). 5. In the SQL field enter this command: [CODE]delete FROM `tvlibrary`.`program`[/CODE] (Quite easy - just replace 'select *' by 'delete') 6. You now have deleted all records whithout deleting the table itself. 7. Trigger a reimport of the xmltv plugin. This should refill the table with fresh data. As I said I have no real explanation why this helped. I assume that in the 'old' database there are double records for the same tv program. This resulted probably from a upgrade to a newer svn. Hope it works for U2. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
XMLTV import gives 2 hours offset
Contact us
RSS
Top
Bottom