Aurender - creating an offline list of music


I'm looking for a way to create an offline list of the albums I have on my aurender server. Not to listen, only to see the contents

My challenge is when I'm at the store wondering do I Have this or not? Would be so helpful to be able to pull out my phone or tablet and do a quick search while away from home.

Right now the only option I can think of is to parse the drive from a computer and dump the directory structure to a file, maybe a spreadsheet.  That just seems too much of a pain.

Anyone have a better solution?




128x128doitwithlife

Showing 2 responses by doitwithlife

Yes thats the basic idea. With ose to 2 TB of music its been getting tough to figure out what I need or want to fill in some areas.  I'll look into CLZ.

Was hoping there was a way to create and maintain the catalog mirroring off of the server drive.
Thanks for the input. Nice to get a clear answer that Aurender doesn't have have this functionality. 

I looked into CLZ and I would need to get both the home and mobile app which sucks.

I did go to the only Music shop in our area, Northern Idaho, and was dismayed by the lack of used disks. Also prices have gotten to the point where I can get high res versions for about the same price. I doing this I don't have the need I thought I would for remote lists.

I don't use the Aurender manager instead just access Music 1 to organize and fix tags. Also windows and android based which limits Aurender support.

I the past I've just done a directory redirect to a flat file and then loaded into a spreadsheet.  I've organized Music 1 to mistly support this. Just a bit heavy handed. Direct access to the Aurender DB based on tags would be perfect but not an option it seems.

Using a dos script would be pretty basic. Something like

Dir 'options' > mymusic.txt. then load into excel or similar.  If someone is interested I can figure out the options values and post