Put the name of the episode instead of the URL for the RPC #5
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ryze/mpv-rpc#5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Let me explain :
I use ani-cli to view anime. It fetches the episodes from URLs and feeds them in mpv.
With this extension enabled, it displays the URL as the video you're viewing which isn't really revealing what you're actually viewing.
I noticed the name of the tab has the correct name of the episode.
Idk if it'd be possible to have that instead of the URL ^^
Could you provide the snippet of what tags ani-cli source provides to mpv?
I'm planning to rewrite the plugin soon and make it more extensible and configurable as much as possible, but it might take some time with my schedule.
@ryze312
3d3435ed2f/ani-cli (L268)
~ for mpv on desktop3d3435ed2f/ani-cli (L271)
~ for mpv on androidSo this just sets
media-title
, I could extract episode number and title from there, not sure about season and other information. I suppose I can pull that from some online database.