Post Reply 
Computation of number of albums ...
07-03-2019, 10:16
Post: #11
RE: Computation of number of albums ...
If you're willing to use foobar2000 add a new tag called FORMAT using the logic:
Code:
$iff($strcmp($info(samplerate),44100) IS MISSING, FLAC, SACD) - ignore the second f on iff as it was the only way to get it in a post
I have no idea about SACD/Hi-Res so there may be a more accurate way of identifying it.

Then create a new tag called ALBUMUNIQID using:
Code:
$crc32($meta(composer)$meta(album)$meta(conductor)$meta(date)$meta(format))
adding any other tags you think might be necessary to uniquely identify an album.

Finally apply MinimServer changes as described in my earlier post.

Whilst MinimSever is configurable in SO many other ways, this for me is its biggest limitation, which is why I went down the route of creating my own unique "album" tag.

If you are going to trial this route I'd recommend using foobar2000 to duplicate a portion of your library (or all of it if you want) by losslessly "converting" the first 10 seconds of every song (for speed and disk space) and practise on those files to start with.

Happy to help with the foobar2000 detail if you like; I've only recently started using it but it's the MinimServer of tagging programs :-)
Find all posts by this user
Quote this message in a reply
07-03-2019, 16:42
Post: #12
RE: Computation of number of albums ...
(07-03-2019 10:16)simbun Wrote:  If you're willing to use foobar2000 add a new tag called FORMAT using the logic:
Code:
$iff($strcmp($info(samplerate),44100) IS MISSING, FLAC, SACD) - ignore the second f on iff as it was the only way to get it in a post
I have no idea about SACD/Hi-Res so there may be a more accurate way of identifying it.

Then create a new tag called ALBUMUNIQID using:
Code:
$crc32($meta(composer)$meta(album)$meta(conductor)$meta(date)$meta(format))
adding any other tags you think might be necessary to uniquely identify an album.

Finally apply MinimServer changes as described in my earlier post.

Whilst MinimSever is configurable in SO many other ways, this for me is its biggest limitation, which is why I went down the route of creating my own unique "album" tag.

If you are going to trial this route I'd recommend using foobar2000 to duplicate a portion of your library (or all of it if you want) by losslessly "converting" the first 10 seconds of every song (for speed and disk space) and practise on those files to start with.

Happy to help with the foobar2000 detail if you like; I've only recently started using it but it's the MinimServer of tagging programs :-)

Foobar2000 does not work on synology.
Find all posts by this user
Quote this message in a reply
08-03-2019, 12:01 (This post was last modified: 08-03-2019 17:09 by paultaylor.)
Post: #13
RE: Computation of number of albums ...
Quote:Agh: the flac version, or the SACD ?
My own SongKong tool has an IS_HD tag, you can run SongKong on most Synology Intel servers and let it identify HD tracks without requiring any purchase as follows:

1. Install SongKong on Synology - see http://www.jthink.net/songkong/en/instal...nology.jsp
2. Start, and run Fix Songs (Preview Mode)
3. In Report created select the View Spreadsheet link
4. This will give you a spreadsheet that shows existing metadata plus the metadata that could be added by SongKong, but on the Release tab there is an Is Hd that will be set to 1 for Hd, and 0 for non hd songs.

You could then extract data from the spreadsheet, alternatively if you have full version of SongKong license you make use of the IS_HD field to organize in MinimServer similar to how we use IS_CLASSICAL in this article http://blog.jthink.net/2017/06/minimserv...-9-is.html

Hope this helps.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)