I would like to improve my management of Pono player and ask you, more experienced, suggestions if you can improve my practice.
Having to manage a library of more than 400Gb., to syncronize the albums with my Pono I created some SmartList to split my files on SD cards from 64 Gb. each.
The solution that I would take is as follows:
- On the internal memory of the Pono (64 Gb.) I memorize the albums added in the last 60 days.
-[Genre] = [Classical] [Date Imported] = <60d
- On the first SD (64 Gb.) I memorize only the classical music's albums
[Genre] = [Classical] ~ sort = [Composer]
- On other SD (64 Gb. each) I memorize all the other albums in alphabetical order by field "Album Artist". With this command for artists from # to G:
[Media Type] = [Audio] - [Genre] = [Classical] [Date Imported] => 60d [= regex ([Album Artist] / # ^ [^ gz] # /, 0,0)] = 1
and from H to Z others commands so configured:
[Media Type] = [Audio] - [Genre] = [Classical] [Date Imported] => 60d [= regex ([Album Artist (self)] / # ^ [gk] # / , 0,0)] = 1
[Media Type] = [Audio] - [Genre] = [Classical] [Date Imported] => 60d [= regex ([Album Artist (self)] / # ^ [lm] # / , 0,0)] = 1
[Media Type] = [Audio] - [Genre] = [Classical] [Date Imported] => 60d [= regex ([Album Artist (self)] / # ^ [nt] # / , 0,0)] = 1
[Media Type] = [Audio] - [Genre] = [Classical] [Date Imported] => 60d [= regex ([Album Artist (self)] / # ^ [uz] # / , 0,0)] = 1
What do you think about the solution I found? Do you have suggestions to improve it?