Jump to content

steve1977

Members
  • Posts

    1,471
  • Joined

  • Last visited

Everything posted by steve1977

  1. Thanks for the development. Unfortunately, I failed to install the plugin. Error message below. plugin: installing: https://raw.githubusercontent.com/realies/corsairpsu-unraid/master/corsairpsu.plgplugin: downloading https://raw.githubusercontent.com/realies/corsairpsu-unraid/master/corsairpsu.plgplugin: downloading: https://raw.githubusercontent.com/realies/corsairpsu-unraid/master/corsairpsu.plg ... failed (Invalid URL / Server error response)plugin: wget: https://raw.githubusercontent.com/realies/corsairpsu-unraid/master/corsairpsu.plg download failure (Invalid URL / Server error response)
  2. Reporting a separate issue: thetvdb support appears to be broken since the latest docker update? Episodes are added, but without any commentary or artwork. Anyone else experiencing this?
  3. I tried with curl instead, but getting an error message. I am new to PMS, so hope someone can make some sense out of the error message. I really hope to find some way to import my existing playlists, which were done at great efforts and I don't want to lose... curl -X POST http://192.168.11.xxx:32400/playlists/upload?sectionID=6&path=Downloads/Test.m3u&X-Plex-Token=removed [1] 93875 [2] 93876 -bash: X-Plex-Token=removed: command not found [2]+ Done path=Downloads/Test.m3u Computer:~ user$ <html><head><title>Unauthorized</title></head><body><h1>401 Unauthorized</h1></body></html>
  4. Has anyone with an Unraid setup succeeded to import M3U playlists into Plex? This is one of only two key features that I am desperately missing. with Plex. It seems to be possible to import M3U playlists, while not through the GUI. I tried, but getting an "500 error". Anyone succeeded? https://forums.plex.tv/t/can-plexamp-read-and-use-m3u-playlists/234179/17
  5. Mmh... This is weird. I only cycled down for 5min. Maybe I'll give it a try keeping it shut down for an hour or so. I noticed that it takes a minute or so after I pull the plug for all lights to disappear. Maybe more time will allow it to fully reset... Seems my only hope...
  6. What about the "cannot reset device"? I thought this poses an issue? If not, anything I need to do to make my VM "see" the audio card?
  7. There is some more in the log this time. Please see the full one below. Thanks for any thoughts you may have to trouble-shoot? 2018-07-28 12:40:32.264+0000: Domain id=1 is tainted: high-privileges 2018-07-28 12:40:32.264+0000: Domain id=1 is tainted: custom-argv 2018-07-28 12:40:32.264+0000: Domain id=1 is tainted: host-cpu 2018-07-28T12:40:32.303473Z qemu-system-x86_64: -chardev pty,id=charserial0: char device redirected to /dev/pts/0 (label charserial0) 2018-07-28T12:40:32.970282Z qemu-system-x86_64: vfio: Cannot reset device 0000:00:1f.3, no available reset mechanism. 2018-07-28T12:40:32.974277Z qemu-system-x86_64: vfio: Cannot reset device 0000:00:1f.3, no available reset mechanism. usb_desc_get_descriptor: 2 unknown type 33 (len 10) usb_desc_get_descriptor: 1 unknown type 33 (len 10) usb_desc_get_descriptor: 1 unknown type 33 (len 10)
  8. Here we go with what I tried now: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' -e TZ="Asia/Shanghai" -e HOST_OS="unRAID" -e 'PUID'='99' -e 'PGID'='100' -e 'VERSION'='latest' -v '/mnt/':'/data':'rw' -v '/tmp':'/transcode':'rw' -v '/mnt/cache/Docker/PlexMediaServer/':'/config':'rw' 'linuxserver/plex' It seems now to be working. Is this using ram now?
  9. That's what I thought. I had a different setting before that made it transcode to ram (but led to error messages). What would be the right command to add to give it another try to transcode via ram?
  10. Thanks again for your help. Finally getting to this again. I am no longer sure whether PMS transcoding actually happens via ram or HD now. Below is the docker run, which works. Any thoughts whether this allows transcoding via ram or HD? root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='plex' --net='host' -e TZ="Asia/Shanghai" -e HOST_OS="unRAID" -e 'PUID'='99' -e 'PGID'='100' -e 'VERSION'='latest' -v '/mnt/':'/data':'rw' -v '/mnt/cache/Docker/PlexMediaServer/':'/config':'rw' 'linuxserver/plex' [API removed]
  11. I know this post is better suited for the Plex forums and I have done so (https://forums.plex.tv/t/remote-access-not-working/288849). However, I find this very Unraid forum and its community much more helpful, so giving it a try here as well. My issue is that remote access shows as "Fully accessible outside your network", while not being accessible from any place outside the home network. I suspect it is some port issue, but not sure where to start trouble-shooting as PMS actually shows "fully accessible". Any thoughts how to trouble-shoot before going into forwarding ports in my router. Thanks!
  12. Thanks for your note. I had tried the "AC trick" before and just again. Unfortunately, it is not working for me. Any other idea what I could try? I tried to pass-through the card to both a Win and Mac VM, but unfortunately with the same result.
  13. I am trying to pass-through my on-board audio card (S1220A), but not successful. I tried all three options in your youtube video and none of them allows me to start the VM with the audio card passed through. No matter what I do, the IOMMU group includes the four devices below. When using the multifunction command, the group number changes, but the four devices stay grouped. IOMMU group 13: [8086:a2d2] 00:1f.0 ISA bridge: Intel Corporation Device a2d2 [8086:a2a1] 00:1f.2 Memory controller: Intel Corporation 200 Series PCH PMC [8086:a2f0] 00:1f.3 Audio device: Intel Corporation 200 Series PCH HD Audio [8086:a2a3] 00:1f.4 SMBus: Intel Corporation 200 Series PCH SMBus Controller I can get the audio card to passthrough with two different syslinux configs: append vfio-pci.ids=8086:a2f0 modprobe.blacklist=i2c_i801,i2c_smbus initrd=/bzroot append pcie_acs_override=downstream vfio-pci.ids=8086:a2f0 modprobe.blacklist=i2c_i801,i2c_smbus initrd=/bzroot I don't get an error message and can start the VM. However, the audio card is not visible in Windows. Log file reveals that something is still wrong. 2018-07-22T03:10:12.081712Z qemu-system-x86_64: vfio: Cannot reset device 0000:00:1f.3, no available reset mechanism. Any thoughts? @gridrunner @matthope
  14. Thanks for sharing. I am trying to pass-through my on-board audio card. Did some changes in syslinux, but still not succeeding to pass the soundcard to my VM. Any chance you can have a look at below?
  15. Also, any experience in passing through an audio card (S1220A). I passed it through in Unraid, but something is missing to have MacOS see and use it. I tried a guide I found online (https://hackintosher.com/guides/get-hackintosh-audio-working/#Problems), but does not appear to work. Any one else tried and succeeded?
  16. I just realized that iMessenger and potentially also playing songs in itunes does not appear to work for me. Has anyone experience with this? There are quite some guides on the net how to fix the iMessenger issue. Would love to hear from anyone who has tried in an Unraid setup.
  17. Not sure and I haven't done anything. What folder are you referring to? After setting the "/transcoder" to HD, it is working. When setting it to "/transcode", it is not (and I was told that this setup implies that it is supposed to use ram?
  18. I am on Intel (not Ryzen), so this can be excluded as issue. Any idea how I can problem-solve the issue why the docker cannot transcode via ram.
  19. Great, thanks. This did the trick. Now transcoding seems to work. How much ram do I need for transcoding? I have plenty free, but maybe it helps if I pin it to the docker? Also, how material is the advantage of transcoding via ram compared to HD? It took quite some time for the movie to start. Assume this is normal when transcoding?
  20. Switched to the official Plexinc docker, which also didn't work. Switched back to linuxserver.io docker. Unfortunately, still no luck with transcoding. Any thoughts?
  21. Still not getting transcode to work. Some more info below: I am getting the same error with the Plex APP for IOS and TVOS, so I'd assume it's a server issue? Error on IOS app: Playback was terminated by the server. Conversion failed. The transcoder exited due to an error Same error message with TVOS app. Checked the log in the PMS container: Critical: libusb_init failed [s6-finish] sending all processes the KILL signal and exiting. Any thoughts?
  22. It had been working before for many years, but suddenly stopped. Actually, it seems working flawless when manuallyg starting the docker, but the auto-start doesn't work. It works for all other dockers except this one. Docker command below: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='radarr' --net='bridge' -e TZ="Asia/Shanghai" -e HOST_OS="unRAID" -e 'PUID'='99' -e 'PGID'='100' -p '7878:7878/tcp' -v '/mnt/disk1/Sabnzbd/Complete/':'/downloads':'rw' -v '/mnt/user/MOVIES/':'/movies':'rw' -v '/mnt/cache/Docker/radarr':'/config':'rw' 'linuxserver/radarr' [API removed]
  23. Weird issue. Docker doesn't auto-start (despite of being set as "auto-start"). When manually starting it, all works. Error in log as below. Any thoughts? [v0.2.0.1120] System.Net.WebException: Error getting response stream (ReadAsync): ReceiveFailure Value cannot be null.
  24. Could above error message be a result of memory filling up? I have 32GB ram and only use 12%, so this should be plenty for transcoding?
×
×
  • Create New...