NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) v
« Previous 1 … 4 5 6 7 8 … 20 Next »
RT_FilmFix v1.0 - temporary fix up for Radio Times XMLTV users

 
  • 0 Vote(s) - 0 Average
RT_FilmFix v1.0 - temporary fix up for Radio Times XMLTV users
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,589
Threads: 385
Joined: Dec 2004
#11
2011-12-19, 11:38 PM
<insert-expletive-here> Sad

@Gary - I've updated the download in post #1 - hopefully this will fix things.

Cheers,
Brian
garyeuph
Offline

Member

Posts: 161
Threads: 18
Joined: Apr 2006
#12
2011-12-19, 11:58 PM
Brilliant - works perfectly

many thanks for doing this

Gary
GBPVR 1.4.7
Hauppauge PVR150, Hauppauge Nova-T 9200
Nvidia 6200 S-Video to WS TV
AMD 3200, HD 250GB and 500GB
NTL Samsung with Red-Eye Serial
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,589
Threads: 385
Joined: Dec 2004
#13
2011-12-20, 12:04 AM
garyeuph Wrote:Brilliant - works perfectly

many thanks for doing this

Gary
Excellent! Thanks for letting me know.

The annoying thing was I had a version ready to upload earlier (as I was rewriting the thread info) which would have worked for you. Just before I uploaded, I noticed a trivial error which I tweaked (but didn't test). Sigh!

It worked for Alex bcause his data.xml is in the default folder where as yours is in C:\XMLTV - hopefully it's fixed for everyone now though.

Cheers,
Brian
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#14
2011-12-20, 01:09 AM
bgowland Wrote:It worked for Alex bcause his data.xml is in the default folder where as yours is in C:\XMLTV - hopefully it's fixed for everyone now though.

Cheers,
Brian
Great work Brian - now I can confidently plan my festive season viewing around watching the old boxed set standards like Porridge, Dwarf, Python, Great British Railway Journeys, etc in the sure and certain knowledge that there's b-all worth watching on Freeview... Big Grin

Alex Wink
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,589
Threads: 385
Joined: Dec 2004
#15
2011-12-20, 01:38 AM
ACTCMS Wrote:Great work Brian - now I can confidently plan my festive season viewing around watching the old boxed set standards like Porridge, Dwarf, Python, Great British Railway Journeys, etc in the sure and certain knowledge that there's b-all worth watching on Freeview... Big Grin

Alex Wink
Surely not Alex - what with a host of "Carry On...", "Star Trek..." and "Rocky..." movies for your tele-visual delight! Big Grin

I have to agree though really - not a great selection of films this year on Freeview. I think I'll have to set up an alternative xmltv download to see what VM cable has to offer - if I can ever find time to watch any of it. Smile

Cheers,
Brian
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#16
2011-12-20, 01:46 AM
bgowland Wrote:Surely not Alex - what with a host of "Carry On...", "Star Trek..." and "Rocky..." movies for your tele-visual delight! Big Grin
I'm actually thinking about asking Santa for the Complete Sherlock Holmes boxed set for Christmas - that would be for next year's festive season viewing though - best to be prepared... eh?

Alex
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#17
2011-12-24, 09:19 PM
'fraid to say I'm getting the error below. I shifted the xmltv down to C: (was on E) but still the error.

C:\Documents and Settings\martin\Desktop\junk\film-fix>RT_FilmFix "C:\Program Files\XMLTV GUI" "C:\Program Files\XMLTV GUI\data.xml"
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize
, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize)
at System.IO.StreamReader..ctor(String path)
at RT_FilmFix.Program.ProcessDataAndChannelsFiles() in C:\Documents and Settings\gbpvr\My Documents\Visual Studio 2008\Projects\RT_FilmFix\Pro
gram.cs:line 140
ACTCMS
Offline

Posting Freak

UK
Posts: 2,730
Threads: 101
Joined: Jun 2007
#18
2011-12-24, 11:02 PM
Maybe try
Code:
C:\Program Files\XMLTV GUI" "C:\Program Files\XMLTV GUI
instead of
Code:
C:\Program Files\XMLTV GUI" "C:\Program Files\XMLTV GUI\data.xml
see first post in thread... it caught me out the first time too...

Alex
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,589
Threads: 385
Joined: Dec 2004
#19
2011-12-24, 11:12 PM
EDIT: LOL - what Alex said, I was too slow! Big Grin

It tool me a while to spot it. Your command-line...

Code:
RT_FilmFix "C:\Program Files\XMLTV GUI" "C:\Program Files\XMLTV GUI\[B][color=#FF0000]data.xml[/color][/B]"
For the latest version, don't specify the XML data file, i.e., leave 'data.xml' off the end of the second parameter.

Just specify the path the the main or alternate XMLTV GUI settings folder, in you case above...
Code:
RT_FilmFix "C:\Program Files\XMLTV GUI" "C:\Program Files\XMLTV GUI\"
Sorry, I changed things slightly for this version. The first parameter is effectively the path to the XMLTV installation folder and the second is the path to find the main or alternative settings data folder - no need to specify the XML data file in the second parameter - it works it out from the xmltvgui.ini file.

Cheers,
Brian
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#20
2011-12-24, 11:22 PM (This post was last modified: 2011-12-24, 11:29 PM by martint123.)
Ah - I have to use

RT_FilmFix "E:\Program Files\XMLTV GUI" "E:\Program Files\XMLTV GUI\settings"

to make it work.......... I should have read the thread a bit harder.
Thanks very much and Seasons greetings - are there any films left??

Martin

My new batch file
Code:
cmd /c "E:\program files\XMLTV GUI\XmltvGUI.exe" /csettings /grab /d7
cmd /c "E:\program files\XMLTV GUI\XmltvGUI.exe" /chdonly /grab /d7
"E:\Program Files\XMLTV GUI\Rt_FilmFix" "E:\Program Files\XMLTV GUI" "E:\Program Files\XMLTV GUI\settings"
"E:\Program Files\XMLTV GUI\Rt_FilmFix" "E:\Program Files\XMLTV GUI" "E:\Program Files\XMLTV GUI\hdonly"
copy "E:\program files\XMLTV GUI\*.xml" \\hp-1\temp
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 2 3 4 5 … 7 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Radio stations for NextPVR mvallevand 18 2,299 2025-05-29, 05:06 PM
Last Post: mvallevand
  EPG updates from multiple sources at different times 2leftfeet 3 1,540 2020-12-27, 03:23 PM
Last Post: mvallevand
  ImageGrabLite and XMLTV metadata liteswap 6 3,963 2015-02-21, 05:16 PM
Last Post: liteswap
  Internet radio questions jd1940 2 2,194 2015-02-16, 10:33 PM
Last Post: jd1940
  Web radio question jd1940 13 5,082 2014-06-05, 09:19 PM
Last Post: Reddwarf
  Media Companion Users jd1940 2 1,853 2014-05-31, 07:54 PM
Last Post: gEd
  [Plugin] Pandora Internet Radio cncb 29 15,128 2012-06-29, 02:11 AM
Last Post: johnsonx42

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode