Hello,
I'm looking for a program with which I can make a print-out of my music-collection.
The artists releases are sorted by first artist-letter, artist, album. The various artists releases are sorted by first album-letter, album. I would like the print to be in the same way.
Thanks for your help,
Giorgo
Results 1 to 10 of 163
Thread: Print-Out Music-collection
-
2006-10-08, 12:57 #1Junior Member
- Join Date
- Sep 2006
- Posts
- 17
Print-Out Music-collection
-
2006-10-08, 14:51 #2Senior Member
- Join Date
- May 2006
- Location
- UK
- Posts
- 152
Hi,
Have a look at the Export option in MP3Tag it can produce a few types of list including pretty HTML pages.
You can get a few ready made templates for these from here:
http://www.anytag.de/forums/index.php?showtopic=1563
Doug.
-
2006-10-09, 07:31 #3Junior Member
- Join Date
- Sep 2006
- Posts
- 17
i found exactly what I was looking for at:
http://www.primeoption.com.au/FreewareYourDir.htm
That program prints out a directory-structure visually (explorer-like).
-
2006-10-09, 11:07 #4Member
- Join Date
- Sep 2005
- Posts
- 49
Brilliant - just perfect.
Thanks.
-
2006-10-09, 13:15 #5Senior Member
- Join Date
- Jul 2005
- Location
- Ann Arbor, MI, USA / Pune, India
- Posts
- 474
not as pretty, but if you just want a listing of the directory structure, you could navigate to the root of the directory at the command prompt and then type
dir /s > filename.txt
and it will dump a listing of directories and subdirectories to a file called filename.txt (you can do whatever name & extension you want). I don't think the windows 'dir' command has as many switches as the UNIX 'ls', so if you have cygwin or Services For Unix or something similar, you can get a lot fancier.
-
2006-10-09, 23:33 #6Junior Member
- Join Date
- Jun 2006
- Posts
- 19
Also not as pretty, but prettier than "dir" output:
tree /f /a > filename.txt
-
2006-10-10, 04:39 #7Member
- Join Date
- May 2006
- Posts
- 45
Another possibility
Hi,
I'm developing a small SlimServer access library for programs written in Java. For testing its functionality I've written a small program to generate a Song List directly from the SlimServer.
You can view a sample at the following URL. If someone is interested in the tool I would happily make it available.
http://dsnine.com/export.pdf
Emissary
-
2006-10-10, 15:49 #8Junior Member
- Join Date
- Oct 2006
- Posts
- 2
Great idea
That's a neat printout. I would love to try it out on my collection. Please.
-
2006-10-10, 15:57 #9Senior Member
- Join Date
- Jun 2006
- Posts
- 250
Emissary,
That looks great ... I'd love that utility as well.
Could you make it configurable to decide what data to display? I'd like to see things like file format, bitrate, file paths, etc...
-
2006-10-10, 16:57 #10Robin BowesGuest
Print-Out Music-collection
Emissary wrote:
> Hi,
>
> I'm developing a small SlimServer access library for programs written
> in Java. For testing its functionality I've written a small program to
> generate a Song List directly from the SlimServer.
>
> You can view a sample at the following URL. If someone is interested in
> the tool I would happily make it available.
>
> http://dsnine.com/export.pdf
Ugh, your tool has no taste.
I mean, James Blunt, Michael Jackson, *and* the Titanic soundtrack on
the same page?
R.

Reply With Quote
