Re: [dev][announce] slm - music curation

2013-11-27 Thread Patrick
On 2013-11-27 23:01, Charlie Kester wrote: > In fact, now that you mention it, I think this should be the default. Why?

Re: [dev][announce] slm - music curation

2013-11-27 Thread Charlie Kester
On Wed 27 Nov 2013 at 22:45:25 PST Roberto E. Vargas Caballero wrote: why no a option for hardlinks? Good catch. In fact, now that you mention it, I think this should be the default.

Re: [dev][announce] slm - music curation

2013-11-27 Thread Roberto E. Vargas Caballero
> I've completed an initial implementation of a program which parses > music file metadata (currently only ID3 tags for MP3 support, > ATOM/AAC is next) and creates a filesystem-based farm/'DB' of > symlinks. A file at '~/Music/somesong.mp3' that had proper ID3 tags > would result in the following

Re: [dev][announce] slm - music curation

2013-11-27 Thread Patrick
On 2013-11-27 23:50, Nick wrote: > Have you considered writing this using FUSE instead? Likely overkill. What's the cost of a stale link vs the cost to fix? Underlying all this is a need for a canonical directory structure for the source media files, i.e. never rm or mv, only ever upgrade quality

[dev] [tabbed] [PATCH] select tab with X ClientMessage event

2013-11-27 Thread Markus Teich
--- Hello, this patch allows tabbed to switch to a tab specified in a XCientMessage. I intend to use this with surf and dmenu to easily switch between tabs when I have opened more than ten tabs. I already testet it with a draft patch to surf and probably will send in the finished one later. --Mar

Re: [dev][announce] slm - music curation

2013-11-27 Thread Charlie Kester
On Wed 27 Nov 2013 at 14:16:13 PST Bobby Powers wrote: "${FARM_DIR}/artists/Some Artist/The Album/1_The Title.mp3" -> $HOME/Music/somesong.mp3 "${FARM_DIR}/albums/The Album/1_The Title.mp3" -> $HOME/Music/somesong.mp3 Do you also support using other ID3 fields to build the database? My

Re: [dev][announce] slm - music curation

2013-11-27 Thread Markus Teich
Nick wrote: > > I've completed an initial implementation of a program which parses > > music file metadata (currently only ID3 tags for MP3 support, > > ATOM/AAC is next) and creates a filesystem-based farm/'DB' of > > symlinks. A file at '~/Music/somesong.mp3' that had proper ID3 tags > > would r

Re: [dev][announce] slm - music curation

2013-11-27 Thread Nick
Hi Bobby, > I've completed an initial implementation of a program which parses > music file metadata (currently only ID3 tags for MP3 support, > ATOM/AAC is next) and creates a filesystem-based farm/'DB' of > symlinks. A file at '~/Music/somesong.mp3' that had proper ID3 tags > would result in th

[dev][announce] slm - music curation

2013-11-27 Thread Bobby Powers
Hello! This is a followup to last months "music db editor" thread: http://lists.suckless.org/dev/1310/17781.html I've completed an initial implementation of a program which parses music file metadata (currently only ID3 tags for MP3 support, ATOM/AAC is next) and creates a filesystem-based farm/'

Re: [dev] [st] System freeze when killing X after using st-git

2013-11-27 Thread sekret
* Silvan Jegen [27.11.2013 09:09]: > That might indicate that the problem lies with the MacBook Pro hardware. Not necessarily. Like I posted before, I have this issue with my Netbook too. It's an Asus EeePC 1215b. It has an ATI graphics card and I use the OSS driver. I'll check out if the probl

Re: [dev] [st] System freeze when killing X after using st-git

2013-11-27 Thread Silvan Jegen
On Wed, Nov 27, 2013 at 6:20 AM, Ryan O’Hara wrote: > On Tue, Nov 26, 2013 at 8:00 PM, Szilágyi Szilveszter > wrote: >> Hello, >> >> I use the same environment for 6 months >> and there were no problem at all. >> >> Szilveszter >> > > Okay, dwm-git, st-git, Arch Linux, MacBook Pro 2012 seems to b

Re: [dev] [st] System freeze when killing X after using st-git

2013-11-27 Thread Martti Kühne
On Wed, Nov 27, 2013 at 6:20 AM, Ryan O’Hara wrote: > > Okay, dwm-git, st-git, Arch Linux, MacBook Pro 2012 seems to be what > most people reproduce it on. > For a data point, I haven't had the time to compile suckless in a while and never heard of these problems. Hunt that bug down, while I exp