Re: [SlimDevices: Beta] 7.6 experimental database change - SQLite WAL

2010-09-05 Thread andyg

OK so it looks like this might not quite be ready yet, I'll disable it
and do some more thinking about it.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81714

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6 experimental database change - SQLite WAL

2010-09-03 Thread andyg

You really have to be careful benchmarking scan times.  The reason is
because your OS will cache much of the data from your audio files on
disk to RAM so your second scan can be a lot faster than your first.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81714

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6 scanning

2010-09-03 Thread andyg

I think I mentioned before that password-protecting your server will
keep the external scanner from working.  I'll fix that eventually.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=78768

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6 experimental database change - SQLite WAL

2010-09-03 Thread andyg

The lock is changed back to normal during a scan.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81714

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6 experimental database change - SQLite WAL

2010-09-03 Thread andyg

No, exclusive locking is to gain a performance boost from not having to
flock the file all the time.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81714

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6 experimental database change - SQLite WAL

2010-09-03 Thread andyg

Next build, yes.  Not sure about your playback problems, but it might
help.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81714

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


[SlimDevices: Beta] 7.6 experimental database change - SQLite WAL

2010-09-03 Thread andyg

SQLite 3.7 added a new feature called write-ahead logging that allows
multiple processes to work better with a single database file without
all the old locking issues.

I've enabled this in 7.6 and it appears to work OK.  Please test this
out and report any problems with locking error messages.

Details on WAL: http://sqlite.org/wal.html


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81714

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Need help to verify duplicate detection

2010-09-03 Thread andyg

MD5 is fine, the problem is the first 1 bytes of these files are
identical.  I think the easiest way to deal with it is to not take the
bytes from the very beginning of the file but from somewhere in the
middle.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81679

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Need help to verify duplicate detection

2010-09-03 Thread andyg

Yeah it's LAME padding causing the problem, hmm...


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81679

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Need help to verify duplicate detection

2010-09-03 Thread andyg

For some reason the "Show duplicates" link downloads a file called
duplicates.txt.rdp (Safari/OSX 10.6). Is there a reason you used a
.binfile extension instead of just .txt?

I'm getting a lot of duplicates even with the default of 1 bytes. 
I will look into that, makes me worry I did something wrong in
Audio::Scan.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81679

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] win 7.6.0-31266 nightly broken

2010-08-30 Thread andyg

A new build is available now.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81573

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] win 7.6.0-31266 nightly broken

2010-08-29 Thread andyg

Just download a prior version before the breakage:
http://downloads.slimdevices.com/nightly/7.6/sc/


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81573

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] win 7.6.0-31266 nightly broken

2010-08-28 Thread andyg

Turns out I forgot to update a file for the Win32 build, and now the
build server is out of space... so it'll be a bit longer. :(


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81573

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] win 7.6.0-31266 nightly broken

2010-08-28 Thread andyg

Yep, I'm running a new build now.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81573

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] sticky artist tag: Sinead O`Connor is driving me nuts!

2010-08-28 Thread andyg

As was decided in bug 10324, I will change this to use exact string
matching.  It's really the only solution.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81548

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] SB3: "server cant connect to internet to obtain firmware update"

2010-08-27 Thread andyg

I've updated the 7.6 ip3k firmware on the update server, sorry about
that.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81487

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Cannot start tiny SC

2010-08-24 Thread andyg

My fault, grab r9066 or higher soon.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81444

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6 memory usage

2010-08-22 Thread andyg

Wirrunna;571043 Wrote: 
> Couldn't resist trying this out.
> Ran a clear & rescan on my workstation, then set cache size to 10
> (andyg is always conservative with his settings) and ran the clear and
> rescan again for a 16 minute reduction in elapsed time. Cut & paste
> attached. Win XP.
> A google for SQLite optimization brought up this rather old but
> interesting document -
> http://web.utk.edu/~jplyon/sqlite/SQLite_optimization_FAQ.html
> It would be good to be able way to get the output of a pragma command
> to query the current value, then us tinkerers could check if
> 'synchronous' is set to Off, Normal or Full.

I would expect the highmem settings to help more during everyday use
and browsing rather than scanning.  Scanning is mostly write traffic
which is not really going to make use of the extra cache space. 
Browsing is almost all read traffic.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81310

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] SQLite exclusive mode in embedded branch

2010-08-22 Thread andyg

Oops I was wrong, it should already lock/unlock the artwork cache too.

However, it won't be run if you are using MySQL, need to think about
how to fix that.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=74809

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] SBS 7.6: please test automatic artwork download

2010-08-19 Thread andyg

Yeah the artwork download code isn't async yet, that will be fixed.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=80979

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6 memory usage

2010-08-18 Thread andyg

SQLite has parameters to keep more of the database in memory, if you
want to use the CLI you can set them:

Docs here: http://www.sqlite.org/pragma.html

To set a pragma over CLI just run: "pragma cache_size=1"


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81310

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Where is the the nightly 7.6 rpm

2010-08-13 Thread andyg

http://forums.slimdevices.com/showthread.php?t=81164


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81163

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6.0 - r31208 - scanner does not find anything

2010-08-13 Thread andyg

Yeah I bumped it up to P1.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=81157

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Will MySQL be officially supported in 7.6 ?

2010-08-04 Thread andyg

I agree, I think the main reason we have kept it so far was for your
plugins. :)  Or for people who like to tweak stuff...


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=80914

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6 won't play mp3 with .cue

2010-07-07 Thread andyg

7.6 includes new support for gapless mp3 cue sheets, but this appears to
be broken for some types of files.  If you could send me a broken
mp3/cue that would be very helpful.  See this page for instructions:
http://wiki.slimdevices.com/index.php/Large_File_Upload


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=79944

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Is 7.5.1 released ?

2010-06-16 Thread andyg

We still had a problem with the CDN, but this may be fixed now.  Can you
try it again?


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=79665

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6 Nightly Excessive CPU (ReadyNAS NV+)

2010-06-15 Thread andyg

I'll take a look at this.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=79663

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Stability of 7.6?

2010-06-15 Thread andyg

If a cover image is in the cache it shouldn't be going to the source
file at all, I thought I had already fixed that but will make a note to
take another look.  Certainly there is more work to be done here, for
example cover.jpg changes on the disk aren't picked up the same way as
audio file changes are by the auto-rescanner.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=79251

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Is 7.5.1 released ?

2010-06-14 Thread andyg

The challenge will be to maintain all the current functionality.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=79665

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Is 7.5.1 released ?

2010-06-14 Thread andyg

We're in the process of releasing it today, yes.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=79665

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6 Nightly Excessive CPU (ReadyNAS NV+)

2010-06-14 Thread andyg

Yeah the slow startup is just due to loading all the Perl modules.  The
ReadyNAS CPU is horribly slow, unfortunately. :(


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=79663

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6 Nightly Excessive CPU (ReadyNAS NV+)

2010-06-14 Thread andyg

Hmm the only reason I can think of for this is that 24/96 files are much
higher bitrate and so will spend more time transferring the file to your
player.  But there shouldn't be anything different in 7.6 with respect
to this part of the code.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=79663

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Recent WebUI volume control change?

2010-06-09 Thread andyg

http://svn.slimdevices.com/slim?rev=30802&view=rev

http://bugs.slimdevices.com/show_bug.cgi?id=8763 note the 15 votes.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=79531

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] BIG changes in nightly

2010-05-21 Thread andyg

Still looks like ~50MB to me:
http://downloads.slimdevices.com/nightly/?ver=7.6


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=79040

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5.1+7.6.0: band name looks like a sneeze

2010-05-12 Thread andyg

Yep it's an ID3 parser error, I'll fix it soon.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=78599

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] It's been a slow week for SVN checkins

2010-05-12 Thread andyg

Heh, the reason is most likely because last week we were all at an
onsite week-long meeting, planning out 7.6 among other things.  Things
should pick up again this week.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=78527

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] It's been a slow week for SVN checkins

2010-05-12 Thread andyg

Timeframe is pretty long, and we've got some other large changes
planned.  I'll see if we can update the roadmap today.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=78527

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5.1+7.6.0: band name looks like a sneeze

2010-05-12 Thread andyg

Maybe, can you send me the file?
http://wiki.slimdevices.com/index.php/Large_File_Upload


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=78599

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Brief message for Andy

2010-05-06 Thread andyg

OK, I think that bug is basically fixed now!  There is still a bug in
the FLAC seeking code but it's mostly unrelated to that specific cue
sheet bug.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=78398

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6.0 cover art problem

2010-05-06 Thread andyg

This file contains 2 images stored 2 different ways.  The first one is
in a COVERART tag stored as base64, and is corrupted.  The second one
is stored as a FLAC picture object.  If you delete the corrupted
COVERART tag your image will be scanned fine.


Code:


  METADATA block #2
  type: 4 (VORBIS_COMMENT)
  is last: false
  length: 20746
  vendor string: reference libFLAC 1.1.2 20050205
  comments: 21
  comment[0]: COVERARTMIME=image/jpeg
  comment[1]: COVERART=/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAUD.
  
  ...
  
  METADATA block #3
  type: 6 (PICTURE)
  is last: false
  length: 63700
  type: 3 (Cover (front))
  MIME type: image/jpeg
  description: 
  width: 319
  height: 316
  depth: 24
  colors: 0 (unindexed)
  data length: 63658
  data:
  : FF D8 FF E0 00 10 4A 46 49 46 00 01 01 01 00 60 ..JFIF.`
  



-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=78373

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] ALAC scanner/playback issues -- Solved, for the most part

2010-04-29 Thread andyg

If you have a file that is not scanned correctly please upload it to me
here: http://wiki.slimdevices.com/index.php/Large_File_Upload


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=77930

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] ALAC scanner/playback issues -- Solved, for the most part

2010-04-29 Thread andyg

If you have a file that is not scanned correctly please upload it to me
here: http://wiki.slimdevices.com/index.php/Large_File_Upload


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=77930

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] SBS 7.6 windows scanner problem

2010-04-25 Thread andyg

OK can you please file a bug with the file in question?


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=77881

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5.0 : "Problem: Can't open file for:"

2010-04-21 Thread andyg

OK, since it says "File Format: Apple Lossless" it appears it was
scanned properly.  Hmm...


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=71623

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5.0 : "Problem: Can't open file for:"

2010-04-21 Thread andyg

Sorry, I meant SBS's track info page.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=71623

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5.0 : "Problem: Can't open file for:"

2010-04-21 Thread andyg

OK if that's indeed an ALAC file it should not be streaming as AAC, so
that's the problem.  I assume this file shows as type MPEG-4 and not
Apple Lossless when you view it in the web UI?  Which means it's not
being scanned properly.  I'd like to see the file, maybe there is a
Windows-only issue here or something.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=71623

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] sorting with umlauts in 7.6

2010-04-20 Thread andyg

With SQLite, sorting is done using Perl and your locale, and I'm not
sure if this works on Windows.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=77635

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Touch firmware 7.6.1 r8715

2010-04-19 Thread andyg

Yeah unfortunately it looks like the CDN is not always the same
everywhere in the world, we may need to do some more tuning on the
cache times or something.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=77614

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Touch firmware 7.6.1 r8715

2010-04-19 Thread andyg

Just a mistake, we'll push out a 7.6.0 one soon.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=77614

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5.1 - scanner no longer working

2010-04-17 Thread andyg

OK if you get a real crash the last file listed in scanner.log may be
the problem, you could try moving it out of the way or changing the
extension to see if it gets farther.  If that turns out to be the
problem file, please file a bug and attach it.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=77455

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5.1 - scanner no longer working

2010-04-16 Thread andyg

Nothing in your log is an error, they are just warnings.  Are you sure
it doesn't complete the scan?


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=77455

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Ridiculous - nightly 7.5.1 needs new audio scan module

2010-04-16 Thread andyg

If you want to run nightly builds I would strongly suggest running on a
supported platform, such as a normal x86 Linux box, or a SheevaPlug or
something.  Keep your NAS box for production, official builds.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=77454

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Ridiculous - nightly 7.5.1 needs new audio scan module

2010-04-16 Thread andyg

Well you're really going to hate me now, I am checking in 0.78 today. :)
It's the price of progress, and running on an unofficial platform.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=77454

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


[SlimDevices: Beta] 7.6 and cue sheets

2010-04-15 Thread andyg

Note to anyone using cue sheets in 7.6: Please do a full wipe and rescan
of your library after updating to tomorrow's build.  The code that
calculates cue byte offsets has been rewritten to be more accurate and
things will probably break if you run with the old values.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=77419

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5 vs 7.6 defined?

2010-04-15 Thread andyg

Not automatically, it's a manual process, and Ben manages the merge
script for SP.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=77312

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5 vs 7.6 defined?

2010-04-15 Thread andyg

SBS 7.6 does, yes.  He meant 7.6 SP which is a bit behind in merging I
believe.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=77312

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5.0 : "Problem: Can't open file for:"

2010-04-10 Thread andyg

jamespo;532909 Wrote: 
> on 7.5 (just upgraded to 7.5.1 to try and fix it) on ubuntu 9.10.
> 
> The mp4s are ripped by itunes mp4s and a boom. faad & lame are standard
> ubuntu packages.

Well this may be your problem, you cannot use a standard faad package,
ours is heavily patched to fix various bugs and add ALAC and seeking
support.  Use the supplied faad Linux binary or compile your own.  Our
Debian package already includes this, but you should double-check what
you're using.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=71623

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Quick TinySC question for Andy..

2010-04-09 Thread andyg

No idea, give it a try.  You should be able to run the standard ARM
binaries here on Touch:
http://svn.slimdevices.com/repos/slim/7.5/trunk/server/Bin/arm-linux/


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=76902

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] No alac native support in 7.5/7.6?

2010-04-08 Thread andyg

BTW if you want to try the native one, uncomment the following 2 lines
in convert.conf:


Code:


  # ALAC native codec not supported by default
  # alc alc * *
  # - 
  



-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=76990

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] No alac native support in 7.5/7.6?

2010-04-08 Thread andyg

We have the native decoder in Radio/Touch but it's a bit buggy, so we
disabled it for most platforms and will use transcoding instead.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=76990

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Quick TinySC question for Andy..

2010-04-07 Thread andyg

I think FLAC with CUE sheets are still not supported without transcoding
(so not in TinySC).  Doing it without transcoding will not be gapless
and probably not make people very happy so it may not be worth the
effort.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=76902

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Which build to follow on Debian

2010-04-06 Thread andyg

Unstable means exactly that, it might work, it might not. :)  Yes 7.6 is
a lot more unstable than 7.5.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=76775

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Which build to follow on Debian

2010-04-06 Thread andyg

I'm updating this now.  It should be:

7.5.0 - stable
7.5.1 - testing
7.6.0 - unstable


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=76775

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6 nightly r30469 fails to start on Win7 x64

2010-04-04 Thread andyg

I've recompiled that module, please try the latest build (r30472).


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=76768

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6 nightly r30469 fails to start on Win7 x64

2010-04-04 Thread andyg

I've recompiled that module, please try the latest build (r30472).


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=76768

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6 nightly r30469 fails to start on Win7 x64

2010-04-03 Thread andyg

Yeah OK I know what the problem is.  I compiled a new module against
ActivePerl 5.10.1 and this is apparently not backwards-compatible. 
I'll recompile against 5.10.0.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=76768

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] New Squeezebox Server 7.6 builds

2010-04-01 Thread andyg

I'm running those additional builds now.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=76703

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.6 trunk - first go

2010-03-31 Thread andyg

Thanks for trying it out.  I added 7.6 to Bugzilla.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=76690

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Is 7.5 worth switching to from 7.4.2?

2010-03-17 Thread andyg

MrSinatra;525878 Wrote: 
> Andy,
> 
> can you please clear something up for me?
> 
> my understanding is that "embedded" 7.5 has ALL the fixes of "trunk"
> 7.5, and in addition, has a lot more fixes/improvements that trunk 7.5
> does NOT currently have, and won't, until 7.6 at he earliest...  is that
> true?
> 
> is it also true that trunk 7.5 does NOT have a single fix/improvement
> that embedded doesn't have as well?
> 

Correct, this is what I just said above. :)

> 
> which version is fastest, esp at scanning?  embedded?  trunk?  or trunk
> w/moonbases sql optimizations?

Embedded is far faster and better at scanning.  7.5 trunk scanning is
generally the same as 7.4.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=76301

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Is 7.5 worth switching to from 7.4.2?

2010-03-17 Thread andyg

If you feel comfortable with it, we would like as much testing on 7.5 as
possible!

http://downloads.slimdevices.com/nightly/?ver=7.5


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=76301

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Auto-scanner not working with shortcuts?

2010-03-12 Thread andyg

No, there's not really any other way right now.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=76135

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Auto-scanner not working with shortcuts?

2010-03-12 Thread andyg

Please file a bug, auto-rescan still needs a lot of work before it's
good enough on Windows.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=76135

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5.0 : "Problem: Can't open file for:"

2010-03-11 Thread andyg

There is a bug in Rip most likely:
https://bugs.launchpad.net/rip/+bug/452114

I would recommend using a better ripping tool (and also using FLAC :)


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=71623

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5.0 : "Problem: Can't open file for:"

2010-03-11 Thread andyg

I've opened a bug for the bitrate bug I mentioned, the file seems to
have 2 mdat boxes which confuses the scanner a bit.
http://bugs.slimdevices.com/show_bug.cgi?id=15875


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=71623

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5.0 : "Problem: Can't open file for:"

2010-03-11 Thread andyg

copperstate: Your Beethoven file scans fine and plays fine for me in
7.5.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=71623

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5.0 : "Problem: Can't open file for:"

2010-03-11 Thread andyg

Peter: I tested your Nick Cave file in 7.5 and it is correctly detected
as ALAC and plays fine.  The only bug I noticed was that the bitrate was
incorrectly read as 9kbps, this is because of the way the file is
structured and I'll fix this in a future version.  This does not affect
playback or anything.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=71623

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5.0 : "Problem: Can't open file for:"

2010-03-09 Thread andyg

Can you please send me one of your ALAC files that does not get
recognized correctly?  If it's too big for a bug, you can use
yousendit.com, my email is andy-at-slimdevices.com


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=71623

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Embedded branch and artwork changes

2010-03-02 Thread andyg

It will for embedded art but not for cover.jpg files.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=75851

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5 Embedded out of memory on rescan

2010-02-23 Thread andyg

You are using a buggy version with an infinite loop/memory leak, please
update to the latest version and it will work fine. :)


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=75582

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5 embedded issue

2010-02-23 Thread andyg

Your log showed it only checking 1 file, was this your shortcut?  Could
be another bug. :)


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=75547

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5 embedded issue

2010-02-23 Thread andyg

Stat checking is the automatic checking, if you disabled it and it's
still doing it, it's a bug.

On Windows, stat checking is the only way to do it now, until I write a
new module that uses the correct Win32 API.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=75547

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5 embedded issue

2010-02-22 Thread andyg

I'm sure you have found a real bug, try enabling scan.scanner and
scan.auto debugging, it might give you a clue as to what's going on.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=75547

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Embedded branch is crashing

2010-02-18 Thread andyg

My fault, it's fixed now.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=75393

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5.0 - r30156 Embedded on XP SP3 - MIP ?

2010-02-14 Thread andyg

MIP should be working again, I tested only on OSX though.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=75242

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] SQLite exclusive mode in embedded branch

2010-02-04 Thread andyg

pragma locking_mode = EXCLUSIVE


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=74809

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Embedded branch: Is auto-scan broken on Windows?

2010-02-04 Thread andyg

Hmm, OK, I'll take a look.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=74820

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Embedded branch: Is auto-scan broken on Windows?

2010-02-04 Thread andyg

The setting to disable auto-rescan doesn't work?


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=74820

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.5 scanner problem with FLAC files

2010-02-03 Thread andyg

If you want you can send me 2 files that don't group together properly
and I can look into it, if no one can figure it out from the tags posted
here.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=72208

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.4.2 - r29963 Artwork scan terminated.

2010-02-03 Thread andyg

OK thanks for the file.  The problem is there is a BMP file in the PIC
tag.  I have a todo item to just ignore non-jpg/png/gif images, but
that's the issue here.  Judging from the Windows Media Player tags in
here I guess the offending tagger is WMP.  You should remove the tag or
replace it with a JPEG or PNG image.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=74785

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.4.2 - r29963 Artwork scan terminated.

2010-02-03 Thread andyg

Hmm, that's certainly a valid JPEG.  Maybe there is something broken in
the way it's embedded in the mp3 file?  Can you send me the mp3 file?


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=74785

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Version: 7.5.0 - r29961 embedded branch, using MySQL

2010-02-02 Thread andyg

I think some people are concerned about low CPU usage from the scanner? 
I think this is completely normal, the reason is the scanner is waiting
for IO requests.  This just means the scanner is more efficient. :)

For some of my tests I've been scanning about 1000 tracks from a USB
disk on my Mac.  The first time I run the scan it hits the disk and goes
fairly slowly, around 25 tracks/second with 5-10% CPU.  The second time
I run, the light on the drive does not even blink and the scan is
upwards of 200 tracks/second with CPU at 80+%.  The OS has cached all
the data needed by the scanner and it doesn't have to hit the disk at
all.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=74700

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] SQLite exclusive mode in embedded branch

2010-02-02 Thread andyg

The scanner should do the right thing when you run it, and yes if a 3rd
party disables it they should enable it when done.  If you don't things
will be fine, you'll just have slower performance.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=74809

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Version: 7.5.0 - r29961 embedded branch, using MySQL

2010-02-02 Thread andyg

The 2 tables are joined on the urlmd5 column now.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=74700

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] SQLite exclusive mode in embedded branch

2010-02-02 Thread andyg

Sorry, here's the command you can use to disable it:

CLI> pragma locking_mode = NORMAL

Maybe I'll add it to the advanced settings tab too.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=74809

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] SQLite exclusive mode in embedded branch

2010-02-02 Thread andyg

I know, I added a pragma CLI command you can use to switch it back to
normal mode.  Exclusive mode is about 50% faster than normal mode (in
some simple benchmarks I did) so that's why it's enabled.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=74809

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.4.2 - r29963 Artwork scan terminated.

2010-02-02 Thread andyg

I'm building a new build for Windows, so you don't have to wait until
tomorrow.  Give it a few minutes and then check the download site.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=74785

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] 7.4.2 - r29963 Artwork scan terminated.

2010-02-02 Thread andyg

r29974 should log the original file path when this happens.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=74785

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Big changes to scanner - or bug in using links in music directory?

2010-02-02 Thread andyg

There have been no scanner changes to 7.5 trunk, are you running 7.5
embedded?


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=74794

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Version: 7.5.0 - r29961 embedded branch, using MySQL

2010-02-01 Thread andyg

Oh and yeah, group_concat can't be used, the SQL needs to work for both
databases.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=74700

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


Re: [SlimDevices: Beta] Did anybody succeed in building SqueezePlay on osx 10.6

2010-01-29 Thread andyg

Great work, I'd like to see this get applied.  So I think we would need
to figure out:

Can we use SDL 1.2.14 for the hardware builds?
Can we use the latest portaudio for the hardware builds?
Can we fix the Makefile to generate Universal 32/64-bit binaries?  I
don't really care about PPC support, but 32-bit Intel is needed.


-- 
andyg

andyg's Profile: http://forums.slimdevices.com/member.php?userid=3292
View this thread: http://forums.slimdevices.com/showthread.php?t=74232

___
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta


<    1   2   3   4   5   6   7   >