Dan

Results 13 comments of Dan

By the way, thank you for an awesome plugin!

As an additional datapoint, I tested tubesync video NFO files with Emby, a sibling project to Jellyfin, and they worked fine. I compared the files, and, besides the element order,...

Recently, I've been working on adding type hints to a Flask config. I, independently, came up with essentially the same solution and would really like to see this functionality built...

@unixrubix If I understood your request correctly, yt-dlp natively supports this functionality. You can use `-P temp:` to specify the directory where partially downloaded files will be written. Once the...

I really like the idea of separate profiles! If that functionality was implemented, the "Folders to ignore" and "Files to ignore" sections could be re-purposed to apply specific profiles. You...

I agree that removing bold formatting, specifically, from headers makes sense, but I don't think that all formatting should be disallowed / removed. For example, I frequently use Markdown links...

I really like the idea of separate profiles! I think the descriptions from #1213 and #1305 articulate some of the use cases better / with more detail.

Most code blocks treat their contents as "pre-formatted" and will, therefore, maintain whitespace. However, this plugin simply uses the code block as a container for other Markdown content. Markdown ignores...

Further testing revealed issues launching the Jellyfin mobile app after making these changes, so I've moved this back to Draft. When I launch the Android mobile app, it hangs on...

PR #12798 refactored much of the SQLite code, including entirely removing the file I patched in this PR. I tested the playlist that had previously failed to register in the...