Matt Svoboda
Matt Svoboda
> Pulled PR, corrected as needed to get build to work under Xcode 15 with current deps, tested with key binding that used seek exact, checked mpv log file and...
My PR (#4180) was designed to handle the `Top` and `Bottom` cases, but the functional requirements for `Floating` don't seem as straightforward to me. If the side panel comes out...
> I would expect that if you opened the panel and closed the panel the OSC would be where it was before you opened the panel, unless in between you...
Going to close this in favor of a simple checkbox in the settings [as described here](https://github.com/iina/iina/issues/3785#issuecomment-1396230927).
Actually why not add a new checkbox under `Settings` > `General` > `Behavior`, under `Keep window open after playback finishes`? A new checkbox, dependent on the one above, named something...
Are you playing an audio file? Looks like audio metadata. Check this in Settings > General:
Interesting. I was able to produce strange behavior, but mine looks different. I opened the first file in my folder, and then uses Next Track to move through all the...
Found it. You are right. If the `title` metadata exists, it uses that, and if not, uses the filename. The reason it doesn't use `title` right away is because it's...
Unfortunate that this is turning into such a complex problem. I don't use playlist files or create playlists from network files, so those weren't cases I considered... My thought: it's...
> Not a good idea to irritate streaming sites with lots of requests. That can cause the site to throttle you or even block your IP. I took a look...