You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of rewriting Powder Player to use Powder Web as a streaming engine it makes more sense to create a QML skin for MPV that will simply be used as the default player for this project.
This would not require abandoning Powder Player, that would still be available as it's own separate project, although progress for it may be blocked by other future limitations somehow as it uses old technologies and resources that have stopped development (WebChimera.js and old NPM dependencies)
The great advantage here is that in order to replace Powder Player with a Powder Web driven server, too many features will be lacking that are currently implemented in the player and users may be accustomed to them
Concept:
start off small with a custom QML UI for MPV that supports playlists and subtitles from Powder Web
cast to Chromecast
cast to AppleTV
cast to DLNA (ffs)
episode sorting (default)
alphabetic playlist sorting
Drag and Drop to sort playlist
Trakt support
Metadata fetching
Auto-find Trailer (is this needed?)
Advantages:
currently finding subtitles can be done with Powder Web, but the method of adding it to a video player can be confusing, a customized video player would definitely simplify the UX
Trakt support in the player, as Powder Web currently can't know the playback progress to use Trakt features
greatly reduces work load for a beta of something like this compared to rewriting Powder Player itself
Disadvantages:
this will only work on the PC where Powder Web is installed, although Powder Web is also made to work remotely as a server (based on user accounts)
The text was updated successfully, but these errors were encountered:
Come to think of it, I see no reason why casting features should be included in the actual video player, they should be features of Powder Web. Moving those to separate tickets.
This is largely related to:
jaruba/PowderPlayer#141
jaruba/PowderPlayer#144
Instead of rewriting Powder Player to use Powder Web as a streaming engine it makes more sense to create a QML skin for MPV that will simply be used as the default player for this project.
This would not require abandoning Powder Player, that would still be available as it's own separate project, although progress for it may be blocked by other future limitations somehow as it uses old technologies and resources that have stopped development (WebChimera.js and old NPM dependencies)
The great advantage here is that in order to replace Powder Player with a Powder Web driven server, too many features will be lacking that are currently implemented in the player and users may be accustomed to them
Concept:
cast to Chromecastcast to AppleTVcast to DLNA (ffs)Advantages:
Disadvantages:
The text was updated successfully, but these errors were encountered: