INTERACT FORUM
More => Old Versions => Media Center 16 (Development Ended) => Topic started by: steveklein on October 26, 2011, 07:35:10 pm
-
Is there a way to select a playlist and then export some data within it to a text file?
I'd like to create a list of all my albums in the format
Artist - Album (Year)
Is there a simple way to do this? If so, I assume I can create all sorts of lists with all sorts of different tag data?
-
Yes, you can:
Select playlist
File ---> Export playlist
Choose Text as export option
You can choose which fields have to be exported: all of them or just the ones you have in your current view.
-
this will export each file as a list.
if it's possible, i'd like to just export say [artist] - [album] - [year] once for each album (even though there are 10-20 tracks per album)
-
In a search include the modifier Remove duplicates of Album Artist (auto); Album (i.e., the expression .~nodup=[Album],[Album Artist /(auto/)] ).
-
That kind of smartlist can be tweaked further. I use this:
[Complete Album]=1 [Media Type]=[Audio] [Disc #]=<=1 ~nodup=[Album Artist /(auto/)],[Album] ~sort=[Album Artist (auto)],[Date],[Album]
A very useful way to export such a smartlist from MC is to simply copy-paste it to Excel or some other spreadsheet or word processing program.
I have explained these things e.g. here: "Topic: Print an album list" http://yabb.jriver.com/interact/index.php?topic=60597
You can find a list of several other links here: "Topic: Print or save library into a document" http://yabb.jriver.com/interact/index.php?topic=29911.msg205880#msg205880