Commit Graph

14538 Commits

Author SHA1 Message Date
Kevin G f3ca76e418 Add move to top and bottom context menu options
After adding an item to a playlist, I often want to move it to
the top and it's tedious to drag and drop if the playlist is large.
This adds 'Move to Top' and 'Move to Bottom' options to a playlist
item context menu.
2024-08-22 16:56:38 -04:00
stanol 98d3b97404 Translated using Weblate (Ukrainian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/uk/
2024-08-22 14:41:32 -04:00
Martin Just 7acb8d2c14 Translated using Weblate (German)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/de/
2024-08-22 10:41:32 -04:00
hoanghuy309 31ca7c48a5 Translated using Weblate (Vietnamese)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/vi/
2024-08-22 02:41:33 -04:00
Kityn 7a0cdeb377 Translated using Weblate (Polish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pl/
2024-08-22 02:41:33 -04:00
Lukáš Kucharczyk c4eebbe796 Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/cs/
2024-08-22 02:41:32 -04:00
Adam 82702d61a5 Translated using Weblate (English (United Kingdom))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/en_GB/
2024-08-21 23:41:32 -04:00
bu3alwa 710fe641e2 refactor activity page to use react query requests
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-21 19:24:20 -04:00
grafixeyehero 106392b9cb Add Media Info Stats 2024-08-22 01:04:18 +03:00
grafixeyehero 82d70763bb Add Secondary Media Info 2024-08-22 01:01:59 +03:00
grafixeyehero fabfb9b173 Add more options for PrimaryMediaInfo 2024-08-22 00:50:43 +03:00
無情天 8940456509 Translated using Weblate (Chinese (Simplified))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hans/
2024-08-21 17:41:32 -04:00
Bas c5b5b5b479 Translated using Weblate (Dutch)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/nl/
2024-08-21 14:41:32 -04:00
grafixeyehero a3eff3c0ae Update PrimaryMediaInfo option naming 2024-08-21 21:37:06 +03:00
Bill Thornton 125fc00e26 Merge pull request #5937 from thornbill/activity-table-size
Limit activity table to screen size
2024-08-21 13:13:31 -04:00
grafixeyehero 979c4b49e4 Fix action for live tv schedule in experimental layout (#5934)
* Fix action for live tv schedule

* Fix indentation

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-21 13:08:43 -04:00
Bill Thornton 302ea0b6b0 Merge pull request #5904 from GabrielGavrilov/master
Add empty password save error message
2024-08-21 13:01:42 -04:00
Bill Thornton 222527e9b7 Limit activity table to screen size 2024-08-21 12:52:45 -04:00
Bill Thornton d232494a89 Merge pull request #5932 from grafixeyehero/Add-ItemDtoQueryResult-ItemStatus
Add shared ItemStatus and ItemDtoQueryResult Type
2024-08-21 11:41:48 -04:00
Bill Thornton afd28016e1 Merge pull request #5935 from thornbill/eslint-stylistic
Migrate to stylistic eslint rules
2024-08-21 10:59:54 -04:00
Lukáš Kucharczyk c467e86f9b Translated using Weblate (Czech)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/cs/
2024-08-21 06:41:32 -04:00
Bill Thornton 8a6f33fff8 Fix eslint errors 2024-08-21 02:54:09 -04:00
grafixeyehero 5fbc417e3b Add shared ItemStatus and ItemDtoQueryResult Type 2024-08-21 03:31:21 +03:00
queeup 656799cce7 Translated using Weblate (Turkish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/tr/
2024-08-20 19:41:33 -04:00
Kityn 03389923d3 Translated using Weblate (Polish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/pl/
2024-08-20 19:41:32 -04:00
Bill Thornton c9105dcad4 Merge pull request #5871 from gnattu/better-safari-profile
Better codec profile for Safari  with 10.10 features
2024-08-20 17:19:28 -04:00
gnattu 6195e11922 Use else if just in case safari changed behavior in future 2024-08-21 04:50:18 +08:00
Bill Thornton 31fbc08269 Merge pull request #5717 from grafixeyehero/Add-filter-status-Indicator-legacy
Add filter status indicator
2024-08-20 16:45:52 -04:00
grafixeyehero f323203012 apply suggestion
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-20 23:36:42 +03:00
Bill Thornton 3e8592e29e Merge pull request #5850 from grafixeyehero/move-reusable-component
Move reusable Text Lines component to common file
2024-08-20 16:31:17 -04:00
grafixeyehero d2aa788579 apply suggestion
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-20 23:20:23 +03:00
Bas 0bc9dc005d Translated using Weblate (Dutch)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/nl/
2024-08-20 15:12:03 -04:00
Gabriel Gavrilov a25e29161b Move import to top 2024-08-20 13:07:17 -06:00
Gabriel Gavrilov e7230ab9c6 Add suggestion
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-20 13:05:45 -06:00
JQ 8d728ca9d4 Update src/components/lyricsuploader/lyricsuploader.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-20 14:46:26 -04:00
JQ 64c59e2f2a Update src/components/lyricseditor/lyricseditor.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-20 14:46:26 -04:00
JQ 0a80cbc891 Update src/components/lyricseditor/lyricseditor.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-20 14:46:26 -04:00
LJQ 5d8d6fdb28 Add suggested changes 2024-08-20 14:46:26 -04:00
LJQ ab0df4dcf0 Update to use getLyricsApi 2024-08-20 14:46:26 -04:00
LJQ f6b9104cc2 fix for when lyric.Start is 0 2024-08-20 14:46:26 -04:00
LJQ 8a61ff890f If possible display lyrics in lrc format 2024-08-20 14:46:26 -04:00
LJQ 648e8ff2a6 Preliminary Lyrics Editor 2024-08-20 14:46:26 -04:00
dredstone1 fd6104c858 Translated using Weblate (Hebrew)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/he/
2024-08-20 06:41:32 -04:00
Yuchen 52bac129e5 Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hant/
2024-08-20 03:41:32 -04:00
Narfinger d5778538a0 Incorporate suggestion in mediaLibraryEditor.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-19 15:35:45 +09:00
x3kim 111e2aea71 Translated using Weblate (German)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/de/
2024-08-19 01:41:32 -04:00
queeup 7488d766fa Translated using Weblate (Turkish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/tr/
2024-08-18 18:41:32 -04:00
ZebastianBjorkqvist 6594db22a9 Translated using Weblate (Swedish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/sv/
2024-08-18 18:41:32 -04:00
a0193143 8296d5ac10 Translated using Weblate (Chinese (Traditional))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/zh_Hant/
2024-08-18 12:41:32 -04:00
ja49619 d4419f2dc2 Translated using Weblate (Russian)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ru/
2024-08-18 12:41:32 -04:00