Skip to content

Commit 8def04a

Browse files
committed
Bump version to 1.1.0 - Remove LyrPlay FLAC and MP3 transcode rules
- Removed flc->flc (FLAC to FLAC) transcode rule for LyrPlay - Removed flc->mp3 (FLAC to MP3) transcode rule for LyrPlay - Kept Opus and OGG Vorbis transcode rules - Updated install.xml version to 1.1.0 - Updated repo.xml with new SHA1 and download URL
1 parent 7c359be commit 8def04a

3 files changed

Lines changed: 5 additions & 16 deletions

File tree

custom-convert.conf

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@
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
2520
flc 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
# ============================================================================

install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

repo.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
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>

0 commit comments

Comments
 (0)