Linux: script for creating aMule-optimized Links (Artist and Album in Filename) #125
secretmango
started this conversation in
Ideas
Replies: 1 comment
-
|
I made a more complex script based on that idea, using ffmpeg to add some basic audio information to the links, improving searchability on aMule even more. https://codeberg.org/boredsquirrel/aMule-tools/src/branch/main/scripts/audio-symlink-creator.sh |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
aMule does not seem to support directories, unlike Soulseek. So if you simply share your music library, the result will be hard to search (no aritst or album info) or include a bunch of
cover.jpgetc. that you dont want.You can use this script to recursively link all files from your library to a single folder, including the directory names in the filename.
the script uses fd-find, a faster
findalternative using a more standard syntax.Script
Example
Library:
Resulting links:
Future ideas
The script could be extended to use
mediainfoorffprobeor maybe an even simpler and faster tool to add channels, codec (for m4a, m4b, mka, mkv, ogg, oga etc.), bitrate and VBR/CBR. This would make it significantly slower but add way more useful info to help people decide.And of course a script to reverse this and convert the output back into a folder structure, once this system should be used by more people.
Beta Was this translation helpful? Give feedback.
All reactions