Commit Graph

9 Commits

Author SHA1 Message Date
David Frederick Batt 884ba91115
Add option to change thumbnail appearance (#3890)
* Add option to blur thumbnails

* Add dropdown for different thumbnail display modes

* Add dropdown for different thumbnail display modes

* Fix thumbnail display mode setting not appearing due to incorrect localization

* Rename thumbnail display mode option 'Not Loaded' to 'Hidden'

* Fix thumbnail display mode 'hidden' not working

* Fix thumbnail display mode not applying to playlists

Makes thumbnail display mode setting also affect thumbnails in ft-list-playlist and playlist-info.

* Remove unnecessary styling

Co-authored-by: PikachuEXE <pikachuexe@gmail.com>

* Make hidden thumbnails toggleable from thumbnail preferences

* Replace thumbnail placeholder png with svg

* Fix thumbnail preference 'hidden' not applying to ft-list-playlist

* Fix placeholder svg breaking playlist layout

* Refactor ft-list-video

---------

Co-authored-by: PikachuEXE <pikachuexe@gmail.com>
2023-08-31 11:18:52 -04:00
bob1520 ddce28e586
Feature: Screenshot of video (#2221)
* screenshot

* player settings, jpg & default "pictures" folder

* filename pattern

* folder placeholder update

* remove duplicate action

* update: won't save invalid pattern

* Ask for folder, toggle screenshot, modal showSaveDialog & button unfocus

* useModal
2022-05-30 15:24:34 +02:00
Jason f801ea4b05
Integrate theater mode into mediaplayer (#1589)
* Moves theatre mode button to mediaplayer

* Accounts for 'Enable Theatre Mode by Default'

* Removes unnecessary comment

* Removes unnecessary newlines

* Rename variable for toggle theatre mode button

* Fix issue caused by missing change in rename

Co-authored-by: Preston <freetubeapp@protonmail.com>
Co-authored-by: PikachuEXE <pikachuexe@gmail.com>
2021-08-24 07:36:10 +00:00
Preston 7be4bf28f2 Create Loop Button and functionality in video player 2021-01-12 22:56:31 -05:00
CristianMartin ad8ed9fdb0
Windowed FullScreen (#829)
* add functionality in fl-video-player and styles in videoJS.css, with the aim of having a full window button in the video player

Signed-off-by: CristianMartin <c.knoxville8@gmail.com>

* fixed up interposition with full screen

Signed-off-by: CristianMartin <c.knoxville8@gmail.com>

* incorporation of styles for the full window button, and general refactor of the functional code of the button in the ft-video-player.js class

Signed-off-by: CristianMartin <c.knoxville8@gmail.com>

* Incorporation of the icons for the full window button in the path src/renderer/assets/img/, incorporation of the icons to the css and style refactor in the code of the functionality window for the complete button

Signed-off-by: CristianMartin <c.knoxville8@gmail.com>

* final bug fix with npm run lint-fix and test run

Signed-off-by: CristianMartin <c.knoxville8@gmail.com>

* Update ft-video-player.js

 Code refactor according to the suggestions of change in the extraction, modification of the position of the buttons of fullscreen and fullwindow as suggested.

* lint error repair

* Update videoJS.css

incorporation of css styles to correctly center the icon of the new fullwindow button
2020-12-14 17:37:58 -05:00
PoorPockets McNewHold 823a27899d
[ImgBot] Optimize images (#1) (#567)
*Total -- 107.65kb -> 74.33kb (30.95%)

/_icons/iconBlackSmall.png -- 3.00kb -> 0.49kb (83.82%)
/_icons/iconWhite.png -- 4.91kb -> 1.78kb (63.72%)
/_icons/iconBlack.png -- 4.71kb -> 1.75kb (62.79%)
/_icons/textColorSmall.png -- 4.71kb -> 2.13kb (54.75%)
/_icons/logoWhite.png -- 11.32kb -> 6.40kb (43.5%)
/_icons/logoBlack.png -- 10.32kb -> 6.18kb (40.14%)
/_icons/textColor.png -- 9.32kb -> 5.67kb (39.13%)
/_icons/logoColor.png -- 12.12kb -> 8.34kb (31.14%)
/src/renderer/assets/img/yt_logo_mono_dark.png -- 6.95kb -> 5.59kb (19.54%)
/_icons/textBlack.png -- 5.19kb -> 4.28kb (17.46%)
/_icons/256x256.png -- 5.95kb -> 5.22kb (12.3%)
/_icons/iconColor.png -- 5.95kb -> 5.22kb (12.3%)
/src/renderer/assets/img/defaultBanner.png -- 7.82kb -> 6.90kb (11.68%)
/_icons/textWhite.png -- 1.72kb -> 1.54kb (10.76%)
/_icons/.icon-set/iconColor_256.png -- 5.19kb -> 4.85kb (6.71%)
/_icons/mejs-controls.svg -- 4.49kb -> 4.21kb (6.24%)
/_icons/textBlackSmall.png -- 1.63kb -> 1.53kb (5.83%)
/_icons/.icon-set/icon_128x128.png -- 2.35kb -> 2.26kb (4.15%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: imgbot[bot] <31301654+imgbot[bot]@users.noreply.github.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-10-03 20:47:07 -04:00
Preston 6432c1052d Add Default banner image 2020-07-11 18:37:12 -04:00
Cadence Ember 00269fbce1
Redesign share button 2020-06-18 00:15:36 +12:00
Preston ded6534d16 Push Latest Code to Repository 2020-02-16 13:30:00 -05:00