StreamusChromeExtension icon indicating copy to clipboard operation
StreamusChromeExtension copied to clipboard

A YouTube video player as a Google Chrome extension

Results 81 StreamusChromeExtension issues
Sort by recently updated
recently updated
newest added

YouTube videos are notorious for having blank minutes at the end of videos or garbage noise at the start / introductory noise for channels. It would be nice to allow...

priority:unscheduled
type:feature
scope:medium

Hello! I find the current playing song hard to differentiate in a playlist. Maybe it could have a contrasting background so it is easy to find?

It would be nice to provide this functionality for deletes instead of just deleting a single song. Similar to tab management in Chrome.

priority:unscheduled
type:feature
scope:small

When visiting a YouTube channel/playlist it would be nice to extend the context menu to allow importing playlists via context menu.

priority:pending
type:feature
scope:small

Consider the following: Gramatik - Just Jammin': https://www.youtube.com/watch?v=lYKRPzOi1zI Gramatik - Just Jammin: https://www.youtube.com/watch?v=NzsRGifbHYw (HQ) Gramatik - Just Jammin' [Street Bangerz Vol. 2]: https://www.youtube.com/watch?v=_7qhdcaX8Q0 These three videos all represent the same...

priority:unscheduled
type:feature
scope:large

The method `_setResultsByPlaylist` inside of `search.js` has logic which is copy/pasted from the `loadDataSource` method of `playlist.js` It would be a good idea to figure out how to consolidate these...

priority:unscheduled
scope:small
type:refactor

simpleMenuView's `_centerActive` method should respect the fact that the view's offset might be causing it to become truncated by a parent container. In this scenario, the view's offset should adjust...

priority:unscheduled
type:bug
scope:small

Currently I have to apply a `pointer-events: none !important` to the notification class so that the whitespace in the lower-left corner doesn't consume mouse hover interactions. This really just means...

priority:unscheduled
scope:small
type:refactor

Currently there's a lot of weirdness going on in the CSS surrounding clickable/selectable elements. This horrible selector exists because I thought all listItem's would want a :hover effect. It turns...

priority:unscheduled
scope:small
type:refactor

The usage of playOnActivate has become really muddled over time. Sometimes the player is just told to play. Other times it's told it should play in the near future and...

priority:unscheduled
scope:medium
type:refactor