AVS Forum banner
  • Get an exclusive sneak peek into our new project. >>> Click Here

Large audio collection - need help with setup

363 Views 5 Replies 6 Participants Last post by  Alan P
I have a very large audio collection - perhaps 30,000 songs, (300gb or so) mostly complete albums. Pretty much all are in MP3 audio format; 192kbps +. Some of them have the correct meta data associated with them but it is pretty inconsistent as to how it is populated and some have cover art and some do not. I have all of them stored on a Synology DS415 Play. The issue I have is that I have no good way of playing my music. When I use my Roku box to look at music on the Synology DS415 it takes 10 minutes just to display all the albums so is totally useless.

I have the following equipment that could be used to store and play music, maintain a music database and display cover art:
- Synology DS415 Play
- Roku 3
- Android TV box with XBMC installed
- Intel NUC with Windows 7 but only 200GB of storage and only about 25gb free remaining. Itunes is installed on this PC.
- iPad mini and an iPhone 6
- Denon AVR 2113 with 5.1 surround through pretty good speakers
- Sharp TV
- all controlled over IP using the RoomieRemote app on the iPad mini

Ideally a subsection of the music would take up about 20gb and exist on my iphone 6 and come with me but when i am at home I would have easy access to the whole collection and play it through the Denon AVR. My playing would likely be either playing a playlist I have previously created or browsing to an album and playing the whole album. I would also like to be able to browse albums and songs and add them to the queue of what is currently playing.

Suggestions on how to make this all work and what software to use to maintain a music database and add cover art and missing metadata would be great please.
1 - 6 of 6 Posts
I hear you.

My music collection is just under 10,000 songs and 91gb (slightly less if I properly de-dupped it).

I was thinking of coding some software that could manage it all.
I've created SQL Server databases will millions of records in it before, and with dedicated hardware it's fast; under 10 seconds for a full scan of millions.
30,000 rows in a table is nothing to SQL Server.
and loading up a saved playlist would be instant.

There are a lot of nice players out there, just need something to manage the collection, search and compose a playlist to pass on to the player to play.

Eventually I might be forced to build something out of sheer necessity, thus far I've gotten by by sorting my music into artist operating-system folders, and correctly named files; and managing small playlists in foobar manually.
Metadata is another ball of wax. Correcting it isn't something that interests me from a coding perspective.
I'm not a pretty-pictures type of person, I'm not interested in looking at album covers and/or album names. Bare metal filename is good-enough for me to know what it is. (Maybe I've just lived too many decades without that stuff... LOL)

But when I read things like "the software slowed at just 5,000 or 50,000 songs" it makes me sigh and cringe at the programmers who make such drivel... the boss probably hired some know-nothing, someone fresh out of school to make it.
Files and File Info shouldn't be used as a replacement for rows in a db. (good god! pulls hair out!)
See less See more
Suggestions on how to make this all work and what software to use to maintain a music database and add cover art and missing metadata would be great please.
This one surprised me a little.
You have iTunes. Like any other media player it can be used to tag the audio and fetch cover art.
Point it to the audio on the NAS and edit your tags.
I have similar requirements to you (except I have an iPod Classic 160Gb, which will keep me for another few months), I have about 20K songs, mostly ripped to ALAC, although a bunch are in MP3/AAC since I purchased them from iTunes/Amazon. Mostly I purchase CD's and rip to ALAC using dbPoweramp. Collection size is around 400Gb, stored on a Synology DS213j.

1) Ripping and initial tagging is handled by dbPoweramp.

This works fairly well, although the metadata available from open sources is sometimes screwed up. Cover art is generally available in 800x800 or so sizes and is embedded in the file.

2) Import into iTunes using the Import directory function of iTunes. This leaves an an extra copy of the CD on the disk, I put it in an area which is not indexed by my music server.

3) I use an auto-tagging program called TuneUp to clean up the tagging from dbPoweramp. This works very well for most types of music, classical is problematic since there is no agreed upon standard for tagging artist/orchestra/composer, etc. Compilation albums, especially career retrospectives can be prolematic also, although not nearly as bad as classical. However: it does a very good job of tagging just about everything else, even if the existing tags are null or incorrect. This will make it reasonably easy to get your collection tagged in a consistent way.

For playing music I use one of two DLNA servers. For my living room, I use the Synology DLNA server and the CP/Renderer in my Denon AVR X3000. This plays ALAC natively so no transcoding is necessary. In my bedroom I use the CP/Renderer in my Dish Joey which does not handle ALAC. For that I use Minimserver and have it transcode ALAC to WAV.

Sometimes I use BubbleUPnP on my Android phone to create playlists on the fly and have it control the renderer in the Denon. Much more often I use the Denon software directly. One thing I do like about the Synology server as opposed to MinimServer is that the Synology keeps the last 27 or so times you have added content easily available through the "Recently Added" section. Since I am always adding stuff, this makes it easy to listen to my newest acquisitions.

You'll have to come up with your own system for managing the content on your phone. Like I said, I keep my whole collection on my iPod Classic. When that gets too small, I'll turn in into a Frankenpod using the gizmos from:

http://www.tarkan.info/

He has a way to made a 1Tb iPod using an SSD!
See less See more
Get a NAS. It will present the files to whatever you want. Then you're not stuck with one solution. You can find different software to help you with the tags, etc. The post above is pretty good.
I'm kind of new to XBMC (on an Asus Chrombox), but it seems to do everything you are asking.

Why aren't you using your XBMC??
1 - 6 of 6 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top