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

Reply via email to