Commit Graph
156 Commits
Author SHA1 Message Date
Siiiiinth bc472eb065 added german translation 2026-01-04 20:02:15 +01:00
Siiiiinth 0bdc991dc8 renamed stopAfterCurrent -> pauseAfterCurrent 2026-01-03 19:21:47 +01:00
Siiiiinth 76bb347496 added missing translations for english and german, fixed one german translation 2025-12-22 07:25:22 -08:00
Drew Weymouth ebbadd5fc3 Merge pull request #762 from zacaj/feature/nowPlaying-album-year
Fix #741: add album year to now playing
2025-11-26 14:21:57 -05:00
Drew Weymouth d61a034afa update translation string key 2025-11-26 11:20:27 -08:00
zacaj 6dca8e1abe improve album year setting name 2025-11-25 15:35:50 +00:00
zacaj 9fdb62ab56 Fix #741: add album year to now playing 2025-11-23 19:14:40 +00:00
Drew Weymouth 691fceab8a add rounded image corners to en.json 2025-11-15 10:38:10 -08:00
Drew Weymouth a884795a78 Merge pull request #753 from zacaj/feature/dateAdded-genre-albumArtist-cols
add columns for Date Added, Genre, Album Artist, File Type
2025-11-13 08:22:03 -08:00
zacaj 7058f74d42 (partial) Fix #742: add Genre, Album Artist, File Type columns 2025-11-11 03:36:33 +00:00
zacaj b0d918b93e (partial) Fix #742: add Date Added column 2025-11-11 03:36:30 +00:00
Drew Weymouth 8b73765a7d Fix #745: add option to prevent screensaver on Now Playing page 2025-11-10 08:12:46 -08:00
Drew Weymouth 828b5ffc56 option to use blurred cover art for Now Playing page background 2025-11-08 14:22:35 -08:00
Drew Weymouth 0ff57513c2 add button to Advanced settings tab to clear caches 2025-11-07 19:48:09 -08:00
Drew Weymouth 887d3bb2c7 Fix #579: Save play queue on all queue changes 2025-10-09 08:13:56 -07:00
Drew Weymouth 27ae29a88c add play queue sidebar 2025-10-05 11:20:27 -07:00
Drew Weymouth ddd96803b3 Merge branch 'main' into feature/new-playlist-btn 2025-09-27 07:50:02 -07:00
Drew Weymouth 06b57d27d7 Fix #716: add "Last played" tracklist columnn 2025-09-25 09:37:14 -07:00
Drew Weymouth 4c1a95e851 add settings for skipping one-star or tracks with keyword (#724) 2025-09-24 18:59:55 -07:00
Drew Weymouth f830235f94 add i18n for EN and ES 2025-09-22 17:29:36 -07:00
Benoît Smith a02a781040 Update French localization (#684)
* Update fr.json

* Update fr.json
2025-08-13 08:34:28 -07:00
Drew Weymouth a317b382ff Fix #665: Add option to play albums in order on Albums page 2025-08-10 15:06:27 -07:00
Drew Weymouth 61cc9b2f85 add to en.json 2025-08-08 08:41:58 -07:00
Drew Weymouth 766cfdfe91 Fix #668: Add sample rate, bit depth, channels to track info dialog 2025-08-08 07:50:43 -07:00
Benoît Smith c0d9b264e3 Update fr.json (#656) 2025-07-17 08:10:52 -07:00
Drew Weymouth c5c80406d6 add library switcher submenu to gear menu 2025-07-13 15:05:53 -07:00
Drew Weymouth 02e7caec84 update translations for plurals of release types 2025-07-06 15:31:53 -07:00
Alexey Remizov 097310504c Add plural keys for albums and tracks 2025-06-27 08:09:08 -07:00
Alexey Remizov bb8d677aab Add russian translation 2025-06-24 15:56:06 -07:00
Drew Weymouth 62cfcfffd8 Fix #643: Add Korean translation 2025-06-21 12:35:14 -07:00
Drew Weymouth 96cd369824 Merge pull request #641 from kofzhanganguo/patch-3
Update zh.json
2025-06-17 07:38:06 -07:00
無情天 5ae978fd56 Update zhHans.json
Update Simplified Chinese language pack
2025-06-17 12:42:27 +08:00
無情天 f5f8a45070 Update zh.json
Update Simplified Chinese language pack
2025-06-17 12:41:00 +08:00
Benoît Smith f23845368e Update fr.json 2025-06-16 22:28:53 +02:00
tkymmm e48db9b8db Update ja.json 2025-06-06 14:04:02 +09:00
Drew Weymouth 265e4f961f Fix #628: Add setting to transcode stream 2025-05-31 10:12:57 -07:00
Drew Weymouth 0fd8b4621b Fix #625: Allow customization of grid card size 2025-05-28 09:21:24 -07:00
Drew Weymouth af1ae4641e Add setting to disable OS media player APIs 2025-05-26 17:17:00 -07:00
無情天 b95807277f Update zh.json (#609)
Submit the latest Simplified Chinese language pack
2025-04-23 13:32:17 -07:00
無情天 7c65062f90 Update zhHans.json (#610)
Submit the latest Simplified Chinese language pack
2025-04-23 13:32:02 -07:00
Benoît Smith 82243fae19 Update fr.json
Update fr_FR localization
2025-04-14 15:17:18 +02:00
Daltro Augusto 0fa9cf0d4c improved pt_br and a bit more of i18n cause why not 2025-04-11 02:22:37 -03:00
D. A. C. S. da114898b1 Update pt_BR.json 2025-04-11 02:06:45 -03:00
Rens Oliemans cd4d3e5fd1 Add missing Dutch translation strings
I merged en.json and nl.json via

  jq -s '.[0] * .[1]' en.json nl.json > nl2.json && mv nl2.json nl.json

Which adds all missing elements in nl.json that are present in
en.json. Take care,j I believe that it keeps the sorting from
en.json (alphabetical), so it might create a bigger diff than
necessary.
2025-04-10 12:49:35 +02:00
Rens Oliemans 7ebdd4a4b4 Slightly improve Dutch translations 2025-04-10 12:41:45 +02:00
Drew Weymouth 3b14a33606 Merge pull request #598 from benoit-smith/main
Update fr_FR localization
2025-04-08 17:11:20 -07:00
Benoît Smith ec0d96fa95 Update fr.json 2025-04-09 00:35:37 +02:00
D. A. C. S. 1ab01351fb Improved pt_BR translation 2025-04-08 19:26:19 -03:00
Drew Weymouth 7438ecbbd6 add new "Cast to device" translation string 2025-04-06 10:47:40 -07:00
Drew Weymouth 2701bb3f7f sync playback time when seeking and starting new tracks 2025-03-30 13:08:18 -07:00