Greasy Fork

Plex web album and artist name swap

Swaps the album and artist names so the album name is on top

目前为 2024-02-09 提交的版本。查看 最新版本

作者
frondonson
评分
0 0 0
版本
2024-02-08
创建于
2024-02-09
更新于
2024-02-09
大小
4.3 KB
许可证
MIT
适用于

Works on albums in the Recommended and Library tabs.

I'm not great at javascript so hopefully plex uses the same css class names everywhere and this script doesn't break.

IMPORTANT
If you don't use the app.plex.tv/desktop URL to access your server, you will need to add your server's URL(s) in the @match section.

To add a URL match, open the tampermonkey dashboard and click the edit on this script

If your URL is http://192.168.1.60:32400/web add

// @match        http://192.168.1.60:32400/web/*

If your URL is (https, http)://plex.yourdomain.com add

// @match        https://plex.yourdomain.com/web/*
or, for either http/https
// @match        *://plex.yourdomain.com/web/*

make sure you add every URL you use to access your server and don't forget the /* at the end so it will run on your music library page.