Discussion:
EasyTAG WMA files
Paul Groves
2018-11-14 22:20:16 UTC
Permalink
Hi all.

I have been through my entire music collection consisting mostly of flac
files and entered the correct metadata.

Now I am stuck on the last 3 albums which are in wma format.

When I open the directory in EasyTag the files do not show up for me to
edit.

Does EasyTAG not support WMA?

If not what program can I use to edit the tags?

Thanks
--
ubuntu-users mailing list
ubuntu-***@lists.ubuntu.com
Modify settings or unsubscribe at: https:/
Nils Kassube
2018-11-15 05:23:06 UTC
Permalink
Post by Paul Groves
I have been through my entire music collection consisting mostly of
flac files and entered the correct metadata.
Now I am stuck on the last 3 albums which are in wma format.
When I open the directory in EasyTag the files do not show up for me
to edit.
Does EasyTAG not support WMA?
If not what program can I use to edit the tags?
Sorry, I can't help you tag the WMA files. I would suggest to convert
them to FLAC and then tag them as usual. In a terminal a command like
this

for f in *.wma;do ffmpeg -i "$f" "${f%wma}flac";done

should do the conversion if it is started in a directory with wma files.


Nils
--
ubuntu-users mailing list
ubuntu-***@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/u
Loading...