Print / Export List of artists - Albums - Songs

Got an idea? Missing something? Post your feature request here.

Moderator: moderators

Print / Export List of artists - Albums - Songs

Postby phazzard » Tue Jan 06, 2015 2:09 am

Is there a way to export to excel or print a list of all of the artists, Albums and songs in your collection with Subsonic?
phazzard
 
Posts: 49
Joined: Thu Jul 08, 2010 6:43 pm

Re: Print / Export List of artists - Albums - Songs

Postby mitrailer » Tue Jan 06, 2015 2:27 am

Yep, use http://localhost:4040/db.view

Here you can retrieve anything you want using SQL query. For example for retrieving all your artist use
Code: Select all
SELECT artist
   FROM media_file
     WHERE
     TYPE = 'MUSIC' OR TYPE = 'ALBUM'
   GROUP BY artist


The list of available tables can be found here http://forum.subsonic.org/forum/viewtopic.php?f=2&t=6671&p=51000&hilit=db+view+tables#p51000
mitrailer
 
Posts: 138
Joined: Fri May 09, 2014 12:35 am

Re: Print / Export List of artists - Albums - Songs

Postby phazzard » Thu Jan 08, 2015 11:34 pm

Sounds like what I am looking for but I am unable to get it to work. When I type that in I get "Page cant be displayed" message?
phazzard
 
Posts: 49
Joined: Thu Jul 08, 2010 6:43 pm

Re: Print / Export List of artists - Albums - Songs

Postby mitrailer » Fri Jan 09, 2015 12:46 am

OK try http://xxxxx.subsonic.org/db.view replace the "xxxxx" with the name of your subsonic address.
mitrailer
 
Posts: 138
Joined: Fri May 09, 2014 12:35 am

Re: Print / Export List of artists - Albums - Songs

Postby phazzard » Sat Jan 10, 2015 4:46 pm

That brings me to my login screen - Thanks for continuing to help, any other thoughts / ideas?
phazzard
 
Posts: 49
Joined: Thu Jul 08, 2010 6:43 pm

Re: Print / Export List of artists - Albums - Songs

Postby mitrailer » Sat Jan 10, 2015 6:56 pm

ok... i see the problem.

1.- Login with the admin account
2.- Replace the url with http://xxxxx.subsonic.org/db.view replace the "xxxxx" with the name of your subsonic address. of your subsonic address.

Then you will see the screen shown in the picture (I hope!)
1.png
mitrailer
 
Posts: 138
Joined: Fri May 09, 2014 12:35 am


Return to Feature Requests

Who is online

Users browsing this forum: No registered users and 41 guests