Jellyfin Forum
Jellyfin Media Bar - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Development (https://forum.jellyfin.org/f-development)
+--- Forum: Plugin Development (https://forum.jellyfin.org/f-plugin-development)
+--- Thread: Jellyfin Media Bar (/t-jellyfin-media-bar)

Pages: 1 2


RE: Jellyfin Media Bar - Rubén Navarro López - 2025-02-09

Thank you for your work!


RE: Jellyfin Media Bar - IAmParadox27 - 2025-02-09

I've released v2.0.0

Steps to install
1. Turn off the server (if you have the plugins installed)
2. Delete the install directories for the plugins (if you have the plugins installed)
3. Turn on the server
4. Install 2.0.0 of the plugins you're interested in (for this topic its File Transformation and Media Bar)


RE: Jellyfin Media Bar - kandykarter - 2025-02-09

Seems like the plugins install properly now, but I can't seem to get anything to show up on the main page. Are there further steps I need to take?


RE: Jellyfin Media Bar - Kilo11 - 2025-02-09

Same, both show active but all it's not showing, only a gap in the page where it should be displayed. Checking the browser console shows this;

Uncaught TypeError: credentials.Servers is undefined slideshowpure.js:12:9
slidesInit http://192.168.0.109:32013/MediaBar/slideshowpure.js:12
<anonymous> http://192.168.0.109:32013/web/#/home.html line 2 > injectedScript:1
jQuery 4
loadView http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
value http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
f http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
s http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
s http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
a http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2

slidesInit http://192.168.0.109:32013/MediaBar/slideshowpure.js:12
<anonymous> http://192.168.0.109:32013/web/#/home.html line 2 > injectedScript:1
jQuery 4
loadView http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
value http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
f http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
s http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
s http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
a http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2


RE: Jellyfin Media Bar - kandykarter - 2025-02-09

I don't even get that far. Aside from the plugins seemingly being installed, I see nothing different whatsoever in my Jellyfin install, no references in the logs other than for the plugins successfully starting up.


RE: Jellyfin Media Bar - M0RPH3US - 2025-02-09

(2025-02-09, 08:46 PM)Kilo11 Wrote: Same, both show active but all it's not showing, only a gap in the page where it should be displayed. Checking the browser console shows this;

Uncaught TypeError: credentials.Servers is undefined                              slideshowpure.js:12:9
    slidesInit http://192.168.0.109:32013/MediaBar/slideshowpure.js:12
    <anonymous> http://192.168.0.109:32013/web/#/home.html line 2 > injectedScript:1
    jQuery 4
    loadView http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
    value http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
    f http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
    s http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
    s http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
    a http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2

    slidesInit http://192.168.0.109:32013/MediaBar/slideshowpure.js:12
    <anonymous> http://192.168.0.109:32013/web/#/home.html line 2 > injectedScript:1
    jQuery 4
    loadView http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
    value http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
    f http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
    s http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
    s http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2
    a http://192.168.0.109:32013/web/main.jellyfin.bundle.js?ab60ec3f5c883a2290bf:2

Can you reload, and show me the very first line of the console. ? You can remove the ids. Or just confirm me do you see string values to the accesstoken and userid key?


RE: Jellyfin Media Bar - Kilo11 - 2025-02-11

Well that's interesting; the test instance I was using had been shutdown since yesterday. I go to fire it up and it's spontaneously working now. Though now it's showing it's trying to install an update for the plugin to 2.0.1 but is failing to do so, just staying on 2.0.0 after reboot.