File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515# Note: Uses FT flag for fast pipeline launch to prevent timeout errors on iOS
1616# Conservative settings: 44.1kHz, 16-bit, moderate bitrates
1717
18- # FLAC transcoding with headers for seek capability
19- flc flc LyrPlay *
20- # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
21- [flac] -dcs $START$ $END$ --force-raw-format --sign=signed --endian=little -- $FILE$ | [sox] -q -t raw --encoding signed-integer -b $SAMPLESIZE$ -r $SAMPLERATE$ -c $CHANNELS$ -L - -t flac -r 44100 -C 0 -b 16 -
22-
2318# Opus transcoding for superior bandwidth efficiency
2419# 256kbps provides excellent quality with smaller file sizes
2520flc ops LyrPlay *
@@ -32,12 +27,6 @@ flc ogg LyrPlay *
3227 # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
3328 [flac] -dcs $START$ $END$ --force-raw-format --sign=signed --endian=little -- $FILE$ | [sox] -q -t raw --encoding signed-integer -b $SAMPLESIZE$ -r $SAMPLERATE$ -c $CHANNELS$ -L - -t ogg -C 10 -
3429
35- # MP3 transcoding for broad compatibility
36- # Same as default flc->mp3 rule but without I flag for faster playback
37- flc mp3 LyrPlay *
38- # FB:{BITRATE=--abr %B}T:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=--resample %D}
39- [flac] -dcs $START$ $END$ -- $FILE$ | [lame] --silent -q $QUALITY$ $RESAMPLE$ $BITRATE$ - -
40-
4130# ============================================================================
4231# Add Your App's Rules Here
4332# ============================================================================
Original file line number Diff line number Diff line change 22<extension >
33 <name >PLUGIN_MOBILETRANSCODE</name >
44 <module >Plugins::MobileTranscode::Plugin</module >
5- <version >1.0.1 </version >
5+ <version >1.1.0 </version >
66 <description >PLUGIN_MOBILETRANSCODE_DESC</description >
77 <creator >Eric Miller (mtxmiller)</creator >
88 <homepageURL >https://github.com/mtxmiller/MobileTranscode</homepageURL >
Original file line number Diff line number Diff line change 44 <title lang =" EN" >Mobile Transcode Rules Repository</title >
55 </details >
66 <plugins >
7- <plugin name =" MobileTranscode" version =" 1.0.1 " minTarget =" 7.9" maxTarget =" 9.*" >
7+ <plugin name =" MobileTranscode" version =" 1.1.0 " minTarget =" 7.9" maxTarget =" 9.*" >
88 <title lang =" EN" >Mobile Transcode Rules</title >
9- <desc lang =" EN" >Optimized custom-convert.conf rules for mobile Lyrion clients (LyrPlay). Enables Opus and faster transcoding.</desc >
10- <url >https://github.com/mtxmiller/MobileTranscode/releases/download/v1.0.1 /MobileTranscode-1.0.1 .zip</url >
11- <sha >1a7237590cd1b3a00c0ef6f9e1f56727d2c17def </sha >
9+ <desc lang =" EN" >Optimized custom-convert.conf rules for mobile Lyrion clients (LyrPlay). Enables Opus and OGG Vorbis transcoding.</desc >
10+ <url >https://github.com/mtxmiller/MobileTranscode/releases/download/v1.1.0 /MobileTranscode-1.1.0 .zip</url >
11+ <sha >12f9f7e43b16636b5fcc58f99f3277120b3839ae </sha >
1212 <link >https://github.com/mtxmiller/MobileTranscode</link >
1313 <creator >Eric Miller (mtxmiller)</creator >
1414 <email >ericlmiller@gmail.com</email >
You can’t perform that action at this time.
0 commit comments