discuss: bilibili: default "open" behavior for multi part video #131
Replies: 6 comments 1 reply
-
|
I don't think it is possible under the current framework without writing patches, and even if possible, there would still be problems. For example, the currently playing partition would be added to |
Beta Was this translation helpful? Give feedback.
-
|
Also you will have to manually update the all the extracting logics where it could appear, including searching, related items, etc. |
Beta Was this translation helpful? Give feedback.
-
but user is playing a part of video. not the playlist itself. so i think we should still add the video (a part of multi part video) to history, rather than a playlist (multi part video) and. you are right. change logic to this will make a big refractor to current extractor logic. in my understanding: current logic: logic discussed in this issus: seems like lot of work need to do |
Beta Was this translation helpful? Give feedback.
-
|
i just found that it will also have issue if treat multi part video as playlist. because a channel can update their video and add a new part to it. if a video is single part when user added to local playlist, and then become a multi part video. in this case playlist are nested. which will cause trouble |
Beta Was this translation helpful? Give feedback.
-
|
so i think your solution is the best so far. but it have a little bit buggy. |
Beta Was this translation helpful? Give feedback.
-
|
and i have some suggestion is that: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
for now, the behavior of open a multi part video is open the first part in the multi part video. and show the playlist as second item in related tab. i think it would be great to open the playlist by default (no matter open from link, related, or a playlist), rather than the first part of a multi part video. in another words: treat multi part video as a playlist directly. not sure does newpipe support show a playlist (multi part video) as a item in a play list.
(sorry for make too much request. i cant get access to a computer right now. therefore unable to debug it. if you are not interested in this suggestion. you can keep it open until i got a computer and make a pr in september)
Beta Was this translation helpful? Give feedback.
All reactions