Howto setup resampling in Logitech Media Server
Posted by: Gigipack - 23-Apr-2019, 07:23 PM - Forum: Walkthroughs - Replies (6)

Do you need upsampling your flac files ?

i just worked some hours, and i find this solution to upsampling flac files to 24/96 :

1 - Open your terminal and give the command :  

sudo touch /etc/squeezeboxserver/custom-convert.conf

2 - give the command :

sudo chmod 666 /etc/squeezeboxserver/custom-convert.conf

3 - edit the file :

sudo nano /etc/squeezeboxserver/custom-convert.conf

and then insert this code (make a copy and paste from here):

flc flc * *
              # FT:{START=--skip=%t}U:{END=--until=%v}
             [flac] -dcs $START$ $END$ -- $FILE$  |  [sox] -q -t wav - -t flac -e signed -C 0 -b 24 - rate -v -b 98 -L -a 96000


exit and save the file

4 - Restart the service or reboot the pc :

sudo service logitechmediaserver restart

This work for me, the flac files are upsampled to 24/96. 
If you need others rate change the 24 and 96000 numbers with others.
The only thing that don't work is the Radio Paradise Flac service.
Somebody find the solution for upsampling also Radio Paradise Flac ?

By (sorry for my english Smile )

Gigi

Print this item

  What kernel do you prefer
Posted by: agent_kith - 22-Apr-2019, 08:12 PM - Forum: Discussions - Replies (3)

Native DSD kernel vs the stock kernel. Anybody hear a difference and have a preference on what kernel to use? Because my DAC (Accuphase DC-37) is DoP only, the native kernel doesn't do a thing for my case in theory. However, I prefer the stock kernel (from the Snakeoil install) over this native DSD kernel.

Do you guys think the same, or you prefer the native DSD kernel? Please vote, and add a comment of your DAC below, and provide a general assessment if you can.

Depending on the answers, maybe I should spend a couple of weeks experimenting and try to re-tune this DSD kernel.

Print this item

  Which version of MPD is better?
Posted by: agent_kith - 22-Apr-2019, 08:05 PM - Forum: Discussions - Replies (2)

I have spent the past 2 days testing MPD - 0.21.7 vs 0.21.4. Yet to try other MPD versions.

As a long time LMS/Squeezelite user, the first difference with MPD is the latter's bigger and wider sound stage. Of the two MPD I have tested, my preference is 0.21.4. I just find myself more engaged to music with 0.21.4. The vocals has a more "dreamy" feel to it, and the soundstage is wider and higher.

Anybody else done similar comparisons? What are your thoughts? Your feedback will directly improve future Snakeoil firmwares, so please share them if you can.

Print this item

  Snakeoil 1.x.x - 4.14.12-rt10 Series
Posted by: agent_kith - 17-Apr-2019, 10:11 AM - Forum: Snakeoil Linux (Vmlinuz) Kernels - No Replies

The Linux 4.14.12-rt10 branch. Havn't really used this much so the sound quality is unverified. However, this series will support newer hardware.

USBNet
Support for USB network dongles Realtek (8150/8152) and LAN78XX. This kernel should support the newer Realtek revisions.
.bz2   vmlinuz-4.14.12-rt10-i686-usbnet-20190417.tar.bz2 (Size: 3.89 MB / Downloads: 8)
(SHA1: 52e493f165f48cf69a7a24665ba40c33e613b073)
.bz2   vmlinuz-4.14.12-rt10-amd64-usbnet-20190417.tar.bz2 (Size: 4.11 MB / Downloads: 30)
(SHA1: 356c723b8a453eb2486f4c20a122c98d4bd6f187)

Print this item

  Snakeoil Firmware - 1.1.4 (Blind Testing Update 4)
Posted by: agent_kith - 14-Apr-2019, 06:42 PM - Forum: Snakeoil Firmwares - Replies (10)

Introduction
Another month, another release. Release was delayed by a few weeks as I spent most of the month trying to get the Meraki network to co-exist peacefully with my existing Unifi network stack (tl;dr: never ever mix different brands if you want to save yourself from grief).

All up this is more bug fix. But there is some notable new features:

  1. (Activated edition) Combined with the custon Snakeoil native DSD kernel, you can now dynamically enable your native DSD DAC to stream DSD natively without a kernel  re-compile! Check out how to do this ini the Snakeoil reference guide.
  2. (Free Edition) If you're using Raspberry PI with OLED, you can simply add mpd_oled in the options field to have the spectrum analyzer configuration added automatically to the MPD configuration file
The best is yet to come. Until then, you can enjoy this latest iteration of Bind Testing (U4).


Download
.fw   snakeoil-1.1.4-armv7l.fw (Size: 13.52 MB / Downloads: 25)
(SHA1: fb806de0602c25c30f7ba324d48b2575b3881df9)
.fw   snakeoil-1.1.4-i686.fw (Size: 14.49 MB / Downloads: 14)
(SHA1: e0acd4f7c7834eba2a5ffa7381248cff08f425cb)
.fw   snakeoil-1.1.4-x86_64.fw (Size: 14.54 MB / Downloads: 112)
(SHA1: f31ced6650bc0a0a812b12e41d84457a20fd3bb2)


Changelog
  1. 0000315: [web-service] Fixed problem where current kernel is not showing up in the kernel configuration for i686 setup
  2. 0000314: [web-service] Run ntfsfix before mounting NTFS volumes
  3. 0000313: [players] Add mpd_oled to MPD options in Raspberry Pi to add spectrum analyzer block on MPD config file
  4. 0000309: [players] Include MPD 0.21.4 player
  5. 0000312: [web-service] Only start stop Ravenna Butler client if the correct kernel is running
  6. 0000310: [players] Include albumartist tag in MPD 0.21.4
  7. 0000308: [players] Update MPD 0.21.x to 0.21.7
  8. 0000304: [web-app] Fix MPD software mixer options stripping quotes (") when saving
  9. 0000307: [players] Also install upmpdcli-tidal when (re)installing upmpdcli
  10. 0000303: [players] upmpdcli package is missing in Raspberry Pi
  11. 0000302: [players] MPD v0.21 not working in Pi as it is missing some libraries
  12. 0000295: [web-service] Show SHA1 checksum when installing modules and Kernels
  13. 0000293: [web-app] Fails to trap the tilda character in audio device name properly
  14. 0000301: [web-app] Dynamic Native DSD Configuration
  15. 0000296: [web-service] Fixed file permissions in /var/lib/squeezeboxserver
  16. 0000294: [players] Update new private key for Spotify repository

Print this item

[-]
Our Sponsors

[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password





[-]
Latest Threads
Something seriously wrong with Squeezeli...
Last Post: Coacharnold
21-Apr-2024 08:28 PM
» Replies: 1
» Views: 28
MP3 Not Playing
Last Post: davem
21-Apr-2024 10:41 AM
» Replies: 4
» Views: 89
Announcing Snakeoil Measurements 1.3.0
Last Post: kees1000
13-Apr-2024 11:54 PM
» Replies: 95
» Views: 4872
LMS rebranded to Lyrion Media Server
Last Post: Bromf
07-Apr-2024 01:59 PM
» Replies: 4
» Views: 106
ZimaBoard 2x NIC, 2x SATA, 2x USB, 1x PC...
Last Post: agent_kith
26-Mar-2024 12:04 PM
» Replies: 13
» Views: 698
LMS Upgrade ?
Last Post: uglymusic
15-Mar-2024 09:14 PM
» Replies: 7
» Views: 200
Squeezebox shutdown
Last Post: TripleX
13-Mar-2024 07:34 AM
» Replies: 4
» Views: 102
Fail to install myMPD
Last Post: hkphantomgtr
03-Mar-2024 08:45 PM
» Replies: 9
» Views: 241
Intel HFI Driver Can "Save Tons Of CPU C...
Last Post: hkphantomgtr
28-Feb-2024 09:15 PM
» Replies: 0
» Views: 64
More Problems with Squeezelite in 1.3
Last Post: Coacharnold
17-Feb-2024 09:47 PM
» Replies: 2
» Views: 93

[-]
SnakeoilOS Mission Statement

Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.

SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.

If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.


Powered By MyBB, © 2002-2024. Theme © Melroy van den Berg.