Comment on Discussion Thread š« Thursday 9 April 2026
Taleya@aussie.zone āØ4ā© āØweeksā© agoIām converting some machines to kubuntu. However, dolphin is a bit of a bitch with winserver shares and auth, and it fucks me off having goddamn cifs hardcoded mounts to shares in fstab.
NERD
So iāve spun up a tiny alpine vm called malcolm that basically just mirrors the winshares as nic shares. Then His Lordship wanted a mini media player for the brewery. I have a pc300 thatās perfect for that, so slapping libre/kodi on it. Of course, as detailed previously, i refuse to name MY tv shows on MY file server to please the machine. I use human names. Previously iād written a script to symlink the movies / anime / tv shows on a winbox so i could rename the symlinks and have kodi (with a netflix skin) do its thing, but of course i donāt want to do that for every farking machine and you canāt share symlinks on a winbox as theyāre kernel-specific. So more scripting - linux this time - and i have a centralised Kodi share on Malcolm that is named for Kodi. The script - which iām Working out how to run when the source directory changes - creates two copies of the dir in symlink form. One is parity (if contents of server/show matches this, ignore), the other is Recently_Added (new stuff) that i then rename with filebot and move to kodi/tv_shows. So the wxrupt runs through, checks if thereās anything new in /server/tv, if yes, then create a symlink copy in parity, and one in recent_added that i then manually name for Kodi to parse. It also hunts and kills dead symlinks on the /mnt/kodi dir :)
Gibsonhasafluffybutt@aussie.zone āØ4ā© āØweeksā© ago
Iām glad I understood most of that lol
Youāve given me an idea, for which Iām grateful. Iāve been dragging my feet on properly utilising these server hard drives full of shows and stuff.
Much appreciate :)
Taleya@aussie.zone āØ4ā© āØweeksā© ago
New fileserver? Always an idea :)
(My fserve doesnāt run anything but shares and i like it that way)