aurena
aurena copied to clipboard
Add a song.
Sorry if this is obvious. I am investigating Aurena to see how it performs against my propriety AllPlay system. I compile and installed fine but can not find any reference to how to add a song :)
I see there is a sqlite db but how do you populate it.
Sorry if I am being silly here.
Thanks
Yeah, not obvious :)
The extent of the 'media library' is a playlist.txt file that contains a list of all the files Aurena should play. Aurena finds the playlist.txt file from a config file that should look like:
[server] port=5457 playlist=playlist.txt database=media.db
And you run 'aurena-server config.txt'
The media library and shuffling is still more of a toy than anything, but the audio sync works fine.