Jeff

Results 155 comments of Jeff

Got it, seems like I missed this breaking change on Electron v27. [Removed: macOS 10.13 / 10.14 support](https://www.electronjs.org/blog/electron-27-0#removed-macos-1013--1014-support). I'll build a new release to fix this tomorrow.

Is anyone familiar with npm? Try re-packaging the app yourselves while downgrading the electron version until it works. I don't have a macOS device to test which version in v26...

From the Electron v27 changelog that I posted in my first comment, it documents that macOS 10.14 and 10.13 support was dropped in v27. But considering it still doesn't work...

One thing I would try is to run mpv standalone via with CLI and see if it works.

> But I have another issue encountered since I used Feishin, presented in every Feishin build, reminded by iiPythonx who have the same issue with me. You need to have...

@jbren77 Try to reproduce it with the browser devtools window open. 1. On the sidebar, click the file menu button and click `Open browser devtools` 2. Switch to the `Network`...

@jbren77 Your issue seems similar to https://github.com/jeffvli/feishin/issues/681#issuecomment-2264996963. Take a look at your reverse proxy configuration as well as trying to reproduce the issue with the private address to see if...

@sprnza I'm not seeing any errors on my end on the current version. Can you check the devtools console (F12) to see if you're getting any errors?

The `parentId` is already used on the genres list when selecting a filter via the `folder` icon in the header. I think the issue is that there's no way to...

I'll attempt this once Feishin comes out of alpha. Still a missing a few key features!