Re: Bug#219139: ITP: cdcat -- a graphical (QT based) catalog program

2003-11-05 Thread Ulrich Eckhardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 04 November 2003 22:10, Matthew Palmer wrote:
 On Tue, Nov 04, 2003 at 04:20:26PM +0100, Jorge Bernal (Koke) wrote:
   The cdcat is a graphical (QT based) multiplatform (Linux/Windows)
   catalog program which scan your directoryes/drives you want and
   memoryze the filesystem /including the tags of mp3's/  and store it a
   small file.  The database is stored in a gzipped XML format, so you can
   hack it, or use it if necessary :-)

 s/(QT based) //g

 We don't need to know the toolkit it uses.  We have dependencies to show
 that.

Hmm, I'd rather keep the Qt (not QT) and drop the Linux/Windows (which I'd 
rather see being MS Windows, btw). The reason is that it will probably run on 
any Qt platform, at the very least I'd expect it to run on *BSD (possibly 
including MacOS X) which are also going to be kernels in Debian.
Maybe note that it is currently($DATE) only tested on win32 and GNU/Linux. 
However, not even the multiplatform capabilities are really a first class 
property of the program but rather an interesting part of the implementation, 
or?

just my 2 cents..

Uli
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/qMRbwVdGSYi8Mq8RAs6GAJ9lDCVze2Tqk5vsp9LtiwXcAQH0ngCfZn8W
XItFTDnRtwKz1y0oJzW3nM4=
=LpTy
-END PGP SIGNATURE-




Re: Bug#219139: ITP: cdcat -- a graphical (QT based) catalog program

2003-11-05 Thread Koke
On 05 Nov 2003 03:05:37 +0100
Henning Makholm [EMAIL PROTECTED] wrote:

 Scripsit Jorge Bernal (Koke) [EMAIL PROTECTED]
 
   CDCat is a graphical, multiplatform media catalog program which scans the
   directories/drives you specify and makes a list of the filesystem 
  (including
   the tags of MP3s) and stores the result in a gzipped XML file.
 
 Perhaps not drives, unless the program will actually mount and
 unmount media if given a device name rather than a directory?

OK, it does not mount anything but it's mainly oriented to index external media,
such as CDs, DVDs or Flash memories. So, I think that the description would be
confusing without that

If you prefer I can s/drives/media/, what (IMHO) it's clearer.

 -- 
 Henning Makholm   No one seems to know what
distinguishes a bell from a whistle.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 


-- 
Dios es real, a no ser que sea declarado como entero

Jorge Bernal Koke http://sindominio.net/~koke/
Jabber-ID: [EMAIL PROTECTED]
[EMAIL PROTECTED] || [EMAIL PROTECTED]
.: www.augustux.org   ::pulsar.gotdns.org:.


pgpV9N4pf8TOg.pgp
Description: PGP signature


Re: Bug#219139: ITP: cdcat -- a graphical (QT based) catalog program

2003-11-05 Thread Henning Makholm
Scripsit Jorge Bernal (Koke) [EMAIL PROTECTED]
 Henning Makholm [EMAIL PROTECTED] wrote:

  Perhaps not drives, unless the program will actually mount and
  unmount media if given a device name rather than a directory?

 OK, it does not mount anything but it's mainly oriented to index
 external media, such as CDs, DVDs or Flash memories. So, I think
 that the description would be confusing without that

Write what you yourself think is most precise. My immediate reaction
was just that drives in this context sounded like a windowsism and
might have been too quickly copied from an upstream pitch about a
source that can be compiled for several OSes.

-- 
Henning MakholmDetta, sade de, vore rena sanningen;
 ty de kunde tala sanning lika väl som någon
 annan, när de bara visste vad det tjänade til.




Bug#219139: ITP: cdcat -- a graphical (QT based) catalog program

2003-11-04 Thread Jorge Bernal (Koke)
Package: wnpp
Version: unavailable; reported 2003-11-04
Severity: wishlist

* Package name: cdcat
  Version : 0.92
  Upstream Author : Peter Deak [EMAIL PROTECTED]
* URL : http://cdcat.sf.net
* License : GPL
  Description : a graphical (QT based) catalog program

 The cdcat is a graphical (QT based) multiplatform (Linux/Windows)
 catalog program which scan your directoryes/drives you want and
 memoryze the filesystem /including the tags of mp3's/  and store it a
 small file.  The database is stored in a gzipped XML format, so you can
 hack it, or use it if necessary :-)

It's already packaged and I will RFS. The package is at:

http://www.sindominio.net/koke/debian

or via apt at:

deb http://www.sindominio.net/koke/debian ./
deb-src http://www.sindominio.net/koke/debian ./

-- System Information:
Debian Release: Sid (unstable)
Architecture: i386
Kernel: Linux tuxland.servebeer.com 2.4.21-pre5 #13 dom jun 8 20:51:12 CEST 
2003 i686
Locale: LANG=es_ES, LC_CTYPE=es_ES





Re: Bug#219139: ITP: cdcat -- a graphical (QT based) catalog program

2003-11-04 Thread Steve Kemp
On Tue, Nov 04, 2003 at 04:20:26PM +0100, Jorge Bernal (Koke) wrote:

 Package: wnpp
 Version: unavailable; reported 2003-11-04
 Severity: wishlist
 
 * Package name: cdcat
   Version : 0.92
   Upstream Author : Peter Deak [EMAIL PROTECTED]
 * URL : http://cdcat.sf.net
 * License : GPL
   Description : a graphical (QT based) catalog program

 It's already packaged and I will RFS. The package is at:
 
 http://www.sindominio.net/koke/debian

  Please apply the following patch:

--- config.cpp-orig 2003-11-04 15:36:58.0 +
+++ config.cpp  2003-11-04 15:37:06.0 +
@@ -92,7 +92,7 @@
 #else
   if(getenv(HOME) == NULL)
 return 1;
-  sprintf(str,%s/%s,getenv(HOME),CONFIGFILE);
+  snprintf(str,sizeof(str)-1,%s/%s,getenv(HOME),CONFIGFILE);
#endif
 
   cf = fopen(str,r);


  I'm not convinced that the database code is bug free, there appear to
 be a some assumptions made on the size of the tags which are not
 tested.

  I might have a look at this more thoroughly later.

Steve
--




Re: Bug#219139: ITP: cdcat -- a graphical (QT based) catalog program

2003-11-04 Thread Colin Watson
On Tue, Nov 04, 2003 at 03:45:10PM +, Steve Kemp wrote:
   Please apply the following patch:
 
 --- config.cpp-orig 2003-11-04 15:36:58.0 +
 +++ config.cpp  2003-11-04 15:37:06.0 +
 @@ -92,7 +92,7 @@
  #else
if(getenv(HOME) == NULL)
  return 1;
 -  sprintf(str,%s/%s,getenv(HOME),CONFIGFILE);
 +  snprintf(str,sizeof(str)-1,%s/%s,getenv(HOME),CONFIGFILE);
 #endif
  
cf = fopen(str,r);

The return value from snprintf() should be checked, otherwise you won't
notice truncation.

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]




Re: Bug#219139: ITP: cdcat -- a graphical (QT based) catalog program

2003-11-04 Thread Koke
On Tue, 4 Nov 2003 15:45:10 +
Steve Kemp [EMAIL PROTECTED] wrote:

 
   Please apply the following patch:

Done :)


-- 
Dios es real, a no ser que sea declarado como entero

Jorge Bernal Koke http://sindominio.net/~koke/
Jabber-ID: [EMAIL PROTECTED]
[EMAIL PROTECTED] || [EMAIL PROTECTED]
.: www.augustux.org   ::pulsar.gotdns.org:.


pgpAX0tBGB2wW.pgp
Description: PGP signature


Re: Bug#219139: ITP: cdcat -- a graphical (QT based) catalog program

2003-11-04 Thread Matthew Palmer
On Tue, Nov 04, 2003 at 04:20:26PM +0100, Jorge Bernal (Koke) wrote:
   Description : a graphical (QT based) catalog program
 
  The cdcat is a graphical (QT based) multiplatform (Linux/Windows)
  catalog program which scan your directoryes/drives you want and
  memoryze the filesystem /including the tags of mp3's/  and store it a
  small file.  The database is stored in a gzipped XML format, so you can
  hack it, or use it if necessary :-)

s/(QT based) //g

We don't need to know the toolkit it uses.  We have dependencies to show
that.

Oh, and s/mp3's/mp3s/.

Hmm, s/memoryze/memorise/ (or memorize if you're a 'merkin).

s/directoryes/directories/

Possibly drop the leading 'The', since 'cdcat' is more of a proper noun.

scan your directories/drives you want should possibly be scan the
directories/drives you want, or perhaps scan your directories/drives.

I think that the slashes in the description detract from the readability.  I
know they're there for emphasis, but I don't think it's really that
important to emphasise that phrase.

store it a small file should be store it in a small file.  And how do
you know it will be small?  XML isn't particularly space-conscious, and
peoples' MP3 collections tend to be fairly comprehensive - I'd remove the
word small there.

I think I've picked enough nits here today.

- Matt




Re: Bug#219139: ITP: cdcat -- a graphical (QT based) catalog program

2003-11-04 Thread Koke
I juest copied some descriptions from the cdcat website and it seems the english
of the author is worst than mine ;)

Here is he modified result (I'll update the package tomorrow if there's no 
other correction):

Description: a graphical catalog program
 The cdcat is a graphical multiplatform (Linux/Windows) catalog program which
 scan the directories/drives you want and memorise the filesystem (including
 the tags of mp3's)  and store it in a file.

 The database is stored in a gzipped XML format, so you can hack it, or use it 
if necessary :-)


On Wed, 5 Nov 2003 08:10:59 +1100
Matthew Palmer [EMAIL PROTECTED] wrote:

 
 I think I've picked enough nits here today.
 
 - Matt
 

-- 
Dios es real, a no ser que sea declarado como entero

Jorge Bernal Koke http://sindominio.net/~koke/
Jabber-ID: [EMAIL PROTECTED]
[EMAIL PROTECTED] || [EMAIL PROTECTED]
.: www.augustux.org   ::pulsar.gotdns.org:.


pgpCQ0R0breEQ.pgp
Description: PGP signature


Re: Bug#219139: ITP: cdcat -- a graphical (QT based) catalog program

2003-11-04 Thread Joe Drew
On Tue, 2003-11-04 at 10:20, Jorge Bernal (Koke) wrote:
   Description : a graphical (QT based) catalog program

As Matthew said, drop QT based. Also drop the leading a, and
graphical too, I think.

What you should insert is what sort of catalog program it is. For
example:

Description: music catalog program

-- 
Joe Drew [EMAIL PROTECTED] [EMAIL PROTECTED]

My weblog doesn't detail my personal life: http://me.woot.net




Re: Bug#219139: ITP: cdcat -- a graphical (QT based) catalog program

2003-11-04 Thread Matthew Palmer
On Wed, Nov 05, 2003 at 12:00:57AM +0100, Jorge Bernal wrote:
 Description: a graphical catalog program

Catalog of what?  Music, by the look of it.  Can it scan anything other than
MP3s?  if not, you could say it's an MP3 catalog program.

  The cdcat is a graphical multiplatform (Linux/Windows) catalog program which
  scan the directories/drives you want and memorise the filesystem (including
  the tags of mp3's)  and store it in a file.
 
  The database is stored in a gzipped XML format, so you can hack it, or use 
 it if necessary :-)

CDCat is a graphical, multiplatform music catalog program which scans the
directories/drives you specify and makes a list of the filesystem (including
the tags of MP3s) and stores the result in a gzipped XML file.

Maybe fix the capitalisation of CDCat to that which upstream uses.

- Matt




Re: Bug#219139: ITP: cdcat -- a graphical (QT based) catalog program

2003-11-04 Thread Koke
On Wed, 5 Nov 2003 10:03:38 +1100
Matthew Palmer [EMAIL PROTECTED] wrote:
 Maybe fix the capitalisation of CDCat to that which upstream uses.

What about this?: 

Description: media catalog program 
 CDCat is a graphical, multiplatform media catalog program which scans the  
 directories/drives you specify and makes a list of the filesystem (including
 the tags of MP3s) and stores the result in a gzipped XML file. 


I have done s/music/media/ because it indexes not only music, although it's
oriented to that by the fact that it reads the id3 tags

PS: thanks for all of the suggestions

 - Matt
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 


-- 
Dios es real, a no ser que sea declarado como entero

Jorge Bernal Koke http://sindominio.net/~koke/
Jabber-ID: [EMAIL PROTECTED]
[EMAIL PROTECTED] || [EMAIL PROTECTED]
.: www.augustux.org   ::pulsar.gotdns.org:.


pgppq4kBqeImn.pgp
Description: PGP signature


Re: Bug#219139: ITP: cdcat -- a graphical (QT based) catalog program

2003-11-04 Thread Matthew Palmer
On Wed, Nov 05, 2003 at 12:44:40AM +0100, Jorge Bernal wrote:
 What about this?: 
 
 Description: media catalog program 
  CDCat is a graphical, multiplatform media catalog program which scans the
   
  directories/drives you specify and makes a list of the filesystem (including
  the tags of MP3s) and stores the result in a gzipped XML file. 
 
 I have done s/music/media/ because it indexes not only music, although it's
 oriented to that by the fact that it reads the id3 tags

Perfect.  I now know exactly what it does, and (if I was looking for a
program to do that) would pick cdcat straight up.

Pity I'm not looking for a program to index my media, otherwise I'd sponsor
your uploads.  g

- Matt




Re: Bug#219139: ITP: cdcat -- a graphical (QT based) catalog program

2003-11-04 Thread Henning Makholm
Scripsit Jorge Bernal (Koke) [EMAIL PROTECTED]

  CDCat is a graphical, multiplatform media catalog program which scans the
  directories/drives you specify and makes a list of the filesystem (including
  the tags of MP3s) and stores the result in a gzipped XML file.

Perhaps not drives, unless the program will actually mount and
unmount media if given a device name rather than a directory?

-- 
Henning Makholm   No one seems to know what
   distinguishes a bell from a whistle.