Re: [Thunar-dev] In progress ... Thunar tag/meta based mass renaming plugin

2006-03-23 Thread Benedikt Meurer
Jannis Pohlmann wrote: Hey, Hi Jannis, I'm going to provide several pre-defined schemes for you. Additionally, the renamer will support replacing spaces with _ and the other way round. Where do these underscores come from in the screenshot? So here's a preliminary screenshot:

Re: [Thunar-dev] show total directory sizes?

2006-03-23 Thread Benedikt Meurer
Jani Monoses wrote: Hello Benedikt Hey Jani, It would be nice if properties on a directory showed its total size (maybe even the number of files) as it is (was?) the case in Windows Explorer and in Nautilus. Unless you think this is best implemented outside the thunar or it is an

Re: [Thunar-dev] In progress ... Thunar tag/meta based mass renaming plugin

2006-03-23 Thread Jannis Pohlmann
On Thu, 23 Mar 2006 12:03:38 +0100 Benedikt Meurer [EMAIL PROTECTED] wrote: Jannis Pohlmann wrote: Hey, Hi Jannis, I'm going to provide several pre-defined schemes for you. Additionally, the renamer will support replacing spaces with _ and the other way round. Where do these

Re: [Thunar-dev] show total directory sizes?

2006-03-23 Thread Jean-François Wauthy
Le jeudi 23 mars 2006 à 12:09 +0100, Benedikt Meurer a écrit : It should be a simple job, which uses one or more threads to determine the size of a directory using opendir(), readdir(), closedir() and lstat(). You can start with the xfburn code (taken from gnomebaker in fact). I'm sure you'll

[Thunar-dev] thunar-tag-renamer-plugin 0.1.0svn-r01206

2006-03-23 Thread Jannis Pohlmann
Hi all, I've uploaded a testing tarball of my bulk renamer plugin on the goodies website on BerliOS. The plugin allows you to rename your OGG/FLAC/MPEG files according to their media tags (like ID3v1, ID3v2 and Vorbis tags in OGG as well as FLAC). Here are some screenshots: - Main window:

Re: [Thunar-dev] show total directory sizes?

2006-03-23 Thread Benedikt Meurer
Jean-François Wauthy wrote: It should be a simple job, which uses one or more threads to determine the size of a directory using opendir(), readdir(), closedir() and lstat(). You can start with the xfburn code (taken from gnomebaker in fact). I'm sure you'll find ways to improve it. guint64

Re: [Thunar-dev] thunar-tag-renamer-plugin 0.1.0svn-r01206

2006-03-23 Thread Benedikt Meurer
Jannis Pohlmann wrote: Hi all, Hey Jannis, Benny, I didn't make the plugin resistent, as there seem to be no problems unloading TagLib, as far as I can see. Probably, tho I'm not sure about the taglib_tag_free_strings() function, looks like TagLib allocates static data. There still may be

Re: [Thunar-dev] thunar-tag-renamer-plugin 0.1.0svn-r01206

2006-03-23 Thread Jannis Pohlmann
On Thu, 23 Mar 2006 16:11:07 +0100 Benedikt Meurer [EMAIL PROTECTED] wrote: Jannis Pohlmann wrote: Hi all, Hey Jannis, Benny, I didn't make the plugin resistent, as there seem to be no problems unloading TagLib, as far as I can see. Probably, tho I'm not sure about the