topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 4:11 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Book Tracking  (Read 5534 times)

nickodemos

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 145
    • View Profile
    • Donate to Member
Book Tracking
« on: February 24, 2014, 09:45 AM »
I have always been into books. I am between 3-4000 read books so far in my life. During this time I have tried on multiple occasions to try and track down everything I have read with various levels of success.

Of the many programs out there they really do not do simple tracking very well. Some start out well and die. Some just don't have a clue. Others are kitchen sink varieties and the idea gets lost.

After using mousers epCheck program I was thinking that if something along the lines of this could be had it would be great.

Simple and basic program that can collect data from a stable website like worldcat and keep relevant information at hand.

Tabs for author, series, name, and year.

So far there is not alot out there. Many just fall short. Calibre does not come close since as you add books it gets unwieldy. Use of a spreadsheet is time consuming without out import.

I do not want online since as we have seen over the years things change or they get bought out. Or worse they go offline and all data is lost.

Dreaming but if anyone has an idea it would be great to hear of it. And I already read everything in this forum and others, so most things you might post I probably already looked and and dismissed. So I would imagine it would have to be a hard to find program. Also freeware.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Book Tracking
« Reply #1 on: February 24, 2014, 09:51 AM »
After using mousers epCheck program..


Much as I'd like to take credit for epCheck, it was written by DC member Skwire.

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: Book Tracking
« Reply #2 on: February 24, 2014, 03:33 PM »
@nickodemos I would post on the Coding Snacks.  It sounds like something Skwire may be interested in implementing.

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: Book Tracking
« Reply #3 on: February 24, 2014, 03:37 PM »
For collections of several varieties, Datacrow is often used, it has several templates leaning in that direction, and a highly optimized database back-end.

dr_andus

  • Supporting Member
  • Joined in 2012
  • **
  • Posts: 851
    • View Profile
    • Dr Andus's toolbox
    • Donate to Member
Re: Book Tracking
« Reply #4 on: February 24, 2014, 05:52 PM »
Simple and basic program that can collect data from a stable website like worldcat and keep relevant information at hand.

Check out Zotero, including its Firefox add-on, which allows you to add books from Amazon with one click. There is also a desktop client.

nickodemos

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 145
    • View Profile
    • Donate to Member
Re: Book Tracking
« Reply #5 on: February 24, 2014, 08:36 PM »
Zotero is nice for tracking information I need to keep track of for writing papers but not what is needed for book tracking.

DataCrow has improved greatly since I first tried it many years ago. Playing with it just now I remember the heavy demand that it has on java usage. Runs very slow on my computer and I can imagine only will get worse as the DB builds.

Color me an idiot for thinking about one of mouser's program while writing about Skwire's epCheck.

I'll post in coding snacks and see what bites.

40hz

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 11,857
    • View Profile
    • Donate to Member
Re: Book Tracking
« Reply #6 on: February 25, 2014, 08:19 AM »
The only real challenge is having an app to grab book data and artwork from Amazon (or other sources) via an API. Once that data is pulled over and put in a tab-delimited file, it can be easily imported into almost anything.

If it's just a locally hosted Windows-native tracking database that's wanted, there's easily a half dozen DBMS apps (i.e. Access, et al) that will let you set one up very easily.
« Last Edit: February 25, 2014, 06:00 PM by 40hz »

Vurbal

  • Supporting Member
  • Joined in 2012
  • **
  • Posts: 653
  • Mostly harmless
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: Book Tracking
« Reply #7 on: February 25, 2014, 02:31 PM »
When I was looking for Windows ebook readers some weeks back it occurred to me that even for ebook management it would be generally preferable if the search and cataloging functionality came from a standalone component.

That's obviously not the same thing we're talking about here. However it seems likely using something like the Calibre through an API would at least be a logical jumping off point if you wanted to develop what nickodemos described. That's assuming something suitable doesn't already exist, but I don't imagine it does.
I learned to say the pledge of allegiance
Before they beat me bloody down at the station
They haven't got a word out of me since
I got a billion years probation
- The MC5

Follow the path of the unsafe, independent thinker. Expose your ideas to the danger of controversy. Speak your mind and fear less the label of ''crackpot'' than the stigma of conformity.
- Thomas J. Watson, Sr

It's not rocket surgery.
- Me


I recommend reading through my Bio before responding to any of my posts. It could save both of us a lot of time and frustration.

nickodemos

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 145
    • View Profile
    • Donate to Member
Re: Book Tracking
« Reply #8 on: February 25, 2014, 09:24 PM »
The only real challenge is having an app to grab book data and artwork from Amazon (or other sources) via an API. Once that data is pulled over and put in a tab-delimited file, it can be easily imported into almost anything.

If it's just a locally hosted Windows-native tracking database that's wanted, there's easily a half dozen DBMS apps (i.e. Access, et al) that will let you set one up very easily.

Essentially yes. But it would be nice if the front end was more than just a data retriever. It would be nice if possible that one could easily flip between title/authors name/series name/maybe even year.

I am doing an all-niter on a lab nurse exam and a lecture tomorrow so will try to give a dummy upped version of an interface later this week.