this post was submitted on 21 Nov 2024
46 points (97.9% liked)

Selfhosted

60281 readers
590 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

(crossposting, because i think it can be interesting here too)

I like my video collection nicely organized and omogeneous as formats, codecs and resolution.

I know there are already pleanty of solutions like Tidarr, but i find them a bit too much for my needs, and also pretty complex to use.

I wrote a simpler approach in a bash script called "Media Fixer", the URL is at the top of this post.

Feel free to check it out, play with it. I hope it can be useful for others as well as me.

It's released under the GPLv3.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] N0x0n@lemmy.ml 3 points 2 years ago* (last edited 2 years ago) (1 children)

Very cool and nice share !!

I'm also an organize freak and also have my own bash script to loop over my files and encode everything to AV1 :).

While my script is ugly as fuck (not a coder here so I'm doing what I can XD) it works and fills my need.

I won't use your script directly, however I will take inspiration of your bash script code ! That's okay I guess?

Thanks for sharing with the community !!

[โ€“] Shimitar@feddit.it 3 points 2 years ago

Thats more than totally fine, its why I shared it!

Hope it will help