Leaderboard
Popular Content
Showing content with the highest reputation since 06/09/2016 in Posts
-
7 pointsUse Sentinel and self-sign EyeTV, then it works again (here at Mac mini m4)
-
6 pointsHaving purchased EyeTV 4 (8521) for macOS Catalina, there have been issues, some documented in the support forum here. I have allowed time since purchase for updates to be issued, which they have and all in all EyeTV 4 is an unmitigated disaster. Exporting is useless. Video stuttering Exiting Full Screen takes at least 2 attempts before it exits. Spinning beachballs galore. It is an unqualified mess. EyeTV 3 and earlier, allowed you to export in whatever format you wanted and guess what? IT WORKED EyeTV 4 exports a file which is unreadable by any player I have tried. EyeTV 4 is a pile of useless junk and a complete waste of money. It's as if Geniatech had absolutely no Mac software experience, but they did with EyeTV 3 DO NOT BUY.
-
6 pointsSo to get recording to work using TitanTV, does one do this by choosing what you want to record on their website and using the remote scheduling feature in preferences? I guess I'll give this a try for now. I was planning on moving to another solution after my TV Guide subscription expired in June (mainly because of the out of stock notice on the product page and what seems to be an intentional kill off of Eye TV for the Mac). Now that recordings cannot be setup using the TV Guide service, it looks like I'll need to switch now. It really is a shame because under Elgato's ownership, EyeTV had great brand recognition and a really easy to use PVR / TV solution. I'd been a happy customer for well over 10 years.
-
4 pointsDear EyeTV community In December 2021 and January 2022 due to ongoing crashes and quality issues in general I exchanged dozens of mails with Geniatech Europe and Geniatech Shenzen. On their request I sent them many screen shots and software error logs. And I made them aware of mistakes in their advertising in regards too EyeTV 4 for Macs (i.e. referring to Apple software that does not exist anymore, listing features that are not working in EyeTV 4 anymore and using outdated Apple terms). The result was rather frustrating. A lot of mails but nearly no improvement in regards to the software. Is it because of a low number of users? Certainly not as the the German director of Geniatech Europe (Mike Decker) wrote me that they have an user community with a two times seven digit number (means millions of users). Fact is: Geniatech completely missed the long in advance announced transfer of the Apple world to a 64-bit OS, that already started in 2010. And in 2018, when Apple stopped to support the 32-bit apps, It took them 15 months to produce a kind of beta software that had a very limited feature set. Furthermore they used Covid-19 as an argument for not being able to deliver within an acceptable time frame. Even now, 4 years later, EyeTV macOS is far away of being a finalised product with all the promised features – features we were used to by using the old EyeTV 3, coded by Elgato. And again they missed to make use of the developer version for the new macOS Ventura 13 that was available for months before the public launch. The result: After the update to macOS Ventura EyeTV 4 became unusable. Once more, we, the user community, feel frustrated and cheated by Geniatech. In the US of A and most probably also in the EU such a behavior would qualify for a legal battle, as Geniatech never delivered the advertised feature set and still selling this software in an unfinished and now even crashing version. Beside the legal aspects simply it is a question of business ethics. It looks like thet totally unacceptable behavior of this company needs to be counteracted by the power of their customers. As nobody at Geniatech cares in regards to the content of this forum, all of us should send a huge amount of complaining mails to the people concerned. During my contacts with Geniatech Shenzen and Germany I collected the contact addresses listed below. Feel free to flood these mail addresses with your complaints. kelly.li@geniatech.com (Geniatech EyeTV Support Team) abbey@geniatech.com (Sales Director Geniatech headquarter Shenzen) cpf@geniatech.com dgg@geniatech.com sales@geniatech.com suggestion@geniatech.com GTESales@geniatech.com (Geniatech Europe GmbH, EMEA HQ in Germany, Director is Mike Decker)
-
4 pointsReally. Do you care about customers at all? Initially the excuse was "engineers need time"... so.. it's been 90 days and they STILL haven't addressed the issue. Really? Come on. Get your act together.
-
4 points
-
4 pointsDC Rackerby: Thanks for the tutorial on xmldv. I set it up and got it working right now. I live in the metro St. Louis area. A few pointers to those who are trying to do this as well. Step 1: set go to schedulesdirect.org and and click on the "Sign Up" tab to create an account. It sets you up with a free 7 day trial account. I haven't upgraded to the $6 2-month or $25 yearly account yet. Step 2: You'll get an e-mail with an activation code. Copy and paste it into the schedules direct web page. Step 3: on the "SD-DD Subscribed Lineups: Add a new lineup Report Lineup Problems " line click "Add a new lineup" and select the appropriate channel service you need. I have an HD Antenna which picks up 54 stations in the St. Louis area. Step 4: go to the http://mc2xml.awardspace.info to download mc2xml. Scroll down about a page and click on the download. since we are on Mac's choose the third column for OS X (x86) Step 5: create a folder "scripts" in your home folder (i.e. /Users/username - for me it is /Users/weber). You can go to the menu bar at the top of the screen and click on "Go" and navigate down to "Home" then right click on the Home folder and add a "New Folder" and name it scripts. Step 6: move mc2xml from your downloads folder to the scripts folder Step 7: open "Terminal" from your "Utilities" folder which is inside your "Applications" folder. type "cd ./scripts" to navigate to the scripts folder. Then type "chmod 755 mc2xml" so that mc2xml is recognized as an executable. Step 8: still in the Terminal window, type in ."/mc2xml -T sdusername:sdpassword" where username and password are what you choose for schedules direct in step 1. It will take a minute or so to process and will create a mc2xml.dat and xmldv.xml file and place them in your "scripts" folder. Step 9: still in the terminal window, type in "open -a EyeTV /Users/username/scripts/xmltv.xml". be sure to change username to your actual username. for me it is weber as you can see in top 5. Step 10: Go to EyeTV (which should be open). Click on "Channels" the third tab under Library on the left. Then for each channel click on the EPG tab and change it to xmldv. It will ask you to assign a channel and give you the list to choose from. This corresponds with the "lineup" you hopefully correctly choose in Step 3. Note, I tried setting each channel to xmldv before Step 9 and I got a blank list. So step 9 has to come first. Step 11: Once done for each channel you can go to the EyeTV "Program Guide" and see that it is filled in including titles for each episode and colors to indicate type of program - as we were used to with EPG TV Guide. Step 12: Open "TextEdit" and copy in the getup.sh procedure (listed again below). Remember to change your mac username on lines 2, 3 and 5and the schedules direct username and password on line 10. Then save it as getup.sh and place it in the "scripts" folder you created in step 5 #!/bin/bash MC2XML="/Users/username/scripts/mc2xml" XMLTV="/Users/username/scripts/xmltv.xml" #Set the working directory cd /Users/username/scripts/ # Check if we have internet connection ping -q -c 1 -t 5 google.com > /dev/null if [ $? -eq 0 ]; then # Get new schedule $MC2XML -T sdusername:sdpassword # Reload EyeTV with the file open -a EyeTV $XMLTV fi Step 13: Back in the "Terminal" window. type chmod 755 getepg.sh" to make getup.sh recognizable as an executable. Now in the terminal window you can tap "./Users/username/getepg.sh" and it will do the whole job for you. I haven't yet automated the procedure using Launch Agent, but will do that shortly. I also have to go thru this procedure on another mac since I have 2 eyetv hybrids. Thanks again to DC Rockery. I needed to put together this dummies guide because it took me a while to figure out how to make it all work. I figured someone else may need this as well
-
3 pointsEyeTV 4 on MacOS 26 Tahoe Hello all, I upgraded to MacOS 26 Tahoe and the good news is, that EyeTV 4 is still working :-) Regards. Michael
-
3 pointsNo EPG service for 60 days.... Now you are banning users and removing all topics which relate to the MISSING EPG SERVICE, which disappeared August 7th, 2022 and has yet to return. This is how you've chosen to handle customers? Seriously???
-
3 pointsAnyone else having problems with TV guide? My guide currently goes out to Tuesday at 7:00PM but nothing after that. My subscription goes until Mar. 19. I did a update now and it said downloading and adding channels but still no additional programs.
-
3 pointsHi all! Be aware: For a few days the version 8528 already popped up in the Geniatech download section a few months ago. It was the result of other EyeTV issues I discussed with Geniatech and it had nothing to do with the upcoming macOS Ventura. Unfortunately, this 8528 incorporated new troubles, for instance it didn' stream audio to the EyeTV iOS app anymore. After my feedback it has been removed from the download section. I assume that this hidden 8528 release on the Geniatech download server is still the old one, not containing any fix in regards to the Ventura issues. Just be careful. As long as there is no official communication by Geniatech, I recommend not to download from unknown sources. Once more it becomes obvious that Geniatech is unable or not willing to take care of EyeTV 4 for the Mac OS. As I already wrote in a former post: Mail your complaints to all this staff listed below. We, the customers of EyeTV 4 macOS, deserve a much better service. And it is time to let them know that we strongly disagree with the chaotic way they handle all the issues. They have to become aware: If they do not act, their behavior will result in a reputation risk for the company. kelly.li@geniatech.com (Geniatech EyeTV Support Team) abbey@geniatech.com (Sales Director Geniatech headquarter Shenzen) cpf@geniatech.com dgg@geniatech.com sales@geniatech.com suggestion@geniatech.com GTESales@geniatech.com (Geniatech Europe GmbH, EMEA HQ in Germany, Director is Mike Decker)
-
3 pointsI managed to get XMLTV working in a couple of hours after some trial and error Hopefully just enough detail to get people going. I'm sure I reused previous knowledge from posts I found here and on Google This is all done in the terminal. If you are not comfortable with this I would avoid this option Pre-req is to install xcode and add-on's when prompted Google and Install macports (there is a package but I installed from the source tar. I recommend you do too as it will compile the version for your macOS). I'm doing this on an old mac running Sierra. Old OS and old shell https://www.macports.org/install.php Follow the instructions on the website including adding /opt/local/bin to your path or terminal will not find "port" once installed Once macports is installed: Install xmltv using sudo port install xmltv It may take a while as it takes care of all the required dependencies. This creates a series of tools in /opt/local/bin. I'm using the UK grabber but there are others. Then I ran /opt/local/bin/tv_grab_uk_tvguide --configure This creates the .xmltv directory in your user home and defines the cache location. You do want to go through the pain of selecting the channels in this config as selecting all will take the grabber forever to run. For the UK I had to say no or yes over a 1000 time. Yes it was pain but worthwhile One configured I created myself a script file in vi ~/.xmltv xmltv_refresh.sh Use your editor of choice. In this file I entered the following: !/bin/bash # Run the grabber, limit detail for speed 14 days, pass to sorter and output to an xml file /opt/local/bin/tv_grab_uk_tvguide --nodetailspage --days 14 | /opt/local/bin/tv_sort --by-channel --output ~/.xmltv/uk-tv-listings.xml # load xml EPG in EyeTV by passing the file /usr/bin/open -a /Applications/EyeTV.app ~/.xmltv/uk-tv-listings.xml Make the above file executable by running chmod u+x ~.xmltv/xmltv_refresh.sh Test the grabber by running the above script you saved: ~/.xmltv/xmltv_refresh.sh You can test this is eyeTV by selecting xmltv as the guide against a channel. You will instantly see the channel listings if it has worked Once happy you can add an entry to your crontab like: # 00 05 * * * $HOME/.xmltv/xmltv_refresh.sh >/dev/null 2>&1 00 17 * * * $HOME/.xmltv/xmltv_refresh.sh >/dev/null 2>&1 This will run the script twice a day ay 05:00 and 17:00. Choose times to suit Good luck. Hope this helps some people while we wait .. Stuart
-
3 pointsI've found that communication with the Chinese owners to be a bit lacking. And, by a bit, I mean they are absolutely useless. During their major outage a couple of years ago, it took months of only getting the same response from "Angela Xu" who appears to no longer be there. For at least 6 weeks the response is our engineers are doing some final testing... I have a solution, fire them and hire a team that knows what they are doing. Maybe this is how the Chinese government deals with Spkr Pelosi's trip to Taiwan. If they don't deal with this soon, the will lose even more users. Elgato really screwed all of us when they sold EyeTV to Geniatech. Hey Geniatech get your damn act together and tell us what is happening. Better still, fix it. Did you fail to pay TV Guide and they shut you down again*? * just a guess. The support ticket system is a joke. If they can not determine if there is a MAJOR system failure, a ticket submission is not going to help. I am so sick of this companies lack of incentive to keep their system working. In the 10+ years with Elgato this type of outage just did not happen. Once in a great while they had an issue that was solved in hours. Now this is the forth time Geniatech has screwed us.
-
3 pointsRunning 3.6.9 (7523) on High Sierra with an EyeTV Diversity OTA, with no issues. When I play a show recorded with EyeTV in EyeTV, I can turn DVB subtitles on and off, so the application clearly has the ability to handle such subtitles. However, if I export the show to a native format (h.264), only audio and video are exported. Ideally, I would wish for EyeTV to be able to export subtitles, either in a .mp4 or .mkv container.
-
3 pointsIt looks like the topic, "TV GUIDE NOT UPDATING" got de-railed, and is now more about coding, hacks, and work arounds for the EPG? As to this topic: Has anyone had any luck with the actual EPG, or real answers from breakthroughs with TV Guide EPG, or with Geniatech? I've gotten the same run around and even legally threatened by Angela in Support. She basically said if anyone slanders Geniatech - they'd deal with it legally. I don't give her an ounce of credibility. The beginning of each of the last two weeks I've been given the same rubbish - their techs are working around the clock, and to wait another week. I've done that twice now. Regardless of when -- or if they get this issue fixed, I'm demanding a full refund no matter what. I don't know what options others have - depending where you're at - but I'm in the states, and I'm also filing a case (at least ) with the U.S. Federal Trade Commission for failure to deliver a contracted service. My suspicion: they've completely lost any kind of TV Guide licensing and their scrambling to put together some half-a$$, make shift EPG data stream service of their own! [edit] Oh... and to date, 4:52pm, U.S. west coast time - our EPG is STILL dead.
-
3 pointsRe: ^. Sorry, wish Forum software let you edit previous posts, but it doesn't. Here's the attachment with a minor correction in a note on Step 2. XMLTVListings EPG with EyeTV-Guide.pdf
-
3 pointsATSC EPG alternative Here's an EPG stopgap that works, tested this evening. I have an over-the-air antenna (live in a rural area in Wisconsin without cable, don't want a dish). Not sure if it will work with cable. This is for a Mac running OS 10.11, should work through 10.14. 1. Go to the Channels listing in EyeTV. You will find a listing of your channel lineup you set up in EyeTV. 2. In the EPG column, there is a dropdown menu for each channel; it is currently set to TV Guide. Change it to ATSC for each channel (has to be done one at a time). 3. Go to the Program Guide window, which is still blank, and from the dropdown menu at the top, select Update ATSC (you should have several options, don't select Update TV Guide obviously). 4. I have about two dozen channels in my EyeTV channel listing (which remains active), the program download took under 2 minutes. When done, the Program Guide will be populated for about the next 24 hours (although our 4 public TV channels populated for 4 days out). The listings are barebones, but you can click to record as with TV Guide, and the individual programs do have a content description if you click on the program title. All the usual Record functions work. 5. I'll find out tomorrow if the autoupdate daily function works (set in Program Guide in Preferences), or if you have to do it manually each day. Obviously not convenient like TV Guide, and only goes a day in the future, but it did work fine for me this evening and . . . this is how we did used to do it a decade ago with early DVRs (EPG's have spoiled us). xmltv is probably a better option, I'll tackle that over the next few days.
-
3 pointsHere are the basic TitanTV steps (using titantv.com). 1. First, set yourself up as a user (free) and log in. 2. Click on the Site Preferences menu item at the top. 3. Click on My Channel Lineups tab. 4. If it hasn't filled in your provider, create a new lineup. 5. Click on the My DVR Options tab. 6. Enable the Remote Scheduling checkbox and Save Changes 7. Click on TitanTV Listings at the upper left to get back to the schedule for your system. 8. Click on a desired program. 9. In the popup window, click on the button with a red dot/black box (2nd from left). 10. Confirm you want to add it to your remote queue (that you have to do this for every program is a major PITA). This stores the temporary setting on the TitanTV site (somewhere) 11. Go to eyeTV Preferences/Guide tab. In the TitanTV Remote Scheduling region, click the Change button to add your TitanTV account name (not email address) and password. This will let eyeTV access those stored recording requests stored on TitanTV. 12. Click the Check Now button. (I also set the interval to every hour). 13. This should start populating your Schedules list in eyeTV with your TitanTV selections. You may encounter some channel issues (e.g., I don't have a digital TV subscription, I had to edit the channel listings on TitanTV to remove the "HD" from the names). Also, you won't know about time conflicts until this stage: TitanTV lets you set anything you want without signaling conflicts). 14. If you see a program in the eyeTV Schedules list, and nothing is set to italic, eyeTV should record the program (at least it has for me). Okay, folks, this was a quick-and-dirty rundown based on my hunting around and experimentation. I am far from an expert on TitanTV, so don't ask me about the service. BTW, the iOS version of the TitanTV app does not let you set remote schedules. Booo! Enjoy (as best you can) this clumsy operation.
-
3 pointsWhat a loss for Geniatech. They could of added a yearly subscription service to allow 3rd party hardware to work with EyeTV. Geniatech seems like its not on top of things with EyeTV. Since it purchased EyeTV, tech support is sub par, updates are sparse and bugs multiply. I contacted support by email yesterday about the issue with the PAID subscription programming guide, no reply or fix today. None of this shocks me. We all need to accept that the party is almost over soon.
-
3 pointsi dont have your mail adress and cant send you via wetransfer.. here it is from my drive https://drive.google.com/open?id=1zBLFocXn0-vkZKKrKfDfdyXcqdGtagF9 and also attached it here. eyetv_netstream_115_423_update.zip
-
3 pointsEyeTV App for tvOS will come in september, sorry for all inconvenience.
-
2 pointsGoogle search "sentinel, mac" Choose MacUpdate and download "Sentinel" Open it and add (drag) your EyeTv App into sentinel. Magic happens. Niels Riis, Denmark
-
2 pointsThe end of the year is this weekend.... Not only marking the end of 2022... but also... 146 days without EPG data ... at this point all excuses are just that excuses... "engineers' have had AMPLE time to correct the issue. If it is "server related" there's been ample time to correct that as well... Now.. Giniatech is simply in breech of the agreement they made with users (all users) --- users pay for software with a specific set of features, then pay additionally for EPG data, in return Geniatech agreed to provide the software and EPG data --- Geniatch is breeching the agreement. I wish I were a more litigious individual... but class action seems relevant. FIX THE ISSUE ALREADY! --------------------- WARNING: DO NOT BUY ANYTHING FROM GENIATECH - There is ZERO product support.
-
2 pointsClosing in on 120 days without EPG service. Come on.. PLEASE fix it already.
-
2 pointsThe 8528 version of EyeTV 4.0 can be downloaded from the Geniatech website using the following link - https://file.geniatech.com/eyetv4/EyeTV4.0.0_8528.dmg It works fine for me using Mac OS Ventura 13.0 on my M1 Studio Max
-
2 pointsIT HAS WORKED FOR ME (8528) ON MY MACBOOK PRO (2017) AND IS RUNNING PERFECTLY WITH MY RECENTLY UPDATED VERSION OF VENTURA. MY EYETV IS DIVERSITY.
-
2 pointsJust a "Plus 1" to thank Delacroix for the link; even though I had what was nominally 8528 (although it said it was 8527), it quit as soon as I tried to launch it. The version downloaded from Mega works perfectly. Maybe Geniatech will get around to putting it on their website eventually...
-
2 pointsHi Il Gatto, well I just tried to install the updated 8528 onto my Mac mini M1 server. Before updating to Ventura the version 8527 was more or less running stable (except of all the missing features we are waiting for since ages). Of course, I used the EyeTV reporter for a proper removing before installing the 8528. Initially, the channel search worked but after finishing the channel scan the app crashed. Tried several restarts without any success. It reminds me on a former experience with the 8528 that has been published after my feedback some months ago. It killed the audio part when streaming to the iOS app and has been removed from the download site shortly afterwards. Conclusion: lack of knowledge and experience in regards to Apple coding, quick and dirty fixes, no systematic quality control, no professional product management and communication and most important: lack of business ethics. The Geniatech management is fully aware of the problems but they prefer to sell a software that is simply not ready for the market. With all due respect to your defence of this company, what Geniatech is doing is beyond what is legally acceptable. And I have long been surprised that no one has taken legal action against this company. As I wrote in an earlier post: We should all flood Geniatech's mail addresses with our complaints. By the way: I already sent them a support request. Up to now, I got no response. What a surprise!
-
2 pointsHi Il Gato! Txs for the info. Another user already published a link to an external and uncontrolled download server for this version. However, in my opinion it is more than strange that Geniatech doesn't publish the Ventura version on this site here. Not even an official statement – very fishy... Best regards, Roland
-
2 pointsHi Delacroix, sounds good but why do we have to download this fix by clicking on an uncontrolled external link? Sorry to say but this would be an excellent way to distribute manipulated software (malware). To me this doesn't sound serious and I would really prefer to get this fix via the official Geniatech website, together with an explaining statement. The fact that they not even changed the release number is a sign of a rather quick and dirty fix. However, it would be great if it really works. Can you confirm that all is fine, please? Txs and kind regards, Roland
-
2 pointsDie einzige Lösung ist wohl, das Geld zurückzuverlangen. Der Dienst kommt wohl nicht mehr wieder. Das Problem ist allerdings, Geniatech zu erreichen. Die auf der Web-Seite angegebenen E-Mail-Adressen werden wohl nicht gelesen. Da ich per Paypal bezahlt hatte, konnte ich wenigstens deren Paypal E-Mail-Adresse über das Paypal-Konto finden. An diese Adresse habe ich dann geschrieben und gebeten, den Kaufpreis anteilig zurückzuerstatten (ca 6 Monate hatte mich Geniatech ja beliefert, die restlichen 6 Monate sollten sie erstatten). Das hat dann auch recht schnell geklappt. Das Geld wurde wenige Tage später auf das Paypal-Konto zurücküberwiesen. Die E-Mail-Adresse war folgende: GTESALES@geniatech.com Keine Ahnung ob die generell funktioniert, oder nur in Verbindung mit Paypal-Zahlungen. Aber ein Versuch ist es wert, wenn man Geniatech über andere Wege nicht erreicht.
-
2 pointsHello Geniatech, The major networks begin their new fall season in less than 6 days... IT WOULD BE SO NICE TO KNOW THAT YOUR ENGINEERS HAVE SOLVE THE "PROBLEM" (Or the office finally scraped together enough cash to pay your vendors like TV Guide). IT'S BEEN ONE MONTH SINCE I REPORTED IT AND NEARLY 7 WEEKS WITH NO USE OF THE PROGRAM GUIDE. There is no such thing as a server problem that takes this long to fix. STOP LYING ABOUT IT. While I'm listed as a 'Newbie,' I've been using Eye-TV for more than 10 years!! FIX THIS!!!
-
2 pointsCan you start in terminal window and type : /Applications/EyeTV.app/Contents/MacOS/EyeTV (Key Enter) Have you a message about signature concerning framework CoreAVC ? If so, do : stop EyeTV type the command in terminal codesign --remove-signature /Applications/EyeTV.app/Contents/MacOS/EyeTV and restart EyeTV
-
2 pointsI have an Eye tv 500 (Firewire) running on an Late-2012 iMac i7 (Catalina 10.15.7 (19H524)) using Apple's Thunderbolt to Firewire dongle adapter. I bought Eye tv 4 in September and it hasn't worked once. Every launch gets into the setup sequence and immediately crashes. (Always thread 24 or 25 with the same, identical SEGV.) I have contacted GeniaTech about this numerous times over the last seven months and never once gotten a reply. I have included crash logs from the Console app, system configuration data from System Profiler, steps to reproduce, contact information, .. everything I can think of to make a good bug report. I get an automated response that my bug report was received, and then, nothing. The greatest insult is that they also have not refunded my purchase to my credit card. I find it hard to describe this. In forty-five years of computing, I cannot recall ever paying for something that simply never worked at all. And only rarely do I recall having Customer Support turn theirback on me and ignore a crash report.
-
2 pointsplease feel free to try that zipped folder it contains the complete folder and subfolders from Library/Frameworks... FWAUserLib.framework.zip
-
2 pointsI all, For me, all versions after 8517 are unusable (I have an iMac Late 2015, with 32GB of RAM). I test the updates, then I systematically downgrade to 8517 which works better. A shame. Ok I have an old iMac and that certainly counts, but EYETV 4 is the worst app in the world, it's a monumental piece of crap. I bought it in 2019 because I couldn't find anything else compatible with macOS BigSur. But if anyone has an app that can replace EYETV, I'm about to switch. EYETV 3 was fabulous. How is it even possible to come up with a version 4 that is not worthy of a 0.0.1 Alpha version? Nothing makes sense in EYETV 4: - Use Escape to leave full screen mode like in EYETV 3: hahaha for what? - Hire a UI/UX designer? => it's useless ! - The progress bar does not follow any logic. - In the versions after 8517, the images are jerky on 80% of the French channels. It's unbearable. - Use the standard keyboard shortcuts of macOS? Not useful at all! - Put a keyboard shortcut to switch to full screen? hahaha, I'm stupid, we have a mouse for that! Let's add to all of that that the price of the app is increasing, that the support never answers to emails nor deigns to answer on the forum, and that the app is slowly but surely dying. I can't even imagine a version that is properly fully compatible with M1 processors. WAKE UP GENIATECH ! GIVE US THE REAL WORKING APP WE PAID FOR! Your current app is a shame.
-
2 pointsThe virtual remote doesn't work under eyetv 4 either. Very crappy for so much money. Slow, cumbersome to use. It hangs many times.
-
2 pointshahaha , nice on M|S Success on EyeTV 4 ? and you are asking to support ARM now ? Be happy that you can still post on a site with expired certificate, full of spam posts and actual employees of the company probably already on another company
-
2 pointsI installed 7528 over the weekend, and made the following observations to pass on. Up to this point I have kept our version at 7520, because later versions did not recognize our HDHomeRun. Some of these may not be news to you if you have installed versions after 7520: 7528 installed and worked fine, picking up all existing recordings and schedules. (After TV Guide stopped working, we have been scheduling using TitanTV because it was not that much of a hassle, and could be done from any of our devices with a web browser.) 7528 recognizes our HDHomeRun again. While others in this thread have also noticed this, it doesn't seem to be mentioned in any release notes, so I'm wary that it might not be officially/permanently supported. But at least there is now a build that we can use as long as we don't need the Mac to go beyond macOS 10.14 (since 10.15 won't run 32-bit applications). That means we can keep using this version of EyeTV at least until 10.14 stops getting security updates, which might be in 2022. So, another 3 years of service at least. Of course, this is a moot point if Geniatech issues a 64-bit update of EyeTV. We are in the USA. Now that the TV Guide subscription is available again, I paid to subscribe for another year. Price went up from $20 to $30 a year, not happy about a 33% price increase. But it works again. I ran a channel rescan. At the end it puts up the dialog box where you enter your zip code and choose how you get your TV (I choose OTA broadcast). At this point 7528 would either crash, or hang with the rainbow pinwheel of death. I had two zip codes entered; testing revealed that it crashed if I left it that way, but no longer crashed if I deleted the second zip code so that there was only one ZIP code in there. I had to go into Channels view and make sure all channels were set to EyeTVEPGPremium-USA, because they had lost their program guide setting after TV Guide went down. The easiest way to do this is Select All first, then change one and all selected channels update. The left column of 7528 includes the EyeTV Plus service. This is not available in the USA, so it was just taking up space. It turns out you can disable EyeTV Plus in Preferences, so that disappears from the left column. All in all I'm relieved that we no longer have to consider an alternative OTA recorder for our old faithful Mac mini. (I do have Plex but it has its own issues.) We'll just keep cranking along with EyeTV. While I thank Geniatech for this update, I am not happy about how it happened because after TV Guide became unavailable and HDHomeRun support was dropped, communication with customers was handled very badly. They need to work on this.
-
2 pointsThese old discussion threads are now quite long, making current topics hard to find. So I just started a new topic under Discussions "EyeTV 3 Version 7528 release Experiences" so we can focus discussion of the new version there and make it easier for people to find. Thank you.
-
2 pointsIt also appears that you can buy a renewal for EyeTV EPG Premium-USA in the store. Anyone try it yet? https://www.geniatech.eu/product/tv-guide/
-
2 pointsMaybe you'll get an answer in this tread - in the thread "64 Bit support" - we did not get an answer. I guess geniatech bought a yacht an they are sailing away. In the harbor they read in this forum and laugh. To cut a long story short. Find a another product that fits your demand and forget EyeTV. I'm only here to find tipps about alternative products.
-
2 pointsMeanwhile TV on Mac and PC ist a niche. There is no doubt about it. The thing I don't understand they still sell Hardware with a (formerly) great piece of software. And we all now the the software won't work anymore from Q4/2019 on. What was their intention when they bought EyeTV from Elgato? Why is there no official member of Geniatech to do public relations. This forum produces so much displeasure. Why not telling people either: a) Hey guys, go away the Mac story ends up here! b) Look there is a screenshot of EyeTV 4 for Mac - but still takes some time to finish. AND you will have to pay some money for it. Is it that hard to talk to the people that pay your salary?
-
2 pointsYes, the 2 EPG services are fee based. I tried the free week on schedules direct.com, and got my setup working in a day or two. Then I subscribed for 2 months for I believe 6 dollars, just in case it didn't work long term or TV Guide came back. I think the full year is $25. Sure, it was 6 bucks I shouldn't have to had paid, but it was worth it. Now I am not beholden to Geniatech and their whims. I fully control the scheduling. I've had questions, and someone from Shedulesdirect.com answered me in 3 hours! Try to get an answer from Geniatech. This alternate schedule system uses functionality existing forever in EyeTV, it sends the schedule into the program just as the makers had intended to allow. No hack at all. Another potential bonus: the alternate sourcing using the directions from the forum works on a low level in the system...it is not likely to break with updates. I use it on an ancient mac mini running snow leopard, and a 2014 mac mini running High Sierra and both work perfectly. Of course, with the next apple update, if they remove all 32 bit resources, all bets are off.
-
2 pointsI just want to say thanks and how much I appreciate the problem solving efforts here. Rather than just complaining, we have some workable solutions to this "unfortunate" situation. Like many here, I have been using EyeTV and some form of HD Homerun for many many years and don't miss cable AT ALL. Over the air is just fine for me, especially with so many alternative TV options. What has happened with the business end of EyeTV being bought , first dropping support for HDHR and now this, it was (I think) only a matter of time. With no 64-bit update coming that will work with Silicondust products, EyeTV's days were probably numbered after the next big MacOS update anyways. At first all the techie ideas were just too much for me and really not worth the effort. I have Plex and that seems to be working, but not nearly as elegantly as EyeTV was (is). But a big thank you to all of you who posted clear step by step instructions on how to make EyeTV work again (Until Apple does it in for good). I will give it a go and see what happens. Perhaps its just time to start getting through all the books I want to read!! Cheers and big thanks to all you problem solvers!! Maris
-
2 pointsTry submitting a support ticket here: https://www.geniatech.eu/support-contact/?Product=eyetv 3 I did that tonight, and promptly received the following reply: For HDHomerun, 7520 is the last version supporting HdHomeRun. Version 7520 software download site: https://www.geniatech.eu/download/eyetv-3-6-9-7520/ As for the issue of TV Guide, it is a technical issue. We are fixing it. We will inform you immediately once it is back to normal. Kind regards, Angela
-
2 pointsWe do not care about what the Windows version does or supports. EyeTV 4 doesn't exists on OS X (macOS) and for all we know , it might never exist on OS X. We want 64 bits support on the Mac OS X version (macOS), supports for the tuners we bought with EyeTV when it was sold by Elgato (HDHomerun) and bug fixes. And so far we haven't seen any of this, bugs have not been fixed and no effort is being made towards any of the things I mentioned above. So we do not trust anything Geniatech is saying anymore.. this is the reality of the market, not someones view. So if your use case is EyeTv 4 on Windows, you are in the wrong thread as here we're talking about EyeTV on OS X and the lack of support and/or update as well as wether or not there will be a 64 bits version for the future OS releases.
-
2 pointsElgato used to I believe resell a version of the SiliconDust network DVB-T tuner. Recently I bought a HDHR4-2DT model SiliconDust tuner as the only way to get DVB-T2 on a Mac since for years Elgato had failed to release any DVB-T2 tuners. Update I see Geniatech now list a USB DVB-T2 tuner but still do not have a network DVB-T2 tuner. The EyeTV software does sill support HDHomeRun tuners and I can successfully get EyeTV to find it and can also get it to successfully get EyeTV to scan for channels, and also to view both DVB-T standard definition channels and DVB-T2 high definition channels. Unfortunately I am finding three old bugs specific to using a HDHomeRun tuner with EyeTV still exist. I first encountered these bugs with an older HDHR3-DT model which is DVB-T only. With the recent discontinuation of the previously free RadioTimes XMLTV guide source on June 16th 2016 these bugs have now become more critical as I now have to use the DVB guide instead. I have reported these issues to Geniatech a week ago but as of yet still had no response. I am using the latest 20150826 firmware and software for the HDHomeRun. Bug 1 When I tell EyeTV 3.6.9 build 7416 to use the DVB guide data for channels and to then scan for DVB guide data it will initially start off successfully scanning but part way through will stop finding guide data with the result at the end of the scan only some of the channels will show guide data. I have proven that all the channels do have DVB guide data available by doing the same thing in Windows using the exact same HDHomeRun tuner and this finds DVB guide data for all channels with no problems, and also a real TV fitted with its own DVB-T/T2 tuner is also able to get DVB guide data for all channels. More importantly I can even successfully get DVB guide data for all channels in EyeTV if I tune in to an view individual channels for a few minutes - long enough for EyeTV to extract DVB guide data automatically from that channels/multiplex. If I do this for all the channels missed out during the full scan I can get a full set of DVB guide data for all channels but obviously this is extremely tedious and time consuming and should not be necessary. It seems the failure of the full scan for DVB guide data fails at the same point each time and this seems to be when EyeTV switches from scanning one channel or multiplex to another. However remember it is possible to get DVB guide data for all channels by manually tuning in to and viewing them so it is not as simple as a specific channel causing EyeTV to choke. Bug 2 Once EyeTV has been told to do a full DVB guide data update and it as per bug 1 fails part way through, a subsequent DVB Guide update request will fail straight away as will a 3rd, 4th, etc. It is only possible to then get even a partial scan to work by quitting and relaunching EyeTV. Note: This would further support the case that it is not simply EyeTV choking on the results of a DVB guide scan from a specific channel since a repeat request starts from the first channel which on the 1st attempt does at least give some results. Bug 3 If EyeTV is not used i.e. not running for an indeterminate amount of time - more than a few minutes per a few hours, then EyeTV will no longer reconnect to the network tuner. It then becomes necessary to re-run the EyeTV Setup Assistant and reselect the network tuner. Fortunately you do not have to re-scan for channels. All three of these issues have previously also occurred with older versions of EyeTV, and both a HDHR4-2DT and an older HDHR3-DT tuner and also older versions of the HDHomeRun firmware and software. On the good news front EyeTV is able to extract DVB guide data for DVB-T2 high definition channels which at least in the UK using the Freeview HD service are apparently encrypted with a simple Huffman encoding.
-
2 pointsI have requested this some time ago and nothing has changed, so I'll try again... I have eyeTV 3 and iOS eyeTV. All seems to work. My eyeTV 3 is installed on one of the most powerful computers you can get and the computer does not sweat simultaneously saving 4 TV streams in HD (I have 2 x 2 channel HomeRun HD) and playing back another, previously stored, HD recording. And still has cpu and hard drive resources available for something else. It is really powerful media center beast with OSX, used exclusively for this purpose. Annoying thing is that I can - on iOS - without any issues play live streams from my eyeTV 3 and all is working very well. I can be behind in time and jump around... But once the recording is done, I am immediately locked out from playing the same recording for ~20 minutes before the ~hour of recording is "prepared". That is extremely frustrating as : 1. Preparation is not necessary, if the live stream works just fine. 2. Even if preparation would be necessary, the eyeTV computer will be ahead of me in no time. I know I may not be able to jump ahead easily - or that it may take some time before the recompression catches up - but this "preparing" is extremely annoying and frustrating. Can you enable live streaming of saved recordings so they get recompressed on fly? Just allow on fly recompression and remove the "preparing" when computer is powerful enough - chances I will need to watch the same recording second time are small so I do not need to store the recompressed recording anyway. There are now many computers which can easily handle that.
-
2 pointsIt's not about getting rid of Eyeconnect. Just the contrary. It's a bug in current EyeTV versions that prevents Eyeconnect from even starting. This bug has been discovered by Simon Nilsson and he provides the steps to have iPhone/iPad sharing running again on the botched EyeTV installation. The problem with EyeTV is, it currently does not create nor start the Eyeconnect service. Here's how to fix it. Open the Terminal and: mkdir "/Library/Application Support/EyeConnect" cp -r /Applications/EyeTV.app/Contents/Resources/EyeConnect.app "/Library/Application Support/EyeConnect" sudo cp -f "/Library/Application Support/EyeConnect/EyeConnect.app/Contents/Resources/com.elgato.EyeConnect.plist" /Library/LaunchDaemons/com.elgato.EyeConnect.plist sudo chown root:wheel /Library/LaunchDaemons/com.elgato.EyeConnect.plist sudo chmod 600 /Library/LaunchDaemons/com.elgato.EyeConnect.plist sudo launchctl load /Library/LaunchDaemons/com.elgato.EyeConnect.plist Once these commands are entered, the failed installation of Eyeconnect on El Capitan starts up and allows for setting up Library/iPhone/iPad sharing. Three things in regards to above: 1) the current EyeTV build is broken, so it needs updating very soon, 2) the manufacturer should show some generosity towards Simon, he nailed it, 3) finally - the guy by himself did something EyeTV should've been doing ages ago - integrated live TV into Kodi with a lightweight app. Why not do an official Kodi plugin with Simon?
