Music Mode AKA Processing Music files via AcoustID

All your suggestions, requests and ideas for future development
User avatar
rednoah
The Source
Posts: 22995
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Music Mode AKA Processing Music files via AcoustID

Post by rednoah »

I miss a THANK YOU button
There is one. It's the one that says "Donate". :lol:
:idea: Please read the FAQ and How to Request Help.
Brooklyn11218
Posts: 12
Joined: 23 Jun 2015, 05:09

Re: Music Mode AKA Processing Music files via AcoustID

Post by Brooklyn11218 »

Is there a tag that lets you sort tracks into cd folders for albums that have multiple cds?

Album/cd1/tracks
album/cd2/tracks

I couldn't find anything when I prototyped it.
User avatar
rednoah
The Source
Posts: 22995
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Music Mode AKA Processing Music files via AcoustID

Post by rednoah »

CDn information is a bit tricky.

If you're using AcoustID this might work with a bit of luck:

Code: Select all

{music.medium}
You might also be able to read that information via the generic MediaInfo bindings, but that'd require ID3 tags. I don't have an example for that.
:idea: Please read the FAQ and How to Request Help.
User avatar
Mute
Power User
Posts: 11
Joined: 19 Feb 2014, 17:13

Re: Music Mode AKA Processing Music files via AcoustID

Post by Mute »

Is there a string for adding 16 bit lossless vs 24 bit lossless to the filename?

I know we can use {audio.BitRateString} to get the specific kbps of the audio stream, and {audio.BitRate} to get the bit rate.

I don't know enough about audio codecs/formats/players to know how to ask this question properly.

On WCD you can download 16 or 24bit FLAC files, and some applications will only play 16 bit encoded files. Can Filebot label flac file(names) as such?
User avatar
rednoah
The Source
Posts: 22995
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Music Mode AKA Processing Music files via AcoustID

Post by rednoah »

Possibly, please use the integrated MediaInfo viewer to see what information is available. Everything you can see, can be accessed via your format expression.

Image
:idea: Please read the FAQ and How to Request Help.
Post Reply