| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Fix twitch iframes | RblSb | 2025-04-07 | -2/+21 |
| | | | | | You also don't need to change `parent` arg in iframe src now | |||
| * | Fix youtube fallback | RblSb | 2025-03-23 | -1/+4 |
| | | | | | closes #61 | |||
| * | Improve upload filename encoding | RblSb | 2025-03-03 | -1/+1 |
| | | ||||
| * | PeerTube support | RblSb | 2025-02-16 | -0/+136 |
| | | | | | closes #46 | |||
| * | Add /volume command | RblSb | 2025-02-13 | -35/+138 |
| | | ||||
| * | Cleanup | RblSb | 2025-01-29 | -10/+10 |
| | | | | | | | | - PWA support (needs https) - Optimize websocket responses - Support `/ad` for youtube cache - New icon! | |||
| * | Video upload feature | RblSb | 2025-01-28 | -1/+1 |
| | | | | | | | And you can play video as soon as upload starts! This is pretty useful for thicc ones. Video will be keeped in cache and will comply cache size limit. I'm also implemented system storage check to change cache limit if it's lower than config value, so upload will be blocked if there is lower than 10MiB available on disk. | |||
| * | Add experimental unpauseWithoutLeader option | RblSb | 2025-01-25 | -5/+5 |
| | | | | | | | Also extended requestLeaderOnPause, so you can unpause when someone else is a leader by video click with this one. Only works for raw videos and doesn't work in FF, so there is new unsafe option that can break everything with enough clients. There is also leader button hints when you touch player as non-leader for easier ux. | |||
| * | Redesign portrait view with player at top | RblSb | 2025-01-22 | -3/+3 |
| | | | | | Also improve autoscroll with column-reverse, so viewport resize / orientation change should not scroll chat to random places | |||
| * | Make raw videos adaptive for aspect ratios | RblSb | 2025-01-19 | -17/+14 |
| | | | | | | | Sadly there is no info about video size for iframes, so they will be keeped as 16/9. Let me know if this change breaks anything. | |||
| * | VK player support | RblSb | 2025-01-17 | -0/+228 |
| | | ||||
| * | Cache on server feature | RblSb | 2025-01-17 | -41/+26 |
| | | | | | | | | | Server will download video from supported players and add as raw video to playlist (only youtube is supported for now). Cache for YT player is available after installing optional dependencies, see readme. For cache size see `cacheStorageLimitGiB ` in config. There is also minor ux improvement, latest checkbox states will be keeped in local storage now. | |||
| * | External audiotrack support | RblSb | 2025-01-12 | -5/+55 |
| | | | | | | | | | This works as voice over if video also has audio, changing video volume to 0.3. Also improve autoplay by playing videos muted and unmute on first page click. There is no mute if you use Firefox and allow autoplay on page (navigator.getAutoplayPolicy check). | |||
| * | Streamable support | RblSb | 2024-08-02 | -7/+67 |
| | | | | | closes #49 | |||
| * | Video item fixes | RblSb | 2024-04-29 | -3/+2 |
| | | | | | | | - Fix youtube fallback, `videoItem.url` is now immutable - JsApi.setVideoSrc now updates to supported player based on `url` arg - Fix auto-pause when video is ended (with `requestLeaderOnPause`) | |||
| * | Raw youtube fallback for unavailable videos | RblSb | 2024-04-28 | -22/+47 |
| | | | | | | | | Also: - fix `tryLocalIp` replacement (NAT workaround) - improve proxy headers a bit - use json2object fork for better generated diffs | |||
| * | Improve srt parsing | RblSb | 2024-04-21 | -5/+35 |
| | | ||||
| * | Skip proxy for local subs | RblSb | 2023-06-21 | -5/+28 |
| | | ||||
| * | Use null coalescing op | RblSb | 2023-04-23 | -1/+1 |
| | | ||||
| * | Hints, Open in App button, ui animations | RblSb | 2023-01-07 | -2/+2 |
| | | ||||
| * | Add /ad command | RblSb | 2023-01-05 | -1/+1 |
| | | | | | for skipping youtube sponsored blocks | |||
| * | Youtube shorts support | RblSb | 2022-11-24 | -0/+4 |
| | | ||||
| * | Rework videolist structure | RblSb | 2021-09-27 | -0/+1 |
| | | ||||
| * | iOS... | RblSb | 2021-08-28 | -0/+2 |
| | | | | | Sent from my iPhone | |||
| * | Fix subs for linux chrome | RblSb | 2021-08-20 | -6/+21 |
| | | | | | With trackEl.srclang = "en" | |||
| * | Fix local subs | RblSb | 2021-08-13 | -1/+4 |
| | | | | | closes #28 | |||
| * | Better subs check | RblSb | 2021-07-13 | -0/+1 |
| | | ||||
| * | Show subs correctly | RblSb | 2021-07-13 | -5/+13 |
| | | ||||
| * | Inline object allocation | RblSb | 2021-07-12 | -4/+4 |
| | | ||||
| * | Basic ass subs support | RblSb | 2021-07-12 | -42/+109 |
| | | ||||
| * | vtt/srt subs support | RblSb | 2021-07-05 | -21/+160 |
| | | ||||
| * | Reformat | RblSb | 2021-07-05 | -30/+25 |
| | | ||||
| * | Subtitles url input | RblSb | 2021-02-14 | -1/+8 |
| | | | | | Can be enabled by plugins | |||
| * | Minor title input fix | RblSb | 2021-01-31 | -8/+3 |
| | | ||||
| * | Improve youtube link detection | RblSb | 2021-01-31 | -9/+9 |
| | | ||||
| * | Video title input | RblSb | 2021-01-24 | -8/+19 |
| | | ||||
| * | Use page token on requests | RblSb | 2020-12-18 | -30/+39 |
| | | ||||
| * | youtubePlaylistLimit setting | RblSb | 2020-12-17 | -1/+2 |
| | | | | | closes #12 | |||
| * | Playlists "at next" order | RblSb | 2020-06-07 | -19/+29 |
| | | ||||
| * | Improve history inputs | RblSb | 2020-05-23 | -5/+9 |
| | | ||||
| * | text-overflow for title item | RblSb | 2020-05-22 | -1/+2 |
| | | ||||
| * | Improve raw video remove | RblSb | 2020-05-22 | -0/+3 |
| | | ||||
| * | m3u8 support | RblSb | 2020-05-12 | -1/+31 |
| | | ||||
| * | Support youtube streams | RblSb | 2020-05-01 | -10/+29 |
| | | ||||
| * | Fix autoscroll with unloaded images | RblSb | 2020-04-26 | -1/+1 |
| | | ||||
| * | Fix some issues with reused players | RblSb | 2020-04-26 | -24/+30 |
| | | ||||
| * | Fix youtube bg autoplay | RblSb | 2020-04-24 | -24/+49 |
| | | ||||
| * | Fix playback events | RblSb | 2020-04-10 | -0/+4 |
| | | ||||
| * | Sync playback rate | RblSb | 2020-04-03 | -1/+27 |
| | | ||||
| * | Dodge FF video controls bug | RblSb | 2020-04-01 | -7/+8 |
| | | ||||
