| |||||||
| Development You want to code something for the TV-Server? Share it in here! |
![]() |
| | Thread Tools | Display Modes |
| | #92 (permalink) |
| Portal Member Join Date: Jul 2007 Location: Luleå
Posts: 195
Thanks: 1
Thanked 18 Times in 6 Posts
Country: | Finally got so annoyed by the & problem that i had to do something about it. Should be ok now. Might add that the code HTML converting code was already there so it was a simple thing really, i've just been lazy/busy with other things.. |
| | |
| | #93 (permalink) |
| Portal Member Join Date: Nov 2005 Location: Netherlands
Posts: 88
Thanks: 2
Thanked 2 Times in 1 Post
| Hi, just made my first steps with XMLTV in general (always used WebEPG) and with XMLTV2 plugin specifically. I use tvengine3-10-03-2007--01-22h--Rev16098 I managed to make a tv_grab_nl.conf (with bat file) I managed to make a TVguide.xml (with bat file) I am now stuck in the xmltv2 plugin mapping. The table is empty and "load/refresh" is giving the error that TVguide.lst is not found. I can also nowhere find such file. Who should generate the TVguide.lst file? BTW I downloaded/installed the XMLTVimport2.zip from the first post. Is this (always) last? I am also not clear about: Can TVE schedule the XMLTV grab? How does TVE/XMLTV decide to use tv_grab_nl.conf? I remember both these settings in the MP config but can not touch these settings anymore after install of TVE, and can also not find such settings in TVE config. Thanx. Ronald
__________________ MP: 1-RC3; Skin: Blue3; Codecs: MPA/MPV; Render: VMR9; MP/TVE3 SVN: probably today's; XP: MCE2005(SP3); .NET: 2.0.50727; DirectX: 4.09.00.0904 (9.0c); CPU: P4/630/3GHz; Mother Board: 915P-G-Neo2 (MSI); Memory: 1GB; Tuners: (2) FireDTV DVB-S (DBA 4.8); Video Card: NE6600LE-TD256 (MSI) /ForceWare V77.79 /720p Component out; Audio Card: HD Audio-CMedia 9880 (M$ UAA driver) Last edited by ronald2oo2; 2007-10-05 at 02:44. |
| | |
| | #94 (permalink) |
| Portal Member Join Date: Jan 2007 Age: 32
Posts: 24
Thanks: 0
Thanked 1 Time in 1 Post
Country: | Hi Ronald. As I understand it the tvguide.lst file is used when you want to use multiple tvguide.xml files. http://forum.team-mediaportal.com/sh...1&postcount=33 As you mentioned making a tvguide.xml file then you can switch off the tvguide.lst option. Laban always seems to remember to update his first post with the current version of his plugin so you've grabbed the most recent version. I've set up a scheduled task in Windows to run a bat file every morning at 5 to create a new tvguide.xml It looks like the following: Code: "C:\Program Files\Team MediaPortal\MediaPortal TV Server\XMLTV\xmltv.exe" tv_grab_uk_rt --output "C:\Program Files\Team MediaPortal\MediaPortal TV Server\XMLTV\tvguide.xml" --days 14 The file tv_grab_nl.conf simply lists all of the TV channels that you want downloaded EPG data for. XMLTV knows to read this file each time you run it. You'll find tv_grab_nl.conf in a subfolder of the XMLTV installation folder: XMLTV\.xmltv Hope that helps, Roo. |
| | |
| | #95 (permalink) |
| Portal Member Join Date: Nov 2005 Location: Netherlands
Posts: 88
Thanks: 2
Thanked 2 Times in 1 Post
| Hi Roo, Thank you, that push in the right direction did help. The reason of the error became clear: I should not have checked the "import tvguide.lst" box! I interpreted this checkbox just the other way around (lets say it was late) After this I could make the mapping (Thank you Laban for this very nice option!) and now have a good 7 day EPG. With first try however I had more "holes" in the EPG then programs but I found the fix for this elsewhere on the forum: delete the TVDatabaseV21.db3! Your bat file also helped me in that sense that I previously did not use the full paths and appearently therefor could not run xmltv without first deleting the tvguide.xml. This seems to be ok now also. I enabled the power scheduler plugin what appears to be scheduling the xmltv.exe. Anyway I will know in the morning if I have a fresh tvguide.xml (or not). The good thing of it all is that I tried TVE3 many times but always uninstalled it again on account of a unresolvable +2hr offset in the EPG. I now do not have this offset so I guess I can keep using TVE3. Cheers, Ronald
__________________ MP: 1-RC3; Skin: Blue3; Codecs: MPA/MPV; Render: VMR9; MP/TVE3 SVN: probably today's; XP: MCE2005(SP3); .NET: 2.0.50727; DirectX: 4.09.00.0904 (9.0c); CPU: P4/630/3GHz; Mother Board: 915P-G-Neo2 (MSI); Memory: 1GB; Tuners: (2) FireDTV DVB-S (DBA 4.8); Video Card: NE6600LE-TD256 (MSI) /ForceWare V77.79 /720p Component out; Audio Card: HD Audio-CMedia 9880 (M$ UAA driver) Last edited by ronald2oo2; 2007-10-07 at 00:43. |
| | |
| | #98 (permalink) |
| Portal Member Join Date: Feb 2007 Location: London Age: 25
Posts: 857
Thanks: 31
Thanked 33 Times in 24 Posts
Country: | I have a feature Request! Instead of emptying the EPG database before loading the new data, would it be possible as an option to simply overwrite the current data. Sometimes my EPG data grab fails, and as I have automated the process, XMLTV2 then goes and deletes all my EPG data and then loads the partial EPG grab. If there was an option to overwrite the data and not delete everything first then the EPG data that has been grabbed will be updted, and I wont lose any channels that have not been grabbed.. |
| | |
| | #99 (permalink) |
| Portal Member Join Date: Jun 2007
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
Country: | Laban, Would it be possible to change the delete before import option? Instead of deleting the whole dbo.program table, can you delete just the program information for the channels that are being imported? I use DVB-S EPG and XMLTV importing to get a guide for all my channels. When I import the XMLTV program infromation all the DVB-S EPG program information is deleted. This would also leave behind the program information for any channels that had failed to grab... This may slow down the import a bit as you would need to do something like: delete * from dbo.program where channelid=<id of channel being imported> but it would be real nice to have :-) Keep up the good work! Winno *EDIT* I've just looked ar revs post and he's asked for exactly the same thing! Last edited by Winno; 2007-10-18 at 19:50. |
| | |
| | #100 (permalink) |
| Portal Member Join Date: Jun 2005 Location: Bolzano Age: 37
Posts: 263
Thanks: 40
Thanked 5 Times in 5 Posts
Country: | I think this plugin shoud be in official release of mediaportal... is a developer looking at this post? Roby
__________________ Roby Download italian myvideos IMDB script yahoo.it Download italian myvideos IMDB script mymovies.it Visit my iPod Italian site: http://www.ipoditalia.it |
| | |
![]() |
| Bookmarks |
| Tags |
| binary, source, xmltv |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 2 problems with XMLTV | ChuckTX | xmlTV | 2 | 2007-03-09 18:54 |
| XMLtv | tvviewer | Installation, configuration support | 4 | 2006-08-24 18:25 |
| Help with xmltv | donmega | General Support | 4 | 2005-11-22 00:02 |
| XMLTV | blackfundi | Plugins/Erweiterungen | 1 | 2005-09-05 11:19 |
| XMLTV Automate | Anonymous | Tips and Tricks | 4 | 2005-01-17 15:53 |