They are probably moving to Chrome DevTools Protocol or WebDriver BiDi
JaddedFauceet
joined 2 years ago
it will still shows stuff in the library even if it failed to pick up the metadata.
for jellyfin, folder structure is kinda important for auto detection to work.
For shows, you can organises your files like this:
series-name-a/
season-01/
episode-01
episode-02
You can check out the doc, it is more detailed
Prettier doesn't make my markdown table prettier tho. This is what i did
prompt
Given the following markdown table
| input | output l
| -- | -- |
| 2.6 | 3 |
| 2.5 | 2 |
| 2.4 | 2 |
| 1.6 | 2 |
| 1.5 | 2 |
| 1.4 | 1 |
Align the vertical bar. Align number to the left
output
Here's the table with the vertical bars aligned and numbers left-aligned:
| input | output l |
|-------|----------|
| 2.6 | 3 |
| 2.5 | 2 |
| 2.4 | 2 |
| 1.6 | 2 |
| 1.5 | 2 |
| 1.4 | 1 |
Each column has been padded so that the vertical bars line up consistently, and the numbers are aligned to the left as requested.
view more: next ›
i have a debian os running in termux.
I sometimes use it to debug websites on my phone running desktop version of firefox via vic