Commit Graph

237 Commits

Author SHA1 Message Date
Bill Thornton 94ffad42cd Merge pull request #5913 from thornbill/index-refactor
Refactor app startup code
2024-08-16 11:05:32 -04:00
alfred-delacosta 1172d9a2b9 Added artist list concatenation for albums that have over 10 artists (#4830)
* Added condition to display concatenated text if artist count is over 10. Fixed #4228

* Added string to strings.json. Used globalize.translate()

* Moved code to getArtistLinksHtml function

* Update src/controllers/itemDetails/index.js

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

* Simplify appending other artists string

* Update src/controllers/itemDetails/index.js

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

* Update src/controllers/itemDetails/index.js

Co-authored-by: felix920506 <felix920506@gmail.com>

* Update src/strings/en-us.json

Co-authored-by: felix920506 <felix920506@gmail.com>

---------

Co-authored-by: AJ <ajdlc@protonmail.com>
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
Co-authored-by: felix920506 <felix920506@gmail.com>
2024-08-15 14:06:43 -04:00
Bill Thornton 056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
Bill Thornton cfa0ec6b53 Merge pull request #5760 from venkat-karasani/collection-header-names 2024-07-26 23:41:33 -04:00
venkata nadha reddy b5708945b7 translate key change
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-07-27 01:45:20 +00:00
Valentin Dubuisson 10f599a574 Possible detailLogo on tv 2024-07-26 10:58:08 -04:00
venkat_karasani 1ac161c82c fixed linting errors. 2024-07-08 22:01:51 -05:00
venkat_karasani f1bc4b2009 If a collection only contains movies, Jellyfin will display it as 'Movies' instead of 'Videos' 2024-07-08 16:50:24 -05:00
Bill Thornton ebeeaa2948 Fix guest stars being listed twice on details page 2024-05-08 13:55:23 -04:00
bugfixin 167f2d2614 Show all Cast&Crew, not just Actors 2024-05-08 12:10:56 -04:00
Bill Thornton cb2a2621fd Merge pull request #5380 from ConnorS1110/fix-text-alignment
Fix cards in emby-scroller being off-center from section titles
2024-05-01 02:23:16 -04:00
Connor Smith f60627dd8b Fix cards in emby-scroller being off-center from section titles 2024-04-12 09:29:04 -04:00
robert-hamilton36 c42b96df3e add Lyrics 2024-04-10 10:49:33 +12:00
Bill Thornton 9fa0b4f5b2 Escape html in tags 2024-02-13 17:10:48 -05:00
Brad Beattie 9cccbae5bb Update index.js 2024-02-13 01:11:52 -05:00
Bill Thornton 2063f81311 Remove unused elements from item details html 2024-01-23 00:02:42 -05:00
Bill Thornton c5a29be2c6 Refactor item details backdrop handling 2024-01-19 16:28:14 -05:00
Bill Thornton dace38c8dd Remove sync info from requested fields 2024-01-11 02:24:16 -05:00
Bill Thornton 92ed674e7e Remove click action from item details primary image 2023-11-30 13:09:43 -05:00
rafma0 67aa57f67b add param for markdownIt to handle html 2023-11-23 10:36:24 -03:00
rafma0 4a17c78a85 replace marked with markdown-it 2023-11-15 03:11:45 -03:00
Sky-High 423b16f0a9 remove empty line 2023-11-08 13:10:21 -05:00
Sky-High c887e960aa implement suggestions 2023-11-08 13:10:21 -05:00
Sky-High 108e00ac45 Fix playback control issues with chromecast 2023-11-08 13:10:21 -05:00
Ranbeer e6828eeee8 remove linter errors 2023-10-14 20:35:55 +05:30
Bill Thornton 1e3fa5418c Remove duplicate card shape functions 2023-10-01 02:54:23 -04:00
Bill Thornton 242e6c57b2 Apply suggestions from code review 2023-09-15 13:26:31 -04:00
fffrankieh dd6c3b85ab Add guest cast on episode detail page 2023-09-15 13:26:31 -04:00
TheMelmacian 5d6756778b apply suggested changes from code review 2023-09-12 23:36:20 +02:00
TheMelmacian 8ec943bc30 move function to get backdrop image to api-client utils 2023-09-09 15:24:52 +02:00
TheMelmacian 5df5f6cdb2 don't use random backdrop in item header 2023-07-20 00:04:04 +02:00
TheMelmacian aec90cbc96 use random backdrop image on item details pages 2023-07-20 00:00:42 +02:00
Bill Thornton f35a8151e0 Add prefer optional chaining rule 2023-07-06 13:39:48 -04:00
Bill Thornton ec0adb895b Add constructor capitalization rule 2023-07-06 11:49:55 -04:00
Killface1980 979e7aa659 Add Music Videos under MusicArtist view
local adapts

Added Music Videos View under MusicArtist view

simplified fix

Delete VSWorkspaceState.json

Delete read.lock

removed unwanted changes

removed unwanted line

changes applied

revert parameter usage
2023-06-03 02:44:12 -04:00
Bill Thornton f96166657d Move remaining router components 2023-05-02 16:40:31 -04:00
TheMelmacian 8796a51f02 Fix item details not fully updated on version change 2023-04-15 12:26:17 +02:00
Bill Thornton 8a0e2f142d Merge pull request #4389 from JRaspass/master
Remove old Emby (3.x) version checks
2023-03-07 11:45:50 -05:00
James Raspass bd9d3e5f65 Remove old Emby (3.x) version checks
As per https://trello.com/c/sA25wd46/8-remove-old-emby-3x-version-checks
2023-03-06 19:23:47 +00:00
Niels van Velzen 12d2fb471c Support markdown in item descriptions 2023-03-04 16:29:45 +01:00
Bill Thornton 5cb92899e0 Merge pull request #4378 from 1netanel/styles-cleanup
Reorganized sass files to be in src/styles instead of src/assets/css
2023-03-01 09:49:07 -05:00
Bill Thornton dbdc3ce1fb Merge pull request #4351 from 1337joe/deduplicate-studio-display
Remove duplicated display of studios
2023-02-28 15:59:20 -05:00
Netanel Henya 494c0ed434 cleanup: reorganized sass files to be in src/styles instead of src/assets/css 2023-02-26 01:01:31 +02:00
Bond_009 e802c43fb4 Respect server ordering of media sources 2023-02-17 13:32:29 +01:00
Joe Rogers 19dea327bb Remove duplicated display of studios, unused parameter 2023-02-13 01:20:54 -05:00
Bill Thornton 52e5cce3ff Merge pull request #4183 from SenorSmartyPants/SeriesTimerUI
Display whole channel icon and new/repeat/live/premiere flags on timer list
2023-02-08 17:25:01 -05:00
SenorSmartyPants 5c51b4b985 Code review changes implemented 2023-02-07 13:12:19 -06:00
mark5231 142c52a02c Update src/controllers/itemDetails/index.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-02-07 09:16:57 -08:00
mark5231 6ffa0782ac Apply suggestions from code review
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-01-05 09:28:57 -08:00
Marks 5db134a859 Show production studio 2023-01-05 01:33:14 -05:00