INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: How to export a list of library properties?  (Read 1118 times)

bspisak

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 50
How to export a list of library properties?
« on: February 17, 2011, 12:43:25 pm »


Basically, I want to be able to export certain library fields. E.g., I want to get a list that looks like this:

[Track #] [Name] [Duration]

Using Send To (external), I can open an editor, but something like gvim can only get input from stdin, i.e.,

> echo "[Track #] [Name] [Duration]" | gvim -

There seems to be no way to do this as MC only allows me to specify the external path and command line arguments.

Any ideas??
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: How to export a list of library properties?
« Reply #1 on: February 17, 2011, 12:52:19 pm »

Are there two issues here, or just one (how to export, how to export and have external program open automatically)?

For exporting the fields you want, create a playlist that contains the columns you desire.  Export that playlist as a text file, showing only the visible fields.

I'm not sure how to have MC automatically launch an external program to open the exported text file.  You can certainly right click on the exported file within explorer, and Open with gvm...

Logged
The opinions I express represent my own folly.

juliobarahona

  • Recent member
  • *
  • Posts: 8
Re: How to export a list of library properties?
« Reply #2 on: February 17, 2011, 12:59:49 pm »

You can open external program with Theater View > Add > External Program
Logged

Alex B

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 10121
  • The Cosmic Bird
Re: How to export a list of library properties?
« Reply #3 on: February 17, 2011, 01:08:12 pm »

You can also simply copy the contents of a list view to the clipboard.

Create view or playlist that lists the files. Customize it to show at least the [Track #], [Name], & [Duration] columns.

Press Ctrl+A (= select all), and then Ctrl+C (= copy). Paste the clipboard contents to Excel (or to any other spreadsheet or text editor).
Logged
The Cosmic Bird - a triple merger of galaxies: http://eso.org/public/news/eso0755

bspisak

  • Regular Member
  • Junior Woodchuck
  • **
  • Posts: 50
Re: How to export a list of library properties?
« Reply #4 on: February 17, 2011, 01:25:05 pm »

Awesome!  All very good suggestions. Thanks!
Logged
Pages: [1]   Go Up