nicksphone

Members
  • Posts

    183
  • Joined

  • Last visited

Everything posted by nicksphone

  1. You need the Nvidia build of unraid and you also need to add the other two lines after runtime to tell it which card
  2. i got it to work but i gave up my recordings were not great could of been that i was using hdhomeruns with lots of network traffic or it could of been crap signals. i might give it ago again if i can free up a spot for my internal card.
  3. you can choose one of the audio only plugins or write your own. you can filter plugins by audio only
  4. change the repo to haveagitgat/tdarr:pro_latest it will want you to login after it updates use patreon login as discord is broke atm. you will also most likely have to fix permissions as well http://serverip/Tools/DockerSafeNewPerms as the free version used a different permissions and you will see lots of fail transcodes if this is the case
  5. your having it loop as its doing everything regardless of format you need to have something that says if it has this skip.
  6. i hope someone can throw some light my way. running a 2700x on a b450f strix gaming on the latest bios. got 2 vid cards a 710 in slot one and a 1050ti in slot 2. i can setup any os if i use VNC graphics as soon as i try to use the 1050ti it locks up the vm module. im running 6.8.3 nvidia build. i even tried using 2 diffrent downloaded vbios's as well as trying 6.9 beta 30 nvidia build. i have never had so many issues with a vm before. forgot to add that svm is on and cstate is off
  7. http://yourunraidserver/Tools/DockerSafeNewPerms run this will fix it, one of the old versions used the wrong permissions on the encoding
  8. ok first thing its looking like your kill stalled is not working correctly now i know the software is not great with ts files so if you delete .ts and .m2ts from the scanned for files in your lib containers your likely to get rid of this issue it solved it for me. For .ts and .m2ts files use the recording converter app its made for ts files will put them in mp4 files for you. it will still fail on some but its alot better than this at the moment. maybe when they are out of beta it will work better with .ts files.
  9. everything seems fine with what you sent are any of these files .ts it hangs on?
  10. Which version are you running Tdarr or Tdarr_aio? what plugin are you using? can i get a screen shot of your docker config and the data from the info tab for one of these glitched transcodes plz also in the options tab do you have Auto-cancel stalled workers: ON
  11. the log its not able to connect to the card your missing Container Variable: NVIDIA_DRIVER_CAPABILITIES all in the docker config
  12. can you setup the output folder to point somewhere else? my recordings go in a holding folder. once converted the folder structure is the same on my media server folders. so if the recording is in /xxx/Season 01/ then in the media server it will be in /xxx/Season 01/
  13. Can you click info on one of the failed transcodes and put it in a pastebin and link it. also can you screen shot your docker config page?
  14. Awsome thanks its working now. now gotta get the guide to work
  15. ok new to this where would i put it and what the correct formatting?
  16. i thought this line added it <WebUI>http://[IP]:[PORT:8866]/index.html</WebUI>
  17. here is my template i can get it to build but the webui will not work and im not sure how to add a log so i can see the errors. i copped most of this and modded it slightly so im not sure whats wrong. <?xml version="1.0"?> <Container version="2"> <Name>nextpvr</Name> <Repository>nextpvr/nextpvr_amd64</Repository> <Registry>https://hub.docker.com/r/nextpvr/nextpvr_amd64</Registry> <Network>bridge</Network> <Shell>bash</Shell> <Privileged>false</Privileged> <WebUI>http://[IP]:[PORT:8866]/index.html</WebUI> <Icon>https://d36jcksde1wxzq.cloudfront.net/saas-mega/blueFingerprint.png</Icon> <ExtraParams>--device=192.168.1.68</ExtraParams> <DateInstalled>1599243887</DateInstalled> <Networking> <Mode>bridge</Mode> <Publish/> </Networking> - <Data> - <Volume> <HostDir>/mnt/user/Recordings/</HostDir> <ContainerDir>/recordings</ContainerDir> <Mode>rw</Mode> </Volume> - <Volume> <HostDir>/mnt/user/appdata/NextPVR/Buffer</HostDir> <ContainerDir>/buffer</ContainerDir> <Mode>rw</Mode> </Volume> - <Volume> <HostDir>/mnt/user/appdata/NextPVR/Config/</HostDir> <ContainerDir>/config</ContainerDir> <Mode>rw</Mode> </Volume> </Data> <Config Name="Recordings" Target="/recordings" Default="" Mode="rw" Description="Recordings Folder" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/Recordings/</Config> <Config Name="Buffer" Target="/buffer" Default="" Mode="rw" Description="Live TV Folder" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/NextPVR/Buffer</Config> <Config Name="Configuration" Target="/config" Default="" Mode="rw" Description="Configuration Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/NextPVR/Config/</Config> </Container>
  18. are you still using nextpvr? i cannot get it to work i can get it to build but webui not working. this is my docker container <?xml version="1.0"?> <Container version="2"> <Name>nextpvr</Name> <Repository>nextpvr/nextpvr_amd64</Repository> <Registry>https://hub.docker.com/r/nextpvr/nextpvr_amd64</Registry> <Network>bridge</Network> <Shell>bash</Shell> <Privileged>false</Privileged> <WebUI>http://[IP]:[PORT:8866]/index.html</WebUI> <Icon>https://d36jcksde1wxzq.cloudfront.net/saas-mega/blueFingerprint.png</Icon> <ExtraParams>--device=192.168.1.68</ExtraParams> <DateInstalled>1599243887</DateInstalled> <Networking> <Mode>bridge</Mode> <Publish/> </Networking> - <Data> - <Volume> <HostDir>/mnt/user/Recordings/</HostDir> <ContainerDir>/recordings</ContainerDir> <Mode>rw</Mode> </Volume> - <Volume> <HostDir>/mnt/user/appdata/NextPVR/Buffer</HostDir> <ContainerDir>/buffer</ContainerDir> <Mode>rw</Mode> </Volume> - <Volume> <HostDir>/mnt/user/appdata/NextPVR/Config/</HostDir> <ContainerDir>/config</ContainerDir> <Mode>rw</Mode> </Volume> </Data> <Config Name="Recordings" Target="/recordings" Default="" Mode="rw" Description="Recordings Folder" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/Recordings/</Config> <Config Name="Buffer" Target="/buffer" Default="" Mode="rw" Description="Live TV Folder" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/NextPVR/Buffer</Config> <Config Name="Configuration" Target="/config" Default="" Mode="rw" Description="Configuration Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/NextPVR/Config/</Config> </Container>
  19. for anyone still hurting from the docker.img size the pro version is down to 1.7ish gigs now
  20. yeah i have no idea how to do that or were to start. was hoping i could add a line somewhere to see if it breaks it.
  21. yes but docker.img is on the SSD and im trying to also help other people with smaller ssd drives that are using it. its 7.6 gigs on a fresh install so i think its layers. the app is Tdarr_AIO and its still in beta so im sure the dev has more things to worry about at the moment.
  22. So im a total newb about app and dockers but im using one that is in beta that is 4-5 times larger than any other app in the docker image file. i have read about docker build --squash to reduce layers to save space. how would i do that to an app in the store or is that something i would have to create a fork for? i tired it in the post arguments in advanced to see if that would do it but no luck but then again maybe im missing something in the line. If this is somthing already covered my apologies i could not find it in a search Thanks in advance for any help with this
  23. the standard version you have to install the Database software separate and people were having issues use the AIO one just quicker to setup