Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Josh.5

Members
  • Joined

  • Last visited

Everything posted by Josh.5

  1. This feature is not yet enabled.
  2. @Squazz I've got a build with a Ryzen 1700. Seems over the past year it has improved quite a bit with every Unraid update. But I still get these stutters in gameplay. I was wondering if you had experienced this at all with your Windows VM? If not, would you mind sharing your XML for the VM with me so I can compare it? My current hardware: GPU: GTX 1060 (6GB) Motherboard: ASUS PRIME x370 pro RAM: Corsair LPX 32GB DRAM 3000MHz C15 I have my VM running on a dedicated SSD with the whole USB controller passed through to it. I've tried with anywhere from 4-8 logical CPUs passed through (8-15). They don't seem to make a difference. Currently have 8GB RAM configured for the VM. I would like to get this VM running some of my games. Games like PUBG often drop below 20FPS and are pretty much unplayable. LoL is ok and medium settings. I know the 1060 is not the best card on the market, but it and the Ryzen CPU should be able to handle these games way better than it is. Any help would be appreciated.
  3. I'll take a look at that this weekend. I may have left it out on purpose. But perhaps it was an oversight.
  4. If that is the case, then perhaps test it using the 3 official lancache containers separately rather than this one. That would prove once and for all that it is a fault with the lancache-bundle image.
  5. Logs are @ /configs . It's should say in there some details about the scan. Try enabling debugging also
  6. Can't see why it wouldn't work. Sounds like a very cool idea using syncthing
  7. This is more of a docker thing than an nginx thing. The beauty of docker is that you can shutdown this lancache-bundle container on unraid, create a tarball of your whole cache directory, then extract that archive on the Synology NAS wherever you are going to bind to the lancache-bundle container. If you do this, then as soon as you run the lancache-bundle container on the Synology NAS, it will see those cached files exactly the same as if it were being run on unraid. This is what docker is for, an agnostic wrapper around processes so that they run the same way in the same environment no matter where they are deployed.
  8. How did you lose your data? did you point your /tmp/unmanic directory to your ****/TVShows/ directory or something? NVM. A second read of your other post and I understand what you did. I'll push an update that will only recursively clear out sub-folders starting with "unmanic_file_conversion-****" so that if anyone misunderstands the meaning of directories created in "/tmp" and mounts that folder to data they want to keep, it wont delete it. The link you posted for heelphan's issue seems to not be related to this tho.
  9. The cache directory is where unmanic temporarily stores files as they are reencoded. This is cleared when the container starts. So as to no leave tmp files lying around from unfinished jobs
  10. For the apple caching, you will need to make a request at https://github.com/uklans/cache-domains/
  11. Ha! My local internet download speed tops out at ~3MB/s. All you superior people with your fast internet.[emoji23] The reason I set this up was because I get massive speed boosts on the second PC downloading the cached files. 20MB/s us lightning fast for me [emoji1]
  12. I thought the part HTTP/1.1" 200 959280 "-" "Valve/Steam HTTP Client 1.0"10.0.0.4 - - [28/Feb/2020:22:33:35 +0100] "GET /depot/239145/chunk/a9b9fd989145495a72c6beb7817d5071a98de418 Was fetching the cached data?
  13. At a glance it looks like it's working fine....
  14. Yes. That bug is now squashed. Give it another try now. Follow the instructions I wrote previously to clear out the old data and view the logs to see it in action. I've taken logs out of docker logging for now as it was annoying to view in unraids web popup. Its my intent to make a variable that can be set to switch the logging to docker logs on/off....
  15. Open a terminal on unraid. Run : tail -fn1 /mnt/user/appdata/lancache-bundle/log/*/*.log
  16. I've pushed a fix for this. The error shows that on the first run of the container, the log files inside the /var/log/nginx directory do not exist. I've amended that script to chown the directory instead. thanks @nadbmal for finding a quick workaround
  17. I've pushed a decent update to the lancache-bundle which should now fix most of the issues that people were having. However, you will need to update the template a bit. Either make these changes yourself: Add the Nginx Logs volume. Modify the "data:" volume to point internally to `/data/cache` (The container will not work without this modification) ...or remove the container and start fresh from the template found here: https://github.com/Josh5/unraid-docker-templates Before you start the container, you will also need to clear out the logs directory: $ rm -r /mnt/user/appdata/lancache-bundle/log This is important if you ever want to see your logs... Finally, once you do have it running and would like to see if it is working, open a terminal on your Unraid server and run: tail -fn1 /mnt/user/appdata/lancache-bundle/log/*/*.log The update is kinda large. But it will help a lot with maintaining it in-line with the lancache project. This basically basses off the current lancachenet/monolithic:latest image and adds in the lancachenet/lancache-dns and lancachenet/sniproxy projects with a small amount of tweaking. This is opposed to how it was before running off my alpine base which was a considerable amount smaller, but required that I actively maintain most of the parts of the lancache-bundle image myself. So this should be much better I'm testing it out tonight. So far so good... Let me know if there are any more issues.
  18. Give me a few hours and I will push this update... Sent from my ONEPLUS A5010 using Tapatalk
  19. Oh... Mkay. Thanks for Steamcache bundle. It was definitely the inspiration for this. I'm hoping to push an update to fix some issues this week. Glad others are finding it useful. Sent from my ONEPLUS A5010 using Tapatalk
  20. Yea. Pgs subs are images, not text. They cannot be converted to txt. Your problem is you are trying to remux it into another container (mkv) which does not support pgs subs codec for subtles. You can select the option in settings to remove subtle streams. That should resolve your problem. But you will then need to also download your subtitles separately after the conversion if you still want them. Sent from my ONEPLUS A5010 using Tapatalk
  21. FFMPEG log recording is only enabled if you turn on debugging. Sent from my ONEPLUS A5010 using Tapatalk
  22. Just thought I'd write a quick update. I was expecting to have HW encoding sorted by end of October, but now that we are getting into the warmer months I'm using all my free time to carry out some much needed maintenance on my house. I probably will not get back to working on Unmanic until February/March. If you find issues, feel free to put them on GitHub, I will get around to it eventually. Hope everyone has a Merry Christmas (or whatever other holidays you celebrate at this time of year) and thanks for using Unmanic. Sent from my ONEPLUS A6000 using Tapatalk
  23. There will be an FFMPEG command also in your unmanic logs. That would be the best place to start. After that it would be a case of finding out what FFMPEG limitations exist for h265 and the command that Unmanic generated. How big is the file? Sent from my ONEPLUS A6000 using Tapatalk
  24. FFMPEG logs are not saved unless debugging is enabled. They add an unnecessary weight to the database for everyday use. It is possible that in the future when history is able to be cleared etc, the FFMPEG logging will be on all the time. But for now as there is no simple way to reduce the history log, this is a debugging only feature. If you are seeing issues with files failing to convert, I'd recommend that the first course of action is to enable debugging. This will then show you the FFMPEG logs and also other key logs from Unmanic and will greatly help with determining the cause of the failure. I'd be willing to bet you have an issue with subtitles as that is the common problem most people have with Unmanic at this stage. Flick on debugging and take a look... Sent from my ONEPLUS A6000 using Tapatalk
  25. Feature requests are welcome. You should raise an issue for it on GitHub. Issues posted here in the forum are easy to lose track of and forget about. Sent from my ONEPLUS A6000 using Tapatalk

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.