MinimServer Forum
Installing metaflac on a NAS - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Music Tagging (/forumdisplay.php?fid=9)
+--- Thread: Installing metaflac on a NAS (/showthread.php?tid=3982)



Installing metaflac on a NAS - lyapounov - 19-04-2017 21:44

hello all

I have starting a prototype to change the tags of files which are on a NAS, using web serveur and php.

I use the getID3 library which is great for browsing, but, according to his author, more difficult for writing tags.

My files are either flac or dsf, no other type.

To write tags for flac files, getID3 uses the metaflac shell command.

Does someone knows how to install on my Qnap ? (knowing that ipkg is no longer supported)

Thx if someone did it

Best

Best
Serge


RE: Installing metaflac on a NAS - lyapounov - 23-04-2017 01:14

I found a workaround : using ffmeg, which is available on NAS. cf. https://wiki.multimedia.cx/index.php/FFmpeg_Metadata

Of course, the drawback is that is does not only change the tag, it reencod the whole file. But it roughly seems to be the same, at least on a small sample.

Now, a question for Simon : there have been a lot of discussion about separating multiple artists.

As I am not using a standard program, but developping mine, what separator shoud I use between all artist values so that minimserver understands the multiple artists case ? Again, this will go into the -metadata artist= of the ffmpeg command.

Thx


RE: Installing metaflac on a NAS - simoncn - 23-04-2017 17:10

MinimServer doesn't use any separator but relies on the tagging program creating multiple tag values. Each tagging program seems to use a different separator to represent multiple values. I think you will need to ask someone from the ffmpeg community about how ffmpeg does this.

You can use the -acodec copy option to tell ffmpeg not to re-encode the audio data.