LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-04-2006, 06:47 AM   #1
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Rep: Reputation: 255Reputation: 255Reputation: 255
Which Software/ How to make database of the content of your CD / DVD's collection?


Which Software/ How to make database of the content of your CD / DVD's collection?

I would like to have like a virtual library of hte contnet of my cd's.


As soon as I burnt a CD or DVD, I would like that the linux make a library of its content + give me a label number, to write with a pencil on the freshly burnt cd.

So that, as soon as I look for a file, I can easily open this cd database go into search and find which cd has to be retrieved in my shelf ?

I would like it can handle with rar and unzip pack files, to virtually know their content too.

Possible with Linux ??

(with windoze, it is )

Thank you very much !!

Xeratul
 
Old 07-05-2006, 12:15 PM   #2
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
Not yet as required; I have found :

- Open Media Lending Database http://opendb.iamvegan.net
- GNUMP3D http://www.gnu.org/software/gnump3d/
- and the best one fort the moment http://prdownloads.sourceforge.net/m...irror=easynews
but it's not handling packed files
and the thing is it is only X gui,
there is no way to use it into script I guess (not sure yet)

...

If someone has more idea, plz let us know
 
Old 07-05-2006, 12:19 PM   #3
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
Smile

I found this too : http://disksearch.sourceforge.net/

gcdkatalog looks nice too:
http://ghost.pl/imgdb/1132581622_Screenshot-6.jpg

simple one: http://home-improvements.mysite.wana....uk/index.html

--
http://www.hdf.cz/cdnavigator/en/

http://cdfly.sourceforge.net/page/Main_Page
Quote:
CD device auto-mount and Volume label detection (Only on linux)
----
ref.
(http://www.linuxlinks.com/Software/H...on/Cataloging/)
--

I dont knwo which one to try first ?

Last edited by Xeratul; 07-05-2006 at 12:27 PM.
 
Old 07-05-2006, 12:55 PM   #4
SeRi@lDiE
Member
 
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 547
Blog Entries: 7

Rep: Reputation: 55
I use GCFilms.
You can find it in Yum
 
Old 07-05-2006, 04:30 PM   #5
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,657

Original Poster
Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by SeRi@lDiE
I use GCFilms.
You can find it in Yum
Problem with cdfly :
how to install it:

Quote:
# qmake && make
g++ -c -pipe -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -o cdfly.o cdfly.cpp
cdfly.cpp:21:17: error: QtGui: No such file or directory
cdfly.cpp:22:17: error: QtSql: No such file or directory
In file included from cdfly.cpp:24:
cdfly.h:24:23: error: QMainWindow: No such file or directory
In file included from cdfly.cpp:25:
settings.h:24:30: error: ui_settingwidget.h: No such file or directory
settings.h:25:24: error: QApplication: No such file or directory
In file included from cdfly.cpp:26:
find.h:24:27: error: ui_findwidget.h: No such file or directory
In file included from cdfly.cpp:27:
newdisk.h:24:30: error: ui_newdiskwidget.h: No such file or directory
In file included from cdfly.cpp:28:
mimeicon.h:24:19: error: QString: No such file or directory
mimeicon.h:25:23: error: QStringList: No such file or directory
mimeicon.h:26:19: error: QVector: No such file or directory
In file included from cdfly.cpp:29:
cdsql.h:17:24: error: QSqlDatabase: No such file or directory
In file included from cdfly.cpp:30:
qsqlitems.h:15:27: error: QListWidgetItem: No such file or directory
qsqlitems.h:27:28: error: QTableWidgetItem: No such file or directory
In file included from cdfly.cpp:31:
progress.h:24:31: error: ui_progresswidget.h: No such file or directory
cdfly.cpp:33:28: error: ui_aboutwidget.h: No such file or directory
cdfly.h:48: error: ‘QString’ does not name a type
cdfly.h:56: error: expected class-name before ‘{’ token
cdfly.h:57: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
cdfly.h:58: error: expected ‘;’ before ‘protected’
cdfly.h:62: error: ‘QString’ does not name a type
cdfly.h:127: error: expected `:' before ‘slots’
cdfly.h:128: error: expected primary-expression before ‘virtual’
cdfly.h:128: error: ISO C++ forbids declaration of ‘slots’ with no type
cdfly.h:128: error: expected ‘;’ before ‘virtual’
cdfly.h:151: error: ‘QString’ does not name a type
cdfly.h:152: error: expected ‘,’ or ‘...’ before ‘name’
cdfly.h:152: error: ISO C++ forbids declaration of ‘QString’ with no type
cdfly.h:154: error: ‘QString’ has not been declared
cdfly.h:155: error: ‘void CDFly::setPath(int)’ cannot be overloaded
cdfly.h:154: error: with ‘void CDFly::setPath(int)’
cdfly.h:162: error: expected `)' before ‘*’ token
cdfly.h:56: warning: ‘class CDFly’ has virtual functions but non-virtual destructor
settings.h:30: error: expected class-name before ‘,’ token
settings.h:30: error: ‘Ui’ has not been declared
settings.h:30: error: expected class-name before ‘{’ token
settings.h:31: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
settings.h:32: error: expected ‘;’ before ‘private’
settings.h:35: error: expected `)' before ‘*’ token
settings.h:36: error: expected `:' before ‘slots’
settings.h:37: error: expected primary-expression before ‘virtual’
settings.h:37: error: ISO C++ forbids declaration of ‘slots’ with no type
settings.h:37: error: expected ‘;’ before ‘virtual’
settings.h:30: warning: ‘class Settings’ has virtual functions but non-virtual destructor
find.h:31: error: expected class-name before ‘,’ token
find.h:31: error: ‘Ui’ has not been declared
find.h:31: error: expected class-name before ‘{’ token
find.h:32: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
find.h:33: error: expected ‘;’ before ‘private’
find.h:41: error: expected `:' before ‘slots’
find.h:42: error: expected primary-expression before ‘virtual’
find.h:42: error: ISO C++ forbids declaration of ‘slots’ with no type
find.h:42: error: expected ‘;’ before ‘virtual’
find.h:31: warning: ‘class Find’ has virtual functions but non-virtual destrbla bla bla

bla bla


og’ has no member named ‘close’
cdfly.cpp:780: error: invalid conversion from ‘const char*’ to ‘int’
cdfly.cpp:780: error: initializing argument 1 of ‘void CDFly::setPath(int)’
cdfly.cpp: In member function ‘virtual void CDFly::fileNewClicked()’:
cdfly.cpp:789: error: ‘QString’ was not declared in this scope
cdfly.cpp:789: error: expected `;' before ‘cdf’
cdfly.cpp:790: error: ‘cdf’ was not declared in this scope
cdfly.cpp:791: error: no matching function for call to ‘CDFly::setFilename(<type error>)’
cdfly.cpp:378: note: candidates are: void CDFly::setFilename(int)
cdfly.cpp: In member function ‘virtual void CDFly::fileExitClicked()’:
cdfly.cpp:797: error: ‘close’ was not declared in this scope
cdfly.cpp: In member function ‘virtual void CDFly::fileOpenClicked()’:
cdfly.cpp:801: error: ‘QString’ was not declared in this scope
cdfly.cpp:801: error: expected `;' before ‘cdf’
cdfly.cpp:802: error: ‘cdf’ was not declared in this scope
cdfly.cpp:803: error: no matching function for call to ‘CDFly::setFilename(<type error>)’
cdfly.cpp:378: note: candidates are: void CDFly::setFilename(int)
cdfly.cpp: In member function ‘virtual void CDFly::cmdEraseLocationClick()’:
cdfly.cpp:809: error: invalid conversion from ‘const char*’ to ‘int’
cdfly.cpp:809: error: initializing argument 1 of ‘void CDFly::setPath(int)’
make: *** [cdfly.o] Error 1
i install qt4-dev-tools sthg

did :
export QTDIR=/usr/share/qt4
installed make and headers and so on

Is there a version with regular : configure ; make ; make install

i am blocked

thx

Last edited by Xeratul; 07-05-2006 at 04:32 PM.
 
Old 10-15-2007, 08:43 PM   #6
ErV
Senior Member
 
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Blog Entries: 3

Rep: Reputation: 62
I know that this thread is really old, but, just in case anyone will encounter same problem..:
Quote:
Originally Posted by Xeratul View Post
Problem with cdfly :
how to install it:

Code:
# qmake && make
When you run "qmake" you actually start qmake supplied with Qt3, which will not generate makefile for Qt4. Instead of running qmake witout specifying fullpath, you should find a qmake shipped with Qt 4 development tools. It is probably installed somewhere in /usr/local/Trolltech/Qt-4.*/bin. You can add this directory to PATH (although I won't recoomend that, since Qt3 has a bunch of utilities with same names), or you (which is better solution) can create a symlink (named, for example "qmake4") for it in /usr/local/bin/ .

Last edited by ErV; 10-19-2007 at 10:23 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Database or Spreadsheet solution to Organize/Inventory CD collection? sidewalking General 2 05-31-2007 12:52 PM
amoraK collection database problem Jerrodg Linux - Software 0 09-08-2005 01:15 PM
Book Collection Database Software cajunaggie Linux - Software 3 06-24-2005 09:12 AM
Content Management Software thomassounness Linux - Software 2 01-19-2004 08:23 AM
video management software ( ie dvd's ) liguorir Linux - Software 0 06-19-2003 10:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration