Michael Bucari-Tovo
ae012548bd
Smart handling of filename limitations cross platform
...
Automatically determine if filename lengths in the Books directory are limited to 255 UTF-16 characters (NTFS) or 255 UTF-8 bytes (pretty much every other file system) (#1260 )
In non-Windows environments, determine if the Books directory supports filenames containing characters which are illegal in Windows environments (<>|:*?). If it doesn't, then ensure those characters are included in the user's ReplacementCharacters settings (#1258 ).
2025-07-30 16:04:48 -06:00
Michael Bucari-Tovo
7024bbf823
Provide NTFS default characters for non-windows users ( #1258 )
2025-07-29 15:20:52 -06:00
MBucari
9b1ce8c1d7
Update dependencies
2025-07-14 12:43:53 -06:00
Robert McRackan
614965e1ab
incr ver
2025-03-10 19:09:44 -04:00
Michael Bucari-Tovo
ac036f65f1
Handle and notify users of invalid account settings file
2025-03-03 14:41:56 -07:00
Robert McRackan
3167744111
#1151 : default character replacement for colon is _
2025-02-23 10:13:15 -05:00
Robert McRackan
fa1ddc726a
#1151 - unicode colon is causing issues with Windows Chardonnay
2025-02-22 22:54:00 -05:00
Robert McRackan
5cb22cfd24
Update AAXClean.Codecs
2025-02-17 20:07:50 -05:00
Robert McRackan
6134becc70
Upgrade to .net9
2024-11-22 16:47:59 -05:00
Robert McRackan
92ee0b2e6d
update dependencies
2024-09-11 07:20:54 -04:00
Robert McRackan
c0cb454d45
Make recursive file enumerations safer
2024-09-05 09:07:47 -04:00
Robert McRackan
f9340db90a
update references. audible api bugfix
2024-05-15 06:55:25 -04:00
Robert McRackan
93ccc206ef
Update dependencies
2024-03-04 14:02:42 -05:00
Robert McRackan
7842b521d7
Update dependencies. Notes about upgrading
2024-01-12 07:44:40 -05:00
Robert McRackan
b6d1a7e3ba
Upgrade to .net8
2023-11-15 19:53:26 -05:00
MBucari
34033e7947
Enable Nullable
2023-07-30 13:31:57 -06:00
Robert McRackan
9315165f80
update dependencies
2023-07-21 21:21:48 -04:00
Robert McRackan
15ad753fa1
update dependencies
2023-07-14 20:58:26 -04:00
Mbucari
d1df10d060
Add products grid scaling setting
...
- Add Grid Scaling Settings
- Add WinForms DPI migration to remove stored form sizes
- Add textbox clear button
2023-07-12 15:32:37 -06:00
Mbucari
bb05847b25
Improve finding audio file by ID
2023-07-02 14:08:27 -06:00
Mbucari
46f6ba1710
Add feature #627 and fix bug #628
...
- Feature: Option to overwrite existing audio files when moving to Books
- Bugfix: Do not set liberated status if moving files fails.
2023-06-14 10:51:43 -06:00
MBucari
019b110a8a
Fix #585
2023-04-15 13:43:50 -06:00
MBucari
e1cd8b8f94
Improve Library load and refresh performance
2023-03-10 19:01:49 -07:00
Mbucari
230e014bb1
Add better AYCL detection and add verbose library scan logging
2023-03-10 13:09:59 -07:00
Robert McRackan
73533c58a8
update dependencies
2023-02-13 21:14:56 -05:00
Michael Bucari-Tovo
bb40df5fa3
Fix #478
2023-02-07 22:58:29 -07:00
Mbucari
b351033cec
Improve download and convert speed estimate
2023-02-06 15:54:12 -07:00
Mbucari
18f69bc73d
Refactor Naming Template
2023-02-06 15:24:18 -07:00
Michael Bucari-Tovo
9a80f18e1c
Rename ConditionalTagClass to ConditionalTagCollection
2023-02-04 15:19:47 -07:00
Michael Bucari-Tovo
a672174a9b
Refactor Naming Templates
2023-02-04 12:49:48 -07:00
Mbucari
6f490b4491
Rename TagClass to TagCollection
2023-02-03 17:14:04 -07:00
Mbucari
5917d059e4
Add Enumerable initializers
2023-02-03 17:03:15 -07:00
Mbucari
70607aaaf4
Documentation
2023-02-03 14:43:35 -07:00
Mbucari
5557772957
Add conditional negation
2023-02-03 11:47:55 -07:00
Mbucari
5c7db6cd23
Add <series#> tag zero padding ( #466 )
2023-02-03 11:31:15 -07:00
Mbucari
c72b64d74c
Properly truncate filenames
2023-02-03 09:53:40 -07:00
Mbucari
20474e0b3c
Add a more general NamingTemplate
2023-02-02 22:48:27 -07:00
Michael Bucari-Tovo
25b37c6266
Refactor AaxDecrypter
2023-01-24 22:25:55 -07:00
Michael Bucari-Tovo
7029409792
Upgrade AAXClean.Codecs to 0.5.10 and fix #459
2023-01-23 16:30:17 -07:00
Michael Bucari-Tovo
3479dbc3f0
Date format naming templates
2023-01-20 01:00:22 -07:00
Michael Bucari-Tovo
13f522abb8
Fix file extension detection error ( #453 )
2023-01-18 15:47:05 -07:00
Mbucari
e58952035f
Spaces
2023-01-09 16:06:37 -07:00
Mbucari
50a8c7508a
Cache default values
2023-01-09 16:05:55 -07:00
Michael Bucari-Tovo
eee785377f
Add default values to Configuration
2023-01-09 14:05:33 -07:00
Michael Bucari-Tovo
3a48479435
Typos and formatting
2023-01-07 18:41:34 -07:00
Michael Bucari-Tovo
5c73beff4b
Add PropertyChanged detection for Dictionary type settings
2023-01-06 19:46:55 -07:00
Michael Bucari-Tovo
1f7000c2c9
Add Configurations property change notifications
2023-01-06 16:50:20 -07:00
Robert McRackan
26099303fa
update dependencies
2023-01-05 21:44:34 -05:00
rmcrackan
a0158db37e
Merge pull request #431 from Mbucari/master
...
Fix file naming template on unix systems (#430 )
2022-12-30 11:05:09 -05:00
Robert McRackan
b8c26b01ad
update dependencies
2022-12-30 09:58:51 -05:00