TwistedUmbrellaX
7bf52e3319
Restore tracked version in README.md
2024-09-27 14:42:56 -04:00
TwistedUmbrellaX
c2563028d6
Reduce priority of legacy redirect
2024-09-27 09:46:38 -04:00
TwistedUmbrellaX
12a3c137a1
Drop direct link to invalid version
...
There are multiple notes about getting the latest build already, so that is “general troubleshooting”
2024-09-27 09:44:54 -04:00
TwistedUmbrellaX
f46d799bd8
Update bug_report_form.yml
2024-09-27 08:41:27 -04:00
TwistedUmbrellaX
4a571fc963
Shorten points to promote reading
2024-09-27 08:40:43 -04:00
TwistedUmbrellaX
9ef1f639ac
Can’t put links in the checkbox text
2024-09-27 08:29:37 -04:00
TwistedUmbrellaX
4b1f7aa49e
Future proof the bug report form
2024-09-27 08:21:14 -04:00
TwistedUmbrellaX
4db22ffc4a
Always have the latest Jellyfin version
2024-09-27 07:04:29 -04:00
rlauu
53d838e880
Update TestAudioFingerprinting.cs
2024-09-25 18:50:41 +02:00
rlauu
5beaf35198
cleanup
2024-09-25 17:23:25 +02:00
Kilian von Pflugk
5e08381ed5
make it clear that 10.8 is not the current version
2024-09-25 00:00:03 +00:00
TwistedUmbrellaX
c3e918ca42
Update README.md Troubleshooting
2024-09-24 17:19:57 -04:00
rlauu
1a8a0c799f
Update CleanCacheTask.cs
2024-09-23 20:14:59 +02:00
rlauu
9ff742013b
clean up semaphore
2024-09-23 19:45:16 +02:00
rlauuzo
ad9d36ebd6
Update Entrypoint.cs
2024-09-23 18:48:26 +02:00
Kilian von Pflugk
133808eb35
cleanup IgnoreListSeason after switching to ids ( #307 )
2024-09-23 16:47:43 +00:00
dependabot[bot]
ed7e26d63e
chore(deps): bump xunit from 2.9.0 to 2.9.1 ( #310 )
...
Bumps [xunit](https://github.com/xunit/xunit ) from 2.9.0 to 2.9.1.
- [Commits](https://github.com/xunit/xunit/compare/2.9.0...2.9.1 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 11:23:28 -04:00
Kilian von Pflugk
eaee1ac842
sort numbers & build the season string in the frontend ( #306 )
2024-09-22 11:30:35 +00:00
Kilian von Pflugk
f83a32e7dd
update jellyfin version
2024-09-22 10:05:17 +00:00
Kilian von Pflugk
473f6c4d23
remove version
2024-09-21 22:57:44 +02:00
rlauuzo
e829f52acc
use correct library name ( #301 )
...
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
2024-09-21 20:12:00 +02:00
github-actions[bot]
9f72647591
release v1.0.0.1
2024-09-21 17:10:42 +00:00
Kilian von Pflugk
f0527fa888
inject git hash directly
10.9/v1.0.0.1
2024-09-21 18:48:10 +02:00
Kilian von Pflugk
002f82d6e6
cleanup and organize
2024-09-21 18:36:11 +02:00
Kilian von Pflugk
2e092543f5
options: work with Ids instead of names and much improved UI ( #299 )
...
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
Co-authored-by: rlauuzo <46294892+rlauuzo@users.noreply.github.com>
2024-09-21 16:06:11 +00:00
TwistedUmbrellaX
2473f20d40
Add discord link to README
2024-09-21 08:26:34 -04:00
TwistedUmbrellaX
94959ae469
Update README.md TOC
2024-09-20 17:52:26 -04:00
theMasterpc
e677ddb3a1
fixes ( #298 )
2024-09-20 09:50:25 -04:00
Kilian von Pflugk
e4810a9583
prepare for 1.0
2024-09-20 13:44:15 +02:00
Kilian von Pflugk
59c46b4c00
end beta status
...
next version will be 1.0
2024-09-20 11:38:40 +00:00
github-actions[bot]
081dab9518
release v0.2.0.22
2024-09-20 11:27:27 +00:00
theMasterpc
d867ede882
add ignore list ( #281 )
...
* add block list
* better block list system.
todo:
-change the name blocklist.
-fixing small bugs.
-maybe moving from Dictionary to List<BlockListItem>.
* - moving from ConcurrentDictionary to List<BlackListItem>, for better xml file.
- changing block to black.
- small fixes.
todo:
- maybe changing the blacklist naming.
* moving to ignorelist.
moving the blacklisting to Manage Fingerprints.
changing the object BlackListItem.
todo:
- moving to the naming "ignorelist", instead of "blacklist".
- adding "save for series" button.
- improving the ui of the blacklist section".
- fixing some more bugs.
- changing the "Manage Fingerprints" to "Manage Timestamps & Fingerprints".
* adding the option to apply ignorelist changes into a series.
moving to ignorelist naming.
changing "Manage Fingerprints" to "Manage Timestamps & Fingerprints".
improving the ui of the ignorelist editor
* small fixes
* fix some bugs. improving the ignore feature
* fix some stuff
* Refactor CSS styles for ignore list checkboxes
* small fixes
* small changes
* small changes
* big changes
* small fixes
* Refactor IgnoreListItem to use SeasonId instead of Id
* Refactor IgnoreListItem to use SeasonId instead of Id.
changes to the ExecuteAsync function and to its documentation
10.9/v0.2.0.22
2024-09-20 07:18:04 -04:00
rlauuzo
06da138a17
Fix Advanced Settings box width ( #297 )
2024-09-19 19:55:05 +02:00
dependabot[bot]
1e6ae7ab48
ci(deps): bump github/codeql-action from 3.26.6 to 3.26.8 ( #295 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-19 11:50:57 +00:00
Kilian von Pflugk
201125d003
fix dependabot builds
2024-09-19 13:31:00 +02:00
Kilian von Pflugk
bedc5bc3d0
change urls after transfer repo to the new org
2024-09-19 13:06:37 +02:00
TwistedUmbrellaX
cd857b1db2
Customize the checkbox labels ( #293 )
...
Co-authored-by: rlauuzo <46294892+rlauuzo@users.noreply.github.com>
2024-09-17 18:40:47 +00:00
rlauuzo
b6231417da
Add SelectAllLibraries option ( #292 )
...
* Add SelectAllLibraries option
---------
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
2024-09-17 08:41:56 +02:00
TwistedUmbrellaX
08145e0731
Fix inconsistency in library selection UI ( #289 )
...
* Fix inconsistency in library selection UI
* Additional details are still below the input
* Fix wording to include mixed libraries
* Make the manifest a copy paste block
2024-09-16 07:02:56 -04:00
TwistedUmbrellaX
5028101fe2
Restore manifest for quick access
2024-09-15 21:13:38 -04:00
theMasterpc
e7aafd9dca
fix mixed library doesnt show in checkbox ( #288 )
...
* fix mixed library wont show
* now it works
* Refactor library selection UI to include more options
* small fix
* another small fix
* adding a line between the more checkbox.
small fixes
* fixes
* fixing, when there isn't any libraries in the "more" section show regular checkbox list
* Update configPage.html
* returning to the second commit, with some changes, now using "Library/VirtualFolders"
* small fix
2024-09-15 17:51:29 -04:00
TwistedUmbrellaX
7a8fded38f
More minor cleanup of headings
2024-09-15 12:02:20 -04:00
TwistedUmbrellaX
b567286b40
Fixed overlapping names and a typo
2024-09-15 11:09:27 -04:00
github-actions[bot]
798188643e
release v0.2.0.21
2024-09-14 16:56:14 +00:00
rlauuzo
72e59f273a
Use Checkboxes to select libraries ( #287 )
...
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
10.9/v0.2.0.21
2024-09-14 16:52:39 +00:00
Kilian von Pflugk
2438ba79f2
migrate Intro to Segment and make it generic ( #268 )
2024-09-12 10:37:47 +02:00
TwistedUmbrellaX
92d2a55c81
Fix broken link to Mac extras
2024-09-10 16:52:02 -04:00
Kilian von Pflugk
f430f4364e
point url to the new wiki
2024-09-10 20:29:18 +02:00
rlauuzo
60c735282e
apply auto-fixes from VS Code ( #283 )
...
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
2024-09-10 18:08:42 +02:00
rlauuzo
d428efb1f2
select autoskip clients ( #277 )
...
Co-authored-by: rlauu <46294892+rlauu@users.noreply.github.com>
2024-09-09 18:52:54 +00:00