31
3rd Party Plugins - (fb2k) / Re: JScript Panel script discussion/help
Last post by ApacheReal -

General
Complete name : C:\~~~~~~~~\librispeech-8bit-no-dither.flac
Format : FLAC
Format/Info : Free Lossless Audio Codec
File size : 64.8 KiB
Duration : 13 s 125 ms
Overall bit rate mode : Variable
Overall bit rate : 40.5 kb/s
Audio
Format : FLAC
Format/Info : Free Lossless Audio Codec
Duration : 13 s 125 ms
Bit rate mode : Variable
Bit rate : 35.4 kb/s
Channel(s) : 1 channel
Channel layout : C
Sampling rate : 16.0 kHz
Bit depth : 8 bits
Compression mode : Lossless
Stream size : 56.7 KiB (87%)
Writing library : libFLAC 1.4.3 (UTC 2023-06-23)
MD5 of the unencoded content : 99573F92139EF6D23F0994CA4E23243F
LibriSpeech original samples | librispeech-8bit.wav bytes | librispeech-8bit.flac bytes | FLAC ratio | LZMA2 bytes | LZMA2 ratio | librispeech-8bit-no-dither.flac bytes | Non-dither FLAC ratio | Non-dither LZMA2 bytes | Non-dither LZMA2 ratio |
---|---|---|---|---|---|---|---|---|---|
test-other.tar\test-other\LibriSpeech\test-other\2414\128292\2414-128292-0009.flac | 210,044 | 76,195 | 36.3% | 71,192 | 33.9% | 66,394 | 31.6% | 54,225 | 25.8% |
flac.exe -d -f --force-legacy-wave-format in.original.distributed.flac -o flac-decode-16bit.wav
sox.exe flac-decode-16bit.wav -b 8 --no-dither librispeech-8bit-no-dither.wav
flac.exe -f librispeech-8bit-no-dither.wav -o librispeech-8bit-no-dither.flac
7z.exe a librispeech-8bit-no-dither.7z librispeech-8bit-no-dither.wav
Pattern: Specify a pattern, which will decide, for which playlists the template will be applied. For the given example, the attributes will be applied to all playlists which begin with 'A' and have at least two characters or which begin with 'Genre_' or 'Artist_'.1) with pattern , can I specify folder or tags for example "remastered" ?
CueTools is only valid for media ripped from CD
QOBUZ has albums that are CD rips, for example, they check out in CueTools.
var text = new _text_display(LM, 0, 0, 0);
text.paint = function (gr) {
if (!this.text_layout) return;
var h = panel.h - this.text_layout.CalcTextHeight(text.w) - 50;
_drawImage(gr, albumart.img, 20, 20, panel.w, h, image.centre);
gr.WriteTextLayout(this.text_layout, this.colour_string, this.x, this.y + _scale(12), this.w, this.ha, this.offset);
this.up_btn.paint(gr, this.default_colour);
this.down_btn.paint(gr, this.default_colour);
}
Which fb2k and Android version?fb2k v1.4.0, downloaded from Play Store; Android 12.
Doesn't happen here on Android 13 and 1.4. I'm being set back to Album view and playback is paused.