![]() |
Final Maintenance Update for 0.1.x series - v0.1.5d (Power Cable) - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Off Topic (https://forums.snakeoil-os.net/Forum-Off-Topic) +--- Forum: Archived Threads (https://forums.snakeoil-os.net/Forum-Archived-Threads) +---- Forum: Archives: Snakeoil Firmwares (https://forums.snakeoil-os.net/Forum-Archives-Snakeoil-Firmwares) +---- Thread: Final Maintenance Update for 0.1.x series - v0.1.5d (Power Cable) (/Thread-Final-Maintenance-Update-for-0-1-x-series-v0-1-5d-Power-Cable) Pages:
1
2
|
Final Maintenance Update for 0.1.x series - v0.1.5d (Power Cable) - agent_kith - 07-Jun-2017 This will be the final release for the v0.1.x series. This branch will not be maintained any more. In this final version, you'd see the details of your Snakeoil Activation Information. You can copy them out and re-enter it in the Snakeoil 1.0.0 when it is released. Download ![]() ![]() What's New?
![]() RE: Final Maintenance Update for 0.1.x series - v0.1.5d (Power Cable) - Bromf - 08-Jun-2017 That was super quick ! R2 appeared mere hours after my enquiry !! I have installed the update and selected R2. For the hardware I am using this would be the best player I have tried. I am using the associated C-3PO plug-in for re-sampling. I know it is no longer bit-perfect but I feel the up-sampling and filtering in software is way better than the Dac's internal resample ! The only problem is that it will resample 44.1kHz cd rips but not mp3 and radio streams. Has to be a missing package associated with mp3 ?? (it up-samples on Daphile ) I have added ffmpeg and lame and updated sox but still not getting mp3 resampling to work. Filetypes in LMS show mp3 as Native with no other option. As this is an 0.1 install I am quite happy to add and trial so any suggestions appreciated. Okay, about to try adding the ubuntu restricted extras for codec support...... breakage ahoy captn ! :-) Edit:... nothing broken.... though mp3s are still not upsampled. On reflection this may be the plugins failing as using the command line options -u vLX::6:28 in both the ralph-git and the R2 versions give full upsampling. Using this as default until I can figure out why the C-3PO plugin won't do mp3s... RE: Final Maintenance Update for 0.1.x series - v0.1.5d (Power Cable) - agent_kith - 08-Jun-2017 (08-Jun-2017, 08:07 AM)Bromf Wrote: Edit:... nothing broken.... though mp3s are still not upsampled.Interesting that MP3 isn't work with C-3PO. Which ones did you install? libmp3, libmad, libavcodec (probably more?). Add them all, then restart LMS and see if anything shows up? And I just get the C-3PO and R2 meaning... Brain not fully functional yesterday... ![]() RE: Final Maintenance Update for 0.1.x series - v0.1.5d (Power Cable) - Bromf - 08-Jun-2017 Nope none of those as they don't seem to be available in 0.1 series (14.04) Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libmp3, E: Unable to locate package libmad, E: Unable to locate package libavcodec also, after your recent advice to do sudo apt-get dist-upgrade there is an error with a package not upgraded... Errors were encountered while processing: libpam-systemd:amd64 E: Sub-process /usr/bin/dpkg returned an error code (1) RE: Final Maintenance Update for 0.1.x series - v0.1.5d (Power Cable) - agent_kith - 08-Jun-2017 (08-Jun-2017, 09:49 AM)Bromf Wrote: Nope none of those as they don't seem to be available in 0.1 series (14.04)Try something like Code: sudo apt-cache libmp3 (08-Jun-2017, 09:49 AM)Bromf Wrote: also, after your recent advice to do sudo apt-get dist-upgrade there is an error with a package not upgraded...Is that the only line? What's the full message? Try and see if the following works: Code: sudo apt-get install -f 14.04 support have ceased, so perhaps the packages are no longer working well now. RE: Final Maintenance Update for 0.1.x series - v0.1.5d (Power Cable) - Bromf - 08-Jun-2017 Ubuntu Bug with 'Won't Fix' ..... Typical Ubuntu...;-) No problem as we're all going to the new Snakeoil :-) I will ignore it meantime. https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1325142/comments/59 RE: Final Maintenance Update for 0.1.x series - v0.1.5d (Power Cable) - agent_kith - 08-Jun-2017 (08-Jun-2017, 11:50 AM)Bromf Wrote: Ubuntu Bug with 'Won't Fix' ..... Typical Ubuntu...;-) No problem as we're all going to the new Snakeoil :-) I will ignore it meantime. ![]() ![]() RE: Final Maintenance Update for 0.1.x series - v0.1.5d (Power Cable) - Bromf - 09-Jun-2017 I think I've found the problem with C-3PO...it needs a different version of sox. I have followed this howto... https://audiodigitale.eu/?p=6 However Snakeoil LMS was looking for sox in /usr/bin/ and not (oops automatic code tags...hate that! Can't find a way to undo. I know when I want code tags..why does this infernal bbcode version do it automatically ???) /usr/share/squeezeboxserver/Bin/ as per the tutorial. So I amended by cd to /usr/bin/ and ran... sudo rm sox && wget https://audiodigitale.eu/repo/sox/sox-dsd-linux-gnu-amd64 sox was removed and the new version downloaded but it wasn't installed and threw this error.. Connecting to audiodigitale.eu (audiodigitale.eu)|37.59.11.98|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 3185432 (3.0M) sox-dsd-linux-gnu-amd64.1: Permission denied Cannot write to ‘sox-dsd-linux-gnu-amd64.1’ (Success). now sox is removed and LMS/C-3PO complains sox not found... ![]() Permissions ?? any hints as to how to fix this ?? ![]() RE: Final Maintenance Update for 0.1.x series - v0.1.5d (Power Cable) - agent_kith - 09-Jun-2017 Fixed the coding for you. Not sure what happened either, never have that problem before. Pretty sure LMS will use it's own sox, so you'd need to do it in the LMS directory, and not /usr/bin. You forgot sudo in your second command, so do something like Code: sudo wget sox-dsd-linux-gnu-amd64 I wonder if I should do this now for the 1.0.0 ISO, or have it as a module..... :think: RE: Final Maintenance Update for 0.1.x series - v0.1.5d (Power Cable) - Bromf - 09-Jun-2017 (09-Jun-2017, 10:16 AM)agent_kith Wrote: Fixed the coding for you. Not sure what happened either, never have that problem before. Reinstalled sox. Works as before... closer and closer.... just need that sox version for C-3PO and some way to install it... like a ppa. |