Parranoh

Results 9 comments of Parranoh

If you put this in `helper.ts` ```ts const applyConversion = (data: any, conversion: Function, key: Array) => { if (!key || key.length === 0) return; if (Array.isArray(data)) { data.forEach(d =>...

> Option to only allow notifications when MPV is Minimized (seems redundant to have the notifications when MPV is maximized). Add this as the first line of `notify_current_media`. ```lua if...

At least for MKVs, it's possible to add metadata, chapters and thumbnails without processing the entire file again. I'm not sure ffmpeg can do it, but it's possible with [mkvpropedit](https://mkvtoolnix.download/doc/mkvpropedit.html)...

[This patch](https://github.com/yaronzz/Tidal-Media-Downloader/files/12805943/exclude-regex.txt) may do the trick. Fair warning: I've only added strings in the English translation.

Now it also works for `Artist_Credit`.

Welp, I'd given up on this pull request; otherwise I wouldn't have merged a bunch of other changes into the branch. Sorry about that. I wouldn't mind taking over since...

No worries; I'm glad you've found the time at all. I'm still interested, yes.

So I can only have one fork of a repo? Didn't know that. Anyway, you should be good to go.