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.

dopeytree

Members
  • Joined

  • Last visited

Everything posted by dopeytree

  1. 📺 TVx — the warmth of modern nostalgia This is the way - television you remember feeling: present, unhurried, analog. ❤️‍🔥 TVx brings back the ritual of watching—not scrolling, not seeking, just being with what's on. 🎞️ Like the grain of 35mm film or the crackle before a record drops, it trades sterile perfection for something alive. 📟 Curved glass. Gentle flicker. Scanlines that breathe. 🎥 The soft bokeh of vintage anamorphic lenses —edges that blur like looking through aged glass, chromatic fringing that feels organic, not digital. ⏱️ The glow of a neon clock counting Saturday mornings long past. 🎯 What it doesAn IPTV + EPG viewer for Tunarr (Plex/Jellyfin) playlists and XMLTV guides. Built for channel surfing, not catalog anxiety. Anti‑algorithm. Pro‑moment. Vibing. Architecture: TVx is a client-side web frontend that interfaces with your Tunarr backend alongside your Plex library. It consumes M3U playlists and XMLTV EPG data generated by Tunarr, while displaying rich metadata and artwork from your Plex media server. 📚 Full Docs https://dopeytree.github.io/TVx/ Main View Full TV Guide View Full TV Guide View + Poster Full screen (vintage filter off) View Full screen (vintage filter on) View Buy me a coffee ✨ Why it feels different⚡ Instant channel surfing — hold ↑/↓ to skim; land when something catches your eye 📟 CRT warmth — curvature, chromatic aberration, scanlines, vignette 📅 Full TV guide — press G for a 12‑hour timeline across all channels with poster artwork 🎬 Theater modes — click the player to cycle views (guide → normal → immersive) 🏷️ Smart channel names — strips filler words, adds icons: Pulp Fiction Movies → Pulp Fiction [🎬] The Hitchhiker's Guide to the Galaxy Shows → The Hitchhiker's Guide to the Galaxy [📺] Extreme Ironing Sports → Extreme Ironing [🏆] The Tesla Files History → The Tesla Files [📜] Cosmos Documentaries → Cosmos [📜] ⌨️ Keyboard shortcutsKey Action ↑ ↓ Channel surf (hold to skim) G Toggle full TV guide F Fullscreen M Mute/Unmute Esc Close modals/Exit theater https://github.com/dopeytree/TVx
  2. Support thread for all my Docker Templates for CA - TVx - Vintage IPTV player for your Plex/Jellyfin content (requires Tunarr or dizquetv for channel streaming) - Octofree - Octopus energy saving sessions notification https://github.com/dopeytree/Unraid-templates
  3. As far as I understand - DVDFab doesn't need a GPU (only plex does). So you have 2x options. 1 - Run the VM and carry on with DVDFab BUT use a software graphics card. 2 - Swap to a docker container method that can make use of GPU if you want to RIP & process the DVD files further 3 - eg = https://github.com/jlesage/docker-makemkv
  4. Ok confirmed something wrong with the container that stops it loading local network XMLTV guides
  5. Having issue adding a network XMLTV file when adding a Tunarr or ErsatTV tuner File works and have validated it Any ideas? Have tried both containers as Host & bridge and same error
  6. Full width text boxes etc in docker settings Particularly for entering extra parameters
  7. You may well be correct but alas we can't control frigates coding updates - where-as changing the cameras is possible today. Some options: FCD600 - 6MP UHD Dual-Lens Outdoor PoE 180° Panoramic View https://www.annke.com/products/fcd600 CZ804 - 4K 4X Optical Zoom PoE 12 MM Motorized Varifocal Lens https://www.annke.com/products/cz804 NightChromaTM NCT425 - 2-in-1 Dual Lens PTZ 25X Optical Zoom https://www.annke.com/products/nct425
  8. You likely need a zoom lens (either fixed telephoto or PTZ type or just take apart & change lens) on another camera rather than resolution to help solve Face Recognition from a distance
  9. what has 4k got to do with it? the model size is 384px what size is your substream on the camera? log into camera webgui or use vlc media info on stream url the 4k video should just being recorded detection should be on the substream which is already a smaller resolution read for the models to work efficiently
  10. https://forums.unraid.net/topic/101424-how-to-publish-docker-templates-to-community-applications-on-unraid/ https://www.youtube.com/watch?v=g6iMwea-HLY
  11. Docker Authoring mode without stopping Docker Must be possible? More like the VM creation? I blindly assume all docker authoring does is allow a few extra fields and some XML output?
  12. I just figure face detection is a growing extra. It takes a while to build up a database. I'm running the large model on an intel igpu works well. 5x streams 640x480 or similar sized. High quality stream is 3k. No extra power usage.
  13. I've created an 'app' how do I create the template and submit it so others can download it on the community app vs pulling it direct?
  14. Possible a DNS error? in tailscale settings on server try toggling use DNS: off
  15. Would love keyboard short cuts to speed up the GUI. for example shortcut to toggle advanced view on docker / vm's etc. open terminal tabbed type shortcut to cycle main tabs (dash/main/usb/users/settings/tools/plugins/docker/vms/apps/stats/tools/ keyboard shortcuts for ok / cancel commands etc
  16. Out of memory errors could probably be upgraded with a bit more info or advice how to obtain the extra info: grep -i "oom-killer\|killed process" /var/log/syslog
  17. Hope it gets fixed soon. Good example of a plugin trying to do too much. Should separate out the Unraid Connect / API / and prettying javascript code
  18. I think there might be a conflict problem with the docker Preserve user defined networks: setting and tailscale as since turning this on I can no longer access my tailscale network externally, also internally there are issues if on a different subnet when previously all worked fine. Anyone else run in to issues? Docker -> show advanced -> Preserve user defined networks: yes
  19. Thanks the 2nd one. Want to run an hourly python script in a self contained manor with some form of logging / uptime kuma. Think I am staring to get there. Should probably just build an image with everything in to deploy.
  20. Better example is 'ubuntu' which brings up every container description that contains 'ubuntu' when one might be looking for titles only.
  21. Would be cool to have a button that lets one enter docker commands for new containers rather than manually doing it all and having to click add path / port etc. Similar to how you can use code for VMs. Docker compose does exist but again its GUI into unraid is horrible. Maybe I need something else. I just want to be able to copy and past code in for new containers I'm working on and then manage them in the docker GUI. ``` Command executiondocker run -d --name='alpine' --net='bridge' --pids-limit 2048 -e TZ="Europe/London" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Moulin-rouge" -e HOST_CONTAINERNAME="alpine" -l net.unraid.docker.managed=dockerman -p '2222:22/tcp' -v '/mnt/luna/appdata/alpine/':'/data':'rw' -v '/mnt/luna/appdata/alpine/':'/etc/ssh/':'rw' 'alpine' /bin/bash -c "tail -f /dev/null" --interactive --tty dde46c550d2566f94cc0a0d28a506da2402b278ea55e694840a69afb3a15a7e4 docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "/bin/bash": stat /bin/bash: no such file or directory: unknown. ```
  22. How to run Plain Ubuntu/Alpine Docker Can get it to download an image but then it just quits. How do I get it to serve / have a console I can fiddle with & learn. Thanks
  23. Is it possible to better search the community apps store? eg: title=*linux* To limit search to title rather than descriptions etc Task at hand is to find any existing LINUX containers such as "ubuntu server' etc.
  24. Anyone interested in updating the VM templates / docs? Quite a lot of quirks: Like ubuntu needs 1cpu and 2gb ram or it gives errors. Presumable could just collate working configs & submit for pull
  25. Don't you need this instead of type:cuda detectors: onnx_0: type: onnx device: gpu

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.