Search found 21 matches
- November 19th, 2016, 9:38 am
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
The fix is put in git.
- June 12th, 2016, 7:23 am
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
I've pushed this fix in git. Thanks!
- January 13th, 2015, 8:46 pm
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
Could you try this:
mpd --kill /etc/mpd.conf
rm /var/lib/mpd/tag_cache
git clone git://git.musicpd.org/manisiutkin/mpd.git
./autogen.sh
./configure --enable-sacdiso --disable-iso9660
make
make install
mpd /etc/mpd.conf
mpd --kill /etc/mpd.conf
rm /var/lib/mpd/tag_cache
git clone git://git.musicpd.org/manisiutkin/mpd.git
./autogen.sh
./configure --enable-sacdiso --disable-iso9660
make
make install
mpd /etc/mpd.conf
- January 12th, 2015, 5:04 pm
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
Have you tried ./configure --enable-sacdiso --disable-iso9660jason_a69 wrote:I wonder if it has anything to do with my archive plugin.
- December 20th, 2014, 9:39 pm
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
Do you intend to integrate this sacd-iso-plugin in the main program? Would make things much easier. :) Does it make sense? Playback of SACD/DVDA ISOs is not very popular on Linux... About tagging - do you see a chance to change the tags in the sacd-iso directly? Same again - would make things much ...
- December 7th, 2014, 2:47 pm
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
Multitrack and DST-encoded DSDIFF files are supported from now on.
- November 14th, 2014, 10:57 pm
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
I gave up on using ISO files. I find that they are so poorly tagged that I have no choice but to extract them to individual files and tag them properly. That is easily solved using XML file for tagging ISO contents, just as Foobar does. This is bad idea. There is no standard for using XML for taggi...
- November 14th, 2014, 10:50 pm
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
1) Does that mean that all settings for both SACD and DVD-A functionality now belong into the plugin "sacddvdaiso", or is the plugin "sacdiso" section still needed (for dstdec_threads, edited_master, and lsbitfirst) 2) If all settings now go into "sacddvdaiso", does that mean that playable_area app...
- November 13th, 2014, 9:50 pm
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
Hello Maxim, 1) All my DVD-A ISOs are scanned into database as 01 - Unknown Track (L-R 24/192000 MPL) (or simmilar depending on number of channels/rate) Is this expected? Can track names be extracted from DVD-A ISO's? 2) are there any decoder {plugin "dvdaiso" ... configuration setting available? I...
- November 13th, 2014, 9:38 pm
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
MPD, being a daemon, cant. But I see no problem with using Foobar's editor to create those few XML files that are needed, if MPD SACD/DVD-A ISO plugin can read them? As a stop-gap measure, maybe you can use iso's filename for album name, and name tracks "Track n"? BTW, will *.[iI][sS][oO] matches b...
- November 10th, 2014, 10:29 am
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
Yes, foobar (foo_input_sacd plugin, actually) can have tracks info in *.xml file alongside with *.iso. But foobar has tag editor onboard. I'm not sure that MPD can do the same.
- November 9th, 2014, 7:57 pm
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
I did with the hex editor. All text blocks are just zeroes.smoothquark wrote:Exactly the same here. sacd_extract does not show any other data other than the year. Thinking of trying to view it using a hex editor to see if any of the data is there.
- November 9th, 2014, 6:11 pm
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
Interesting, that Björk's Vespertine disc doesn't have any text info. Could be some mastering error or something... For example, Medúlla shows correctly at least on my Ubuntu setup.
- November 9th, 2014, 6:50 am
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
Managed to make some progress... Looks like the problem is in src/decoder/plugins/SacdIsoDecoderPlugin.cxx line 92: Changing char suffix[3]; to char suffix[4]; gets it working on my cross-compiled environment and debian box. Not sure why this works though! There are still a few iso's not recognised...
- November 8th, 2014, 7:14 pm
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
Thanks once again. Updated but now it gets even stranger! Works fine on my debian box but when cross-compiled for viaC3, some tracks are rrecognised and others are not. I get lines like this in mpd.log: sacdiso: subsong index is out of range Need to investigate more... must be something within my c...
- November 8th, 2014, 5:19 pm
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
However, I think I may have found a bug (or could be an error on my part somewhere). I have noticed that some sacd iso files are not parsed correctly: Looking at 2 Bob Dylan SACD iso's: Slow Train Coming and Street-Legal in src/lib/sacdiso/sacd_disc.cpp (void sacd_disc_t::get_info(uint32_t track_in...
- November 7th, 2014, 9:36 pm
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
I have no decent idea. Here, probably?smoothquark wrote:Anyway, where can I put up bug reports? I think mantis is only for the main mpd branch and not any of its forks.
- November 4th, 2014, 10:12 pm
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
SACD ISO support is not enabled in default configuration. Please, use:
./configure --enable-sacdiso
./configure --enable-sacdiso
- October 3rd, 2014, 4:26 pm
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
dstdec_threads - It's about how many parallel threads to use for DST->DSD decompression. By default it's 8 and should be not less than number of processor cores. edited_master - some SACDs have "content" between the end of previous track and the beginning of the next track. When edited_master is tru...
- September 29th, 2014, 7:41 pm
- Forum: Developers' Corner
- Topic: SACD ISO playback in MPD
- Replies: 83
- Views: 60448
Re: SACD ISO playback in MPD
You can set up options in mpd.conf: decoder { plugin "sacdiso" dstdec_threads "8" edited_master "true" lsbitfirst "false" } ... and I'm going to add "playable_area" as well. I'd like to have stereo and multichannel areas as subdirectories: Some_folder \ Album_name \ Stereo_area \ Track 01 Track 02 ....