Re: [SlimDevices: Audiophiles] RC (Inguz etc.)

2018-12-13 Thread Wirrunna


JohnB,
Thank you for the updated plugin, playing radio now as AAC.



A camel is a racehorse designed by a committee.

Seen sprayed on the outside wall of the local library -
Three things I hate in life :
1. Vandalism
2. Irony
3. Lists

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=77084

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


Re: [SlimDevices: Audiophiles] RC (Inguz etc.)

2018-12-13 Thread JohnB


I've updated an Inguz.pm file with the entries in the previous post.

There are no guarantees but I have tested them as far as I can.

The attached zip file contains the following:

_custom-types.conf_
Change: deleted the entry for "aap" - no longer required

_Plugin.pm_
Added/updated the following entries for both 24 bit and 16 bit player
sections:
aac - new entry
aap - deleted - replaced by the aac entry
alc - (Apple Lossless) earlier version is broken - updated to to work
with more up to date versions of LMS
mp4 - new entry (for mp4 and m4a containing aac)
spt - new entry (for Spotty plugin)
Changed FLAC compression level to "0", as used in LMS convert.conf
file.

IF YOU HAVE ALREADY UPDATED YOUR OWN PLUGIN.PM TO SUIT YOUR OWN
REQUIREMENTS YOU SHOULD CHECK WHETHER THIS VERSION WILL CAUSE YOU
PROBLEMS. THE INDIVIDUAL ENTRIES ARE SHOWN IN THE PREVIOUS POST. IN ANY
CASE: MAKE SURE YOU HAVE BACKUP COPIES OF YOUR OWN INGUZ PLUGIN.PM,
INGUZ CUSTOM-TYPES.CONF AND INGUZ CUSTOM-CONVERT.CONF

_Installating:_

Stop LMS

*** First copy the existing Inguz Plugin.pm, custom-types.conf and
custom-convert.conf to a safe place, as a backup (See below for folder
locations.)

Unzip the file and copy the contents to:

Windows 7 64 bit:
C:\Program Files (x86)\Squeezebox\server\Plugins\InguzEQ\

Ubuntu:
/var/lib/squeezeboxserver/Plugins/InguzEQ/ 
Using terminal: set ownership of the files:
sudo chown -R squeezeboxserver:nogroup
/var/lib/squeezeboxserver/Plugins/InguzEQ

Delete the existing Inguz custom-convert.conf (_in_the_above_folders_).
Inguz will automatically regenerate a new custom-convert.conf file from
the templates in Plugin.pm when LMS is restarted.

Restart LMS

If you encounter any problem with the new Plugin.pm: restore the backed
up versions and please let me know.

26242


+---+
|Filename: Plugin.pm.18-12-13-jb.zip|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=26242|
+---+


Touch, Meridian G92, Bryston B4 SST2, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.

JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
View this thread: http://forums.slimdevices.com/showthread.php?t=77084

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


Re: [SlimDevices: Audiophiles] RC (Inguz etc.)

2018-12-13 Thread JohnB


I've been looking at the Inguz Plugin.pm and custom-convert.conf and
have come up with the following amendments.

Save a backup copy of your Plugin.pm and custom-convert.conf before
proceeding.

To edit Plugin.pm you will probably need an editor that supports LF line
endings, such as Wordpad on Windows.

Stop LMS before editing.

If you are using the original Inguz Plugin.pm:

- Replace the existing aap entry with this aac entry (the aap entry is
no longer required):
- Replace the existing alc entry with this updated alc entry (for Apple
Lossless) - the orignal alc entry is broken:
- Add mp4 entry (for mp4 and m4a containing aac)
- Add spt entry for Spotty Spotify plugin

If you have previously edited the Plugin.pm for your own requirements
you can pick and choose.

Plugin.pm entries:


Code:

aac flc * $CLIENTID$
# IF
[faad] -q -w -f 1 $FILE$ | [$CONVAPP$] -id "$CLIENTID$" -wav -wavo -d 
24 | [flac] -cs -0 --totally-silent -
  
  alc flc * $CLIENTID$
# FT:{START=-j %s}U:{END=-e %u}
[faad] -q -w -f 1 $START$ $END$ $FILE$ | [$CONVAPP$] -id "$CLIENTID$" 
-wav -wavo -d 24 | [flac] -cs --totally-silent -0 --ignore-chunk-sizes -
  
  mp4 flc * $CLIENTID$
# FT:{START=-j %s}U:{END=-e %u}
[faad] -q -w -f 1 $START$ $END$ $FILE$ | [$CONVAPP$] -id "$CLIENTID$" 
-wav -wavo -d 24 | [flac] -cs --totally-silent -0 --ignore-chunk-sizes -
  
  spt flc * $CLIENTID$
# RT:{START=--start-position %s}
[spotty] -n Squeezebox -c "$CACHE$" --single-track $FILE$ 
--disable-discovery --disable-audio-cache $START$ | [sox]  -q -t raw -b 16 -e 
signed -c 2 -r 44.1k -L - -t wav  - | [$CONVAPP$] -id "$CLIENTID$" -wav -wavo 
-d 24 | [flac] -cs -0 --totally-silent --ignore-chunk-sizes -




custom-convert.conf entries:


Code:

aac flc * 00:04:20:23:09:e3
# IF
[faad] -q -w -f 1 $FILE$ | [InguzDSP] -id "00:04:20:23:09:e3" -wav 
-wavo -d 24 | [flac] -cs -0 --totally-silent -
  
  alc flc * 00:04:20:23:09:e3
# FT:{START=-j %s}U:{END=-e %u}
[faad] -q -w -f 1 $START$ $END$ $FILE$ | [InguzDSP] -id 
"00:04:20:23:09:e3" -wav -wavo -d 24 | [flac] -cs --totally-silent -0 
--ignore-chunk-sizes -
  
  mp4 flc * 00:04:20:23:09:e3
# FT:{START=-j %s}U:{END=-e %u}
[faad] -q -w -f 1 $START$ $END$ $FILE$ | [InguzDSP] -id 
"00:04:20:23:09:e3" -wav -wavo -d 24 | [flac] -cs --totally-silent -0 
--ignore-chunk-sizes -
  
  spt flc * 00:04:20:23:09:e3
# RT:{START=--start-position %s}
[spotty] -n Squeezebox -c "$CACHE$" --single-track $FILE$ 
--disable-discovery --disable-audio-cache $START$ | [sox]  -q -t raw -b 16 -e 
signed -c 2 -r 44.1k -L - -t wav  - | [InguzDSP] -id "00:04:20:23:09:e3" -wav 
-wavo -d 24 | [flac] -cs -0 --totally-silent --ignore-chunk-sizes -
  



Important: replace "00:04:20:23:09:e3" with the MAC address of your own
player(s).

To regenerate the Inguz custom-convert.conf file from an updated Inguz
Plugin.pm. 
- Stop LMS, 
- save a backup copy of the Inguz current custom-convert.conf file, just
in case.
- delete the current Inguz custom.convert.conf
- restart LMS
- Inguz custom-convert.conf will be regenerated

I will roll these up into a revised Plugin.pm and include it in another
post.

Please let me know if you encounter any problems.



Touch, Meridian G92, Bryston B4 SST2, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.

JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
View this thread: http://forums.slimdevices.com/showthread.php?t=77084

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