Andre Meyering
Andre Meyering
Issue persists in Node v20.3.1 ( 9869bdc93d7bd8b439c4a2598607ee779483ee53 ). I applied the patch and it works on: - openSUSE Leap 15.5 with - clang-14 - Python 3.6.15 - command `./configure --fully-static...
I must have missed this feature request. I can't promise anything, but do you want to have an arbitrary "key -> value" store? MediaElch is meant for Kodi, so anything...
Got it, thanks. :smile: I've added it to my backlog. But the priority isn't high for me personally. I can't give an ETA, but maybe I'll look into it after...
Hi, I'm open to new methods of distributing MediaElch. I never used flatpak, so some help from others is needed. If there is someone who could provide a packaging script,...
Thanks for reporting this. The `showTitle` bug has been resolved in #559 . It fixes #553 The movie is saved and stream details are loaded correctly?Then it's a bug. I...
Ok, found it. Only following audio codecs are supported: ``` m_hdAudioCodecs{"dtshd_ma", "dtshd_hra", "truehd"}, m_normalAudioCodecs{"DTS", "dts", "ac3", "eac3", "flac"}, m_sdAudioCodecs{"mp3"} ``` See: https://github.com/Komet/MediaElch/blob/master/data/StreamDetails.cpp#L35 I don't know the reasoning behind that, yet...
Sounds like a reasonable solution. :-) I'm currently refactoring the renamer. It has become too big to manage, contained a lot of duplicated code and is really difficult to test...
Hi, sorry for the late reply, I was sick for a few days and didn't get to respond earlier. What system to you use? By any chance macOS? If so,...
Hi, thanks for opening this feature request! Regarding the watching feature: Good idea in general, but a bit tricky to implement (with the current MediaElch structure… :-( ). Currently, only...
> that allows for a refresh of new series episodes (to prevent refreshing the whole libraries). Would indeed be great. But is not possible via UI either (yet). > After...