Stephen Atty

Results 26 comments of Stephen Atty

If I knew what needed to be done to put this into this repository I'd do it... but I don't

I've coded this in on my 0.19gcd setup - actually its a list of file types NOT to scan, and I'm also adding in the option NOT to completely rebuild...

I was doing a complete library rebuild. So what I did was shut it down, Trash the DB, rename the root folder for my library and then move the directories...

I read it as it needs putting in the javascript rather than in the main java code...

I've been looking at this - I'm in the middle of a set of changes on the last version from the Ubuntu repostories. I've added the ability to skip scanning...

I've also included it in my fork of forked-daapd which is the GCD version - it all compiled OK.

I'll look at adding it this even when I get home from work

@ejurgensen - I'll check those out, mine was someone elses with a little more added to it. Most of my work has been round allowing you to restart the service...

Wow, is that the fix for the crash when stopping? don't mind Pause sometimes flipping back to the start of the track but the random crashes were very annoying. I'll...

The code looks a little different for raop.c in the GCD version: ``` static void raop_pktbuf_free_task(void *arg) { struct raop_v2_packet *pkt; pkt = (struct raop_v2_packet *)arg; for (; pkt; pkt...