this post was submitted on 01 Aug 2023
4 points (83.3% liked)

Self Hosted - Self-hosting your services.

10907 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

Hello again. I have several movies saved on my NAS, and wanted to have them in one folder for easy searching while also having folders for specific genres.

I tried creating some symlinks on my Linux machine, but those aren't visible on Windows or Android. I then tried creating shortcuts on a Windows machine, but those don't work on Linux or Android.

Is there any hope for setting up universally recognized symlinks/shortcuts?

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 11 months ago (1 children)

Create an NFS share and mount it on your Linux machines and create a CIFS or SAMBA share and mount it as a drive or network location on Windows.

[–] [email protected] 2 points 11 months ago (1 children)

Yes, I've done that.

I wanted to be able to have all my movies in one folder while having shortcuts to those movies in genre-specific folders. All on the same NAS

[–] [email protected] 3 points 11 months ago

I see now. As far as I now there isn't a shortcut solution like you want. Though I do believe that Windows and Linux allow you to sort files by metadata like genre. Not sure about Android.

Why not host Jellyfin? Or point your OSs media player to the folder? You would be able to sort any way you please.

Lol. It actually gives me anxiety thinking about a single folder with hundreds of video files just sitting there unorganized. /shudders

[–] [email protected] 1 points 11 months ago

What NAS is it? Isn't it possible to activate both CIFS and NFS for a single share?

[–] [email protected] 1 points 11 months ago

Thank you for the suggestions, I managed to find a solution that works for me.

Setting up hardlinks to the original file in other directories through Linux allows the data to be accessed from both locations and is detected by (seemingly) every OS!

This is probably a very clunky way to do it, but it works for what I'm currently looking for.