1
0
mirror of https://github.com/yattee/yattee.git synced 2025-01-11 03:50:32 +05:30
Commit Graph

81 Commits

Author SHA1 Message Date
Arkadiusz Fal
5fae21a700 Fix toggling player view 2022-06-26 18:14:39 +02:00
Arkadiusz Fal
5e1e2efc82 Fix updating controls buttons status 2022-06-26 18:14:39 +02:00
Arkadiusz Fal
c6f94399e5 Minor UI changes 2022-06-26 18:14:37 +02:00
Arkadiusz Fal
e0657a0833 Improve network state updates 2022-06-26 18:14:37 +02:00
Arkadiusz Fal
3e15e586e3 Player controls UI changes
WIP on controls

Chapters

working

Add previews variable

Add lists ids

WIP
2022-06-26 18:14:37 +02:00
Arkadiusz Fal
f06d92b6f6 Improve data parsers 2022-06-18 13:24:23 +02:00
Arkadiusz Fal
d3ef6806b4 Improve performance and add statistics for MPV 2022-06-17 12:27:01 +02:00
Arkadiusz Fal
5dea9907d9 Add dropped frames counter 2022-06-16 20:01:16 +02:00
Arkadiusz Fal
a97a27929f Fix orientation lock when closing player 2022-06-15 01:16:05 +02:00
Arkadiusz Fal
dc395b9a2f Update watch history using background context 2022-06-15 01:15:23 +02:00
Arkadiusz Fal
ef2cb78edb Fix mpv initialization on macOS 2022-06-15 01:15:23 +02:00
Arkadiusz Fal
da78bac205 Add initial version of music mode 2022-06-15 01:15:23 +02:00
Arkadiusz Fal
f2eac24a49 Don't draw player when in background 2022-06-15 01:15:02 +02:00
Arkadiusz Fal
024d23e6aa Improve animations 2022-06-15 01:15:02 +02:00
Arkadiusz Fal
5816baab91 New channel navigation 2022-06-15 01:15:01 +02:00
Arkadiusz Fal
7d809aaa63 Add buttons to next video and restart video (fix #106)
Previous video requires rebuilding queue a little, maybe in the future
2022-06-15 01:15:01 +02:00
Arkadiusz Fal
365be67cc7 Don't push MPV to play HLS on changing backends
It takes longer to load than WEBM
2022-06-15 01:15:01 +02:00
Arkadiusz Fal
bde651a753 Add Open in PiP option (fix #137) 2022-06-15 01:15:01 +02:00
Arkadiusz Fal
4988ee3b63 Player overlaying other views and swipe gesture (fix #44, #130) 2022-06-15 01:15:01 +02:00
Arkadiusz Fal
48a7990bc5 Minor player controls improvements (fix #94) 2022-06-15 01:15:01 +02:00
Arkadiusz Fal
9d0e259e28 PiP improvements 2022-06-15 01:15:01 +02:00
Arkadiusz Fal
f4e692d7c4 Add PiP for iOS 2022-06-15 01:15:01 +02:00
Arkadiusz Fal
32020972b5 Fix using Watch history in player queue 2022-06-15 01:15:00 +02:00
Arkadiusz Fal
9bc892e8f4 Add rate change selector 2022-06-15 01:15:00 +02:00
Arkadiusz Fal
46f5730d40 Improve subscriptions count
Piped API now includes it in the streams response, no need for separate
query
2022-06-15 01:15:00 +02:00
Arkadiusz Fal
30cfc1f066 Fix #86 2022-06-15 01:15:00 +02:00
Arkadiusz Fal
8d55c7e73a Fullscreen handling changes 2022-06-15 01:15:00 +02:00
Arkadiusz Fal
9934fa93c6 Close fullscreen and restore portrait on closing player 2022-06-15 01:15:00 +02:00
Arkadiusz Fal
58632fbf5e Minor improvements 2022-06-15 01:14:59 +02:00
Arkadiusz Fal
3833e84406 Add toggle for dislikes 2022-06-15 01:14:59 +02:00
Arkadiusz Fal
496f371ff5 Add ReturnYoutubeDislike API 2022-06-15 01:14:59 +02:00
Arkadiusz Fal
6c2ee31bfb Fixes for MPV in macOS 2022-06-15 01:14:59 +02:00
Arkadiusz Fal
c712a6c291 Fix EOF handler 2022-06-15 01:14:58 +02:00
Arkadiusz Fal
d6df472e00 Minor improvements 2022-06-15 01:14:58 +02:00
Arkadiusz Fal
ce528e0364 Add Now Playing info center updates 2022-06-15 01:14:58 +02:00
Arkadiusz Fal
e68644ea65 Hello, mpv! 🎉 2022-06-15 01:14:58 +02:00
Arkadiusz Fal
b70697e1be Improve subscriptions count
Piped API now includes it in the streams response, no need for separate
query
2022-04-16 20:05:20 +02:00
Arkadiusz Fal
c8fa972a61 Hide player on video end only on tvOS 2022-03-26 15:12:06 +01:00
Arkadiusz Fal
a04827cc56 Fix restoring queue 2022-01-09 16:38:05 +01:00
Arkadiusz Fal
f29dc792c2 Fix player controls progress bar warning 2022-01-06 17:47:07 +01:00
Arkadiusz Fal
e159bb772c Improve macOS Big Sur blur effect 2022-01-06 17:00:58 +01:00
Arkadiusz Fal
8a74938b98 Improve windows handling on macOS 2022-01-06 16:35:45 +01:00
Arkadiusz Fal
00778b585f Add iOS options for handling landscape fullscreen (fixes #38) 2022-01-02 22:38:56 +01:00
Arkadiusz Fal
149607efbc Fix reporting player item duration to Now Playing 2021-12-29 20:20:09 +01:00
Arkadiusz Fal
89957e3b56 Better UI handling for loading video details (fixes #46) 2021-12-29 19:55:41 +01:00
Arkadiusz Fal
ab174c73fd Extract progress view, show video details loading 2021-12-29 19:39:38 +01:00
Arkadiusz Fal
ac1c6685a1 Improve history, resume videos, mark watched videos (fixes #42) 2021-12-26 23:35:44 +01:00
Arkadiusz Fal
18d6000976 Fix skipping intro (should not happen when changing stream) 2021-12-20 00:39:45 +01:00
Arkadiusz Fal
ea90f650d8 Remove unused code, minor style changes 2021-12-20 00:36:12 +01:00
Arkadiusz Fal
61a4951831 Layout and PiP improvements, new settings
- player is now a separate window on macOS
- add setting to disable pause when player is closed (fixes #40)
- add PiP settings:
  * Close PiP when starting playing other video
  * Close PiP when player is opened
  * Close PiP and open player when application
    enters foreground (iOS/tvOS) (fixes #37)
- new player placeholder when in PiP, context menu with exit option
2021-12-19 18:17:04 +01:00