PDA

View Full Version : Is there a way to print a simple list of my movies in XBMC?


tcman47
2009-01-13, 16:01
I have tried the export movies to a .xml file but it's not really what i am after, is there a way to just print a simple list of the movies in my collection from XBMC?

If not then i can just print the list out of windows i guess.

Thanx
TC

sho
2009-01-13, 16:19
best bet would be to do it from Media companion or movie info plus I guess?

Swifty
2009-01-13, 17:20
If you have all the movies inside one main folder (for example D:\Movies) then simply open up a command prompt (Start | Run | Cmd) and type ;
cd D:\Movies (press enter)
dir > Movies.txt (press enter)

That should output the directory listing into a simple text file that you can open/print/edit etc..

-edit : Obviously you will have to have you files with sensible names for that method to work ;)

tcman47
2009-01-13, 17:26
If you have all the movies inside one main folder (for example D:\Movies) then simply open up a command prompt (Start | Run | Cmd) and type ;
cd D:\Movies (press enter)
dir > Movies.txt (press enter)

That should output the directory listing into a simple text file that you can open/print/edit etc..

-edit : Obviously you will have to have you files with sensible names for that method to work ;)

I do have all my movies in main folder and all with sensible names, lol, didnt know about this method, will give it a try, many thanx.

TC :nod: