Results 105 issues of SubJunk

It seems that https://github.com/vankasteelj/opensubtitles-api/blob/master/index.js#L190 expects the movie hash to be in the `response.data` object but it's not always there, as I can see in my server logs: ``` TypeError: Cannot...

On this line https://github.com/vankasteelj/opensubtitles-api/blob/master/lib/identify.js#L44 it does a `split()` and `trim()` but doesn't check that there is anything to trim, so it can end up throwing this error, which I noticed...

The OMDb API gives the ability to get a single episode (e.g. https://www.omdbapi.com/?t=Homeland&plot=full&r=json&season=1&episode=1&apikey=) and it would be useful to be able to do that with this module too. Is that...

I did some profiling of zenphoto using xdebug and kcachegrind, and it revealed this query, which for me (since there are many admins) is a big operation, taking about 30%...

enhancement
work in progress

Some of the uses of `array_shift` have now been replaced with more performant syntax, but there are some that aren't so easy to do. The `next` methods (`next_image`, `next_album`, `next_comment`,...

This is the feature branch for #3004 It uses React with Mantine. Existing Maven commands will compile and include it, then when UMS is running you can access it via...

settings.tsx is over 1,000 lines long, let's split each tab into its own component

enhancement

We should release our web settings as a mobile app for iOS and Android. A promising solution is Capacitor https://capacitorjs.com/solution/react

There are some console errors that appear on page load after login on the new settings page to be fixed

There are some video.js plugins that add thumbnails to the seek bar on hover, we should use one e.g. https://www.npmjs.com/package/videojs-preview-thumbnails https://www.npmjs.com/package/videojs-thumbnails https://www.npmjs.com/package/@filmgardi/videojs-seek-thumbnails https://www.npmjs.com/package/pthumbnails

enhancement