This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 1. Navigate to: https://your.jellyfin.instance/web/index.html#!/search.html | |
// 2. Define `const tracks`, each track is an object with `title` and `artist` | |
// 3. Define `section_title` to match the section title for tracks | |
// 4. Call `await favItems(tracks);` | |
const section_title = 'Lieder'; | |
const delay = 750; | |
async function favItems(items) { | |
const success = []; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%YAML 1.2 | |
--- | |
# http://www.sublimetext.com/docs/3/syntax.html | |
first_line_match: (^\={1,6}.*?\={1,6}) # Title, number of = doesn't have to balanced for simplicity's sake | |
name: "MediaWiki" | |
scope: text.mediawiki | |
contexts: | |
main: | |
# https://www.mediawiki.org/wiki/Markup_spec |