Leaderboard


Popular Content

Showing content with the highest reputation on 02/02/2023 in all areas

  1. 1 point
    If you want to access the guide for using xmltvlistings, it is also posted on their web site under the Help tab; you don't need an xmltvlistings account to access it: https://www.xmltvlistings.com/help/guides/eyetv It looks formidable if you glance at it, but I wrote it up so if you are patient and take it step by step, and follow instructions exactly, you'll have a maintenance free EPG for EyeTV v.3.6.9. I can't speak to EyeTV 4, since I have never used it, given that v. 3 works fine.
  2. 1 point
    Hi all One of my frustrations with Geniatech is their withdrawal of the online EPG. I don't like only having one week of UK DVB guide and I hated the fact that it didn't update, so I thought I would try treating an AppleScript application to automate that. It's all working for me now so I thought I would post it in case it's of use to anyone else. Firstly I went into EyeTV4 prefs and unchecked the online EPG service to 'None'. After the obligatory EyeTV4 crash and restart, it was done. The effect of this is to turn the 'refresh' icon (arrows in a circle) in the bottom right of the EPG window from refreshing the online guide to refreshing the DVB guide. This saves having to open the pop-up menu on the gear icon. Then create an AppleScript in Script Editor, pasting in this: tell application "EyeTV" activate end tell tell application "System Events" tell process "EyeTV" keystroke "g" using command down delay 1 click (button 6 of splitter group 1 of window "EyeTV4 Programs") end tell end tell Test it using the play icon in Script Editor to check it is working for you. Then save it as an Application. You can then either run it using Calendar and creating a recurring event that runs the application or run it using Lingon (which is what I did). It fails to run the first time, prompting you to add the application to approved apps in the Accessibility section of the privacy control panel, but thereafter should auto-update happily. Hope this helps somebody! Tim
  3. 1 point
    EyeTV Version 3 permits use of any standard EPG (electronic program guide) formatted source; it does NOT have to be through a Geniatech provided source. I can tell you for a fact that it works with XML TV Listings (https://www.xmltvlistings.com/) out of Ottawa, Ontario, which covers North America. At $19.95 a year, with automatic renewal built in, it's a bargain (I have no connection with the company, just a satisfied customer). I've been using this without incident since the US TV Guide source was abruptly terminated in January 2019. I collected other people's info and my own experience to write up detailed instructions for setting up Eye TV to use this service; it is tricky but I've never had to fix anything once it was up and running in 2019 and I watch and record a lot of TV programs. These instructions are still posted somewhere on this site, and XML TV Listings asked me for permission to post, so it's on their site also. Since EyeTV 3 is 32-bit software, I have kept my Mac Mini used as a media center permanently at OS 10.14.6. Given the poor customer reports on EyeTV 4, and the fact that EyeTV 3 is an outstanding and mature piece of software running virtually perfectly, I could see no reason to go through the pain and agony of upgrading (I have several other computers running OS 12, but my understanding is EyeTV 3 will not run on anything later than OS 10.14). It should be possible for you to get an inexpensive older Mac Mini, erase it and reinstall OS 10.14, and run EyeTV 3 on it. An Apple dealer I patronize gave me instructions on how to erase a Mac and install an older OS; they are still available on an Apple web site that is not publicized. You notice I haven't said anything about Geniatech here; I've written them off, sad because EyeTV is great software that they apparently lack the technical knowledge to upgrade. Hope that answers your questions.