Results 11 to 20 of 300
Thread: Call for testers! Daphile
-
2013-08-01, 09:25 #11
- Join Date
- Nov 2011
- Posts
- 155
-
2013-08-01, 15:55 #12
- Join Date
- Jun 2006
- Posts
- 40
-MrD
===================
1 Transporter
2 Squeezeboxen v3
1 Squeezebox v1
1 SliMP3
Linux x86-64 SlimServer 6.5.1
-
2013-08-01, 16:00 #13
- Join Date
- Jun 2006
- Posts
- 40
Last edited by MrD; 2013-08-01 at 16:02.
-MrD
===================
1 Transporter
2 Squeezeboxen v3
1 Squeezebox v1
1 SliMP3
Linux x86-64 SlimServer 6.5.1
-
2013-08-03, 04:28 #14
- Join Date
- Nov 2011
- Posts
- 155
-
2013-08-03, 04:29 #15
- Join Date
- Nov 2011
- Posts
- 155
New test release image (with some bug fixes) and new web page are now available.
www.daphile.com
-
2013-08-07, 06:01 #16
- Join Date
- Nov 2011
- Posts
- 155
New test release available at www.daphile.com!
CHANGES on August 7th 2013:
- New "Shut Down" button on the Info page
- Fixed support for M2Tech hiFace DAC (thanks to cmiu)
- Improved kernel driver support for ethernet devices
- Some package updates
-
2013-08-09, 14:53 #17
- Join Date
- Nov 2011
- Posts
- 155
Again another test release available at www.daphile.com!
CHANGES on August 9th 2013:
- BUG FIX for network manager. The bug had previously prevented the operation of some ethernet and wireless adapters (thanks to Luca N. for reporting the problem).
- Ethernet MAC address and Wake-on-LAN support reported at Info page (WOL is enabled if HW and BIOS setup supports it)
- Some other minor changes
-
2013-08-17, 01:28 #18
- Join Date
- Nov 2011
- Posts
- 155
New test release available at www.daphile.com!
CHANGES on August 17th 2013:
Initial DSD file support:
- DSF (.dsf) and DSDIFF (.dff) supported (both DSD64 and DSD128)
- no native DSD-over-USB (DoP) yet. Coming soon - have to get DAC with DoP support.
- no support for DST compressed files (didn't find any samples)
- Known issue: "Clear library and rescan everything" rescan does not include DSD files. "Look for new and changed audio files" rescan works.
Linux kernel upgrade from 3.6 to 3.8 series.
-
2013-08-17, 02:13 #19
-
2013-08-17, 02:43 #20
- Join Date
- Nov 2011
- Posts
- 155
It was kind of a last minute observation before the release. I haven't looked at it yet any deeper.
I'm not sure if I understand your "as an importer" question. What I have done is:
- patched Audio-Scan-0.93 for DSF and DSDIFF support
- created plugin PlayDSD, most important (?) stuff below
Is it so that "Clear library and rescan everything" rescan is done with external scanner and others with internal? And that makes a difference?
DSD.pm
Code:package Plugins::PlayDSD::DSD; use strict; use base qw(Slim::Formats); use Audio::Scan; use Slim::Formats::MP3; use Slim::Utils::Log; sub getTag { my $class = shift; my $file = shift || return {}; my $s = Audio::Scan->scan( $file ); my $info = $s->{info}; my $tags = $s->{tags}; return unless $info->{song_length_ms}; $tags->{SIZE} = $info->{audio_size}; $tags->{SECS} = $info->{song_length_ms} / 1000; $tags->{RATE} = $info->{samplerate}; $tags->{CHANNELS} = $info->{channels}; $tags->{SAMPLESIZE} = 1; $tags->{LOSSLESS} = 1; if ( $info->{tag_diar_artist} ) { $tags->{ARTIST} = $info->{tag_diar_artist}; } if ( $info->{tag_diti_title} ) { $tags->{TITLE} = $info->{tag_diti_title}; } if ( $info->{id3_version} ) { $tags->{TAGVERSION} = $info->{id3_version}; Slim::Formats::MP3->doTagMapping($tags); } return $tags; } *getCoverArt = \&Slim::Formats::MP3::getCoverArt; #sub canSeek { 1 } 1;
Code:# # # dsd flc * * # FT:{START=-s %t}U:{END=-e %v}D:{RESAMPLE=-r %d} [dsdplay] $START$ $END$ $FILE$ $RESAMPLE$
Code:######################################################################### #ID Suffix Mime Content-Type Server File Type# ######################################################################### dsd dff,dsf audio/x-dsd,audio/dsd audio