Jump to content

eds

Members
  • Posts

    201
  • Joined

  • Last visited

Everything posted by eds

  1. Ah! You're right. Once I actually added the IP address in place of <IP> that did it. Thanks! EDIT One other thing I wonder if you can help me with.... I'm using nginx proxy manager to handle the app with my domain so I can access on the wan side, but this appears to be failing. Any ideas?
  2. Hey OP, Thanks for wallabag docker. I've been dying for an app like this. Comparing what I installed to the actual program, the docker appears to be missing images and other textures. Was that an oversight or did I get something wrong here?
  3. If that's the case I'm showing b2net and igb. Agreed.
  4. I tried editing the line model type = 'virtio' by changing the value to 'e1000' and 'vmxnet3' and neither worked. I am a little lost here. I, of course, assume the drivers are installed in the Unraid host since this worked once before after passing through the nic. In addition, if the drivers were not installed in Unraid wouldn't the OS have an issue with network connects? How to check to see what network drivers are installed in Unraid?
  5. I think folks may not be understanding the true nature of this problem. The vm is not looking for a driver. The vm is unable to see the nic. Again, this was solved in the previous version on unraid. All I had to do is pass through the nic so that the VM can see it (as seen in the post above) So the previous posts about needed a driver is moot. The centOS vm is unable to see the nic. Without seeing the nic, what good is a driver?
  6. That did the trick. And it appears the youtube plugin was broken somehow. All is working well now. Thanks!
  7. None of the links for YouTube work. Other sites work fine. I look to the plugin and I see no options unlike others. Could the plugin be broken? If so, how to fix?
  8. This issue is pretty ridiculous. I had virtual machine capability on my qnap nas and it didn't have any of these issues. I thought Unraid would be much better in the implementation. Go figure it's worse! And the video in this thread which used to work is now useless.
  9. This is interesting. When I paste a link it search for downloads for about five seconds and then disappears and nothing loads. I think this has been since the update to Unraid 6.8.1. Docker does not indicate update needed. I can't see any issue in the logs.
  10. What your version? My build date is Feb 6 of this year. Docker is not reporting an updates.
  11. Really surprised (and disappointed) no one can help with this issue.
  12. Curious to know if anyone else if having a problem with this docker and youtube. Used to work flawlessly, now it doesn't. I thought, perhaps it was a network issue, but I did a download from another service and had no problems. So, is anyone having issues with YouTube?
  13. Anyone able to get CentOS vm to see the network adapter?
  14. replace names in json.list ... Dude, this is what I needed. Now I think I'm good. Thanks.
  15. I'm running into this problem again - hope you can help. Passing through the nic no longer appears to be working with the update to 6.8.1. How can I emulate one of the existing generic nic's even if it means editing the xml?
  16. As indicated in my post above. this line: docker exec -it guide2go ./config/cronjob.sh Produces the following: sed: /guide2go/CBLguide.json: No such file or directory sed: /guide2go/CBLguide.json: No such file or directory System info ----------- 2020/01/25 11:54:48 [guide2go] Version: 1.0.6 Get data from Schedules Direct ------------------------------ 2020/01/25 11:54:48 [guide2go] Config file: /guide2go/CBLguide.json 2020/01/25 11:54:48 [ERROR] - open /guide2go/CBLguide.json: no such file or directory sed: /guide2go/SATguide.json: No such file or directory sed: /guide2go/SATguide.json: No such file or directory System info ----------- 2020/01/25 11:54:48 [guide2go] Version: 1.0.6 Get data from Schedules Direct ------------------------------ 2020/01/25 11:54:48 [guide2go] Config file: /guide2go/SATguide.json 2020/01/25 11:54:48 [ERROR] - open /guide2go/SATguide.json: no such file or directory sed: /guide2go/SATSport.json: No such file or directory sed: /guide2go/SATSport.json: No such file or directory System info ----------- 2020/01/25 11:54:48 [guide2go] Version: 1.0.6 Get data from Schedules Direct ------------------------------ 2020/01/25 11:54:48 [guide2go] Config file: /guide2go/SATSport.json 2020/01/25 11:54:48 [ERROR] - open /guide2go/SATSport.json: no such file or directory curl: (7) Failed to connect to 192.168.1.2 port 34400: Operation timed out curl: (7) Failed to connect to 192.168.1.2 port 34400: Operation timed out Is this to be expected? Also, all this command does docker exec -it guide2go -configure /guide2go/lineup_name.json Is log me into schedules direct then offers options to: Edit configuration file ----------------------- 1. Change credentials from Schedules Direct 2. Add lineup 3. Remove lineup 4. Manage channels 0. Exit Select entry: 0 I don't want to do any of these things so I exit. This creates a json file with my username and password. Now what?
  17. Thanks for getting back to me so quickly. So I decided for simplicity. I just need the guide and I have an SD account. So with the guide2go docker I ran all the necessary commands, created the json and have the cronjob script. When I run docker exec -it guide2go ./config/cronjob.sh, this is what I get: docker exec -it guide2go ./config/cronjob.sh sed: /guide2go/CBLguide.json: No such file or directory sed: /guide2go/CBLguide.json: No such file or directory System info ----------- 2020/01/25 00:37:14 [guide2go] Version: 1.0.6 Get data from Schedules Direct ------------------------------ 2020/01/25 00:37:14 [guide2go] Config file: /guide2go/CBLguide.json 2020/01/25 00:37:14 [ERROR] - open /guide2go/CBLguide.json: no such file or directory sed: /guide2go/SATguide.json: No such file or directory sed: /guide2go/SATguide.json: No such file or directory System info ----------- 2020/01/25 00:37:14 [guide2go] Version: 1.0.6 Get data from Schedules Direct ------------------------------ 2020/01/25 00:37:14 [guide2go] Config file: /guide2go/SATguide.json 2020/01/25 00:37:14 [ERROR] - open /guide2go/SATguide.json: no such file or directory sed: /guide2go/SATSport.json: No such file or directory sed: /guide2go/SATSport.json: No such file or directory System info ----------- 2020/01/25 00:37:14 [guide2go] Version: 1.0.6 Get data from Schedules Direct ------------------------------ 2020/01/25 00:37:14 [guide2go] Config file: /guide2go/SATSport.json 2020/01/25 00:37:14 [ERROR] - open /guide2go/SATSport.json: no such file or directory curl: (7) Failed to connect to 192.168.1.2 port 34400: Operation timed out curl: (7) Failed to connect to 192.168.1.2 port 34400: Operation timed out Is this to be expected? Not sure what those errors are about. I created a json file when the docker connected to SD. Also, I am not clear where the xml will be downloaded. The xmltv schedules direct docker allowed users to assign a custom directory. This does not appear to be the case here, so I assume it will download into the guide2go directory?
  18. Hi Alturismo, For those of us not well skilled in docker and just want guide data for plex, is your guide2go app sufficient or should I use xteve_g2g_owi? What command to run at the unraid command prompt to get schedules direct account all setup with the docker? Thanks.
  19. Thanks Huxy. I'm going to try @alturismo's docker and see how it goes.
  20. And I see they have an unraid docker. Will give it a try. Thanks!
  21. Not to beat a dead horse, but to clear the record, there is something up with the xml's this app downloads (with respect to previously aired and new tag). Using EPG123, which uses schedules direct as a source, the previously aired tag (called previously shown in epg123) is not littered throughout the guide. It accurately displays the <new /> tag on its own and <previously-show> on its own. For Plex this means episodes that are set to record new only are accurately recorded and repeats are ignored. So there is something wrong with the guide data with respect to those two issues. Not sure how well the xmltv schedules direct app is being maintained , but hopefully they will correct this issue. All else seems to be fine!
  22. Wish everyone could be so lucky. Still crickets for my issue.
  23. Doing a re install of Plex and re importing a new guide did not solve the problem. But a number of things became clear. The issue is not the guide, it's Plex. Using the same guide in Jellyfin and I see repeat and new tags, no problem. Some episodes show as new in Plex, but they are few and far between. Plex and Jellyfin must treat the 'previously show' tag differently, because it's the source of my problem. From what I see if 'previously show' is with or without the 'new' tag, the episode is considered a repeat by Plex. If the 'new' tag is on its own, Plex sees it as new.
  24. Had been using @L0rdRaiden's video to pass through a nic to my CentOS vm. Since upgrading to 6.8.1 that guide no longer appears to work. My XML is here: <interface type='bridge'> <mac address='52:54:00:fd:f4:bb'/> <source bridge='br1'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </memballoon> </devices> <seclabel type='dynamic' model='dac' relabel='yes'/> </domain> What appears most obvious to me is the 'hostdev' tag is no longer in use on the xml. How to fix?
  25. Then something is wrong with the listing because it is a new show and there is what appears to be an open ended new tag directly below it. Also, quite by accident, I found at least one show in the guide had a correctly assigned new tag. So I think there is an issue with the guide. So I deleted the guide and deleted the dvr from plex and decides to rerun the docker, install and import a new guide. Fingers crossed it works.
×
×
  • Create New...