Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Reading and Management

Notices

Reply
 
Thread Tools Search this Thread
Old 09-25-2008, 11:54 PM   #1
GatorDeb
Evangelist
GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!GatorDeb , Klaatu Barada Niktu!
 
Posts: 447
Karma: 5365
Join Date: Dec 2007
Location: Sin City
Device: PW2 + HDX 8.9
Is there a program that can read your book file names and make a list?

Let's say I have a folder with all my books, and they have the format Name - Author.prc. Is there a program that will grab that and import into a database automatically with an author and title field?

Thanks!
GatorDeb is offline   Reply With Quote
Old 09-25-2008, 11:56 PM   #2
daffy4u
I'm Super Kindle-icious
daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.daffy4u ought to be getting tired of karma fortunes by now.
 
daffy4u's Avatar
 
Posts: 6,734
Karma: 2434103
Join Date: Apr 2008
Location: Long Drive, Calinadia Candafornia
Device: KDXG, KT, Oasis
I believe the very scary NetSlut is trying to design such a program now. You can read about it here.
daffy4u is offline   Reply With Quote
Advert
Old 09-26-2008, 02:57 AM   #3
kacir
Wizard
kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.
 
kacir's Avatar
 
Posts: 3,450
Karma: 10484861
Join Date: May 2006
Device: PocketBook 360, before it was Sony Reader, cassiopeia A-20
Quote:
Originally Posted by GatorDeb View Post
Let's say I have a folder with all my books, and they have the format Name - Author.prc. Is there a program that will grab that and import into a database automatically with an author and title field?

Thanks!
What operating system do you use?

If it is Windows do following:
Click on start menu
click on Run
type:
cmd
into the text field and press enter.

Now use cd command to switch to the directory where your books are located
Like this
cd "C:\Documents and Settings"
(if your files are located no D: or other drive you have to type D: on the commandline first)
(use dir command or dir /w command to see the filenames)
cd "John Smith"
cd books
(you need to use quotes "" around the directory name if it contains spaces)
now when you are in the directory, type
dir > my_list_of_books.txt
Now edit your list of books in the text editor or use word processor to write a macro or use some search and replace magic.

If you use Linux or MacOSX you use command ls instead of dir

If you want the dir command to list also the files in your subdirectories, use
dir /s > my_list_of_books.txt
or
dir /s /b > my_list_of_books.txt

see
dir /? for other interesting options
(or man ls if you use linux or MacOSX)

If you are scarred to use commandline, install Totalcommander from
http://www.ghisler.com/
and install addon called
Catalog
or
DiskDir
or
DiskDir Extended
from
http://www.ghisler.com/plugins.htm
You can install the addon just by clicking on the zip file with addon in the TotalCommander


The resulting file can be imported to Excel or OpenOffice.org Calc
If you want to import plain text file into OpenOffice.org Calc call the file list_of_my_files_or_other_name.csv
kacir is offline   Reply With Quote
Old 09-26-2008, 03:13 AM   #4
Slite
Icanhasdonuts?
Slite ought to be getting tired of karma fortunes by now.Slite ought to be getting tired of karma fortunes by now.Slite ought to be getting tired of karma fortunes by now.Slite ought to be getting tired of karma fortunes by now.Slite ought to be getting tired of karma fortunes by now.Slite ought to be getting tired of karma fortunes by now.Slite ought to be getting tired of karma fortunes by now.Slite ought to be getting tired of karma fortunes by now.Slite ought to be getting tired of karma fortunes by now.Slite ought to be getting tired of karma fortunes by now.Slite ought to be getting tired of karma fortunes by now.
 
Slite's Avatar
 
Posts: 2,837
Karma: 532407
Join Date: Aug 2008
Location: Mölnbo, Sweden
Device: Kobo Aura 2nd edition, Kobo Clara HD
Quote:
Originally Posted by GatorDeb View Post
Let's say I have a folder with all my books, and they have the format Name - Author.prc. Is there a program that will grab that and import into a database automatically with an author and title field?

Thanks!
I use DirPrinting (freeware) for just this purpose until Netslut finishes the software I hope he is working hard on

This program prints the filenames
from your selected folder to a textfile, and then I import that file into Excel so I can delete unwanted data and sort on author/filename etc. That works due to the fact that I use a different directory for each author in the format Last Name, First Name and then put the books in there.

Link to dirprinting:

http://www.majusoft.de/DirPrinting/index_en.htm
Slite is offline   Reply With Quote
Old 09-26-2008, 06:50 AM   #5
bbusybookworm
Tech Junkie
bbusybookworm knows the difference between 'who' and 'whom'bbusybookworm knows the difference between 'who' and 'whom'bbusybookworm knows the difference between 'who' and 'whom'bbusybookworm knows the difference between 'who' and 'whom'bbusybookworm knows the difference between 'who' and 'whom'bbusybookworm knows the difference between 'who' and 'whom'bbusybookworm knows the difference between 'who' and 'whom'bbusybookworm knows the difference between 'who' and 'whom'bbusybookworm knows the difference between 'who' and 'whom'bbusybookworm knows the difference between 'who' and 'whom'bbusybookworm knows the difference between 'who' and 'whom'
 
bbusybookworm's Avatar
 
Posts: 1,027
Karma: 10080
Join Date: Aug 2007
Location: Earth
Device: iPad, MotoXStyle, OnePlusOne
I've been using this program LS File List Generator.

It's a small lightweight program which does not require any installation and allows you to generate the list as a Text, Csv or Html file.

The Html is really useful as it creates hyper links to the files itself so you can launch them easily.

I've had it in my digital toolkit for years.

The Only problem I ran into was finding a working mirror of it as the main authors site appears to have gone down.

You can find it here
bbusybookworm is offline   Reply With Quote
Advert
Old 09-26-2008, 12:37 PM   #6
pilotbob
Grand Sorcerer
pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.pilotbob ought to be getting tired of karma fortunes by now.
 
pilotbob's Avatar
 
Posts: 19,832
Karma: 11844413
Join Date: Jan 2007
Location: Tampa, FL USA
Device: Kindle Touch
Quote:
Originally Posted by GatorDeb View Post
Let's say I have a folder with all my books, and they have the format Name - Author.prc. Is there a program that will grab that and import into a database automatically with an author and title field?

Thanks!
You could probably write a quick batch file to add your books to calibre. There is a command line way to do it now which was added so the bookit FireFox plugin could use it. If you're interested I could try to whip one up this weekend.

You "may" be able to move this into mobipocket reader... not sure if you consider that a database.

BOb

EDIT: What exactly do you mean by a "database"?
pilotbob is offline   Reply With Quote
Old 09-26-2008, 12:57 PM   #7
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,857
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
calibre already can read metadata from file names in a customizable way. see the advanced section of the config dialog.
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make a PRC book file in Persian (Farsi) golagha iRex 7 01-29-2013 09:19 PM
Last read book on top of list fidjit Amazon Kindle 12 09-29-2010 07:39 PM
PB 360: display series and book # in metadata view of file list mimosavj PocketBook 4 05-02-2010 09:10 PM
iLiad which program make a new manifest.xml file? harpum iRex Developer's Corner 3 06-23-2009 09:45 AM
File Names Vulcan Sony Reader 4 01-02-2009 04:03 PM


All times are GMT -4. The time now is 02:30 AM.


MobileRead.com is a privately owned, operated and funded community.