Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
0d7fa31
Added TODO's
NeoCoderMatrix86 Jul 8, 2025
c768312
Update Index.razor
NeoCoderMatrix86 Jul 8, 2025
5c69788
remove CascadingParameter
NeoCoderMatrix86 Jul 8, 2025
c8bc1e4
added ViewOptions
NeoCoderMatrix86 Jul 8, 2025
b416906
do not cascade cuesheet
NeoCoderMatrix86 Jul 8, 2025
9fd948c
added DownloadOptions
NeoCoderMatrix86 Jul 8, 2025
bf4279c
added RecordOptions
NeoCoderMatrix86 Jul 8, 2025
4efea8f
added ImportOptions
NeoCoderMatrix86 Jul 8, 2025
0b89002
Update StartRecordCountdownDialog.razor
NeoCoderMatrix86 Jul 8, 2025
6f0512e
Update SettingsDialog.razor
NeoCoderMatrix86 Jul 8, 2025
2200027
Rename LinkTracks to DefaultIsLinkedToPreviousTrack
NeoCoderMatrix86 Jul 9, 2025
80713ff
removed ApplicationOptions from BaseLocalizedComponent
NeoCoderMatrix86 Jul 9, 2025
20bf8ef
Update TextImportServiceTests.cs
NeoCoderMatrix86 Jul 10, 2025
00a8336
Update ValidationService.cs
NeoCoderMatrix86 Jul 10, 2025
bbd3726
Update Index.razor
NeoCoderMatrix86 Jul 10, 2025
935efd8
move artist and title to seperate components
NeoCoderMatrix86 Jul 10, 2025
69b2000
remove playing track display
NeoCoderMatrix86 Jul 10, 2025
365371f
Update TrackList.razor
NeoCoderMatrix86 Jul 10, 2025
c8e4a4a
enhance Validation Performance
NeoCoderMatrix86 Jul 14, 2025
6aa02dc
Update TrackList.razor
NeoCoderMatrix86 Jul 14, 2025
e03ee68
Update TrackList.razor
NeoCoderMatrix86 Jul 14, 2025
c025e26
use form validation
NeoCoderMatrix86 Jul 14, 2025
e797b0f
use chips in status column
NeoCoderMatrix86 Jul 14, 2025
03d921c
Update Index.razor
NeoCoderMatrix86 Jul 14, 2025
5321d76
Update Index.razor
NeoCoderMatrix86 Jul 14, 2025
6704f40
reload when data changes
NeoCoderMatrix86 Jul 14, 2025
f4a7ae7
Update index.html
NeoCoderMatrix86 Jul 14, 2025
52ff4eb
Update IndexTest.cs
NeoCoderMatrix86 Jul 14, 2025
76bfdf8
Update ImportManager.cs
NeoCoderMatrix86 Jul 15, 2025
e57a0ac
Update ViewModeImport.razor
NeoCoderMatrix86 Jul 15, 2025
fc5e529
Update ImportManagerTests.cs
NeoCoderMatrix86 Jul 15, 2025
b7e0d19
Update SelectImportFiles.razor
NeoCoderMatrix86 Jul 15, 2025
8cd33bd
Update ImportManager.cs
NeoCoderMatrix86 Jul 15, 2025
5e6824a
Merge pull request #468 from NeoCoderMatrix86/master
NeoCoderMatrix86 Jul 15, 2025
89fb101
Reapply "Merge branch 'development' into master"
NeoCoderMatrix86 Jul 16, 2025
ef44e60
Update TrackList.razor
NeoCoderMatrix86 Jul 16, 2025
c7304ae
Split import and analyze
NeoCoderMatrix86 Jul 17, 2025
8ae2efc
don't keep panels alive
NeoCoderMatrix86 Jul 17, 2025
d8ae990
Update Index.razor
NeoCoderMatrix86 Jul 17, 2025
261d035
Update ImportManagerTests.cs
NeoCoderMatrix86 Jul 17, 2025
0c03b78
Rename EditTrackModalManager to DialogManager
NeoCoderMatrix86 Jul 17, 2025
50f55db
added loading dialog
NeoCoderMatrix86 Jul 17, 2025
3515906
fix opening file
NeoCoderMatrix86 Jul 17, 2025
4ddbb5f
Merge branch 'development' into 433-running-an-import-with-large-file…
NeoCoderMatrix86 Jul 17, 2025
5c3dbbd
Merge pull request #470 from NeoCoderMatrix86/433-running-an-import-w…
NeoCoderMatrix86 Jul 17, 2025
383e05d
update version
NeoCoderMatrix86 Jul 21, 2025
7aa9742
Merge pull request #472 from NeoCoderMatrix86/453-prepare-version
NeoCoderMatrix86 Jul 21, 2025
f058ca1
fix update dialog
NeoCoderMatrix86 Jul 21, 2025
c0cb293
fix undo & redo of track table
NeoCoderMatrix86 Jul 23, 2025
7b7daa3
Merge pull request #473 from NeoCoderMatrix86/464-editing-artist-or-t…
NeoCoderMatrix86 Jul 23, 2025
b8a1581
Render validation message
NeoCoderMatrix86 Jul 31, 2025
d3656ad
Update Importprofiles.razor
NeoCoderMatrix86 Jul 31, 2025
8e91d58
Update Importprofiles.razor
NeoCoderMatrix86 Jul 31, 2025
2bc25b6
Update GenerateExportDialog.razor
NeoCoderMatrix86 Jul 31, 2025
86d2162
update libraries
NeoCoderMatrix86 Jul 31, 2025
150384e
Update IndexTest.cs
NeoCoderMatrix86 Jul 31, 2025
fee3289
Update SettingsDialog.razor
NeoCoderMatrix86 Jul 31, 2025
bdc2467
Merge pull request #474 from NeoCoderMatrix86/460-add-button-doesnt-s…
NeoCoderMatrix86 Jul 31, 2025
c629341
Update index.html
NeoCoderMatrix86 Aug 28, 2025
49f8ef4
Update BaseLocalizedComponent.cs
NeoCoderMatrix86 Aug 28, 2025
6cb73a9
Update CuesheetData.razor
NeoCoderMatrix86 Aug 28, 2025
a1a42ca
update libraries
NeoCoderMatrix86 Aug 28, 2025
2dabd3f
Update IndexTest.cs
NeoCoderMatrix86 Aug 28, 2025
ecc5957
Merge pull request #477 from NeoCoderMatrix86/407-better-input-for-ca…
NeoCoderMatrix86 Aug 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.0" />
<PackageReference Include="Microsoft.Playwright.MSTest" Version="1.52.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
<PackageReference Include="Microsoft.Playwright.MSTest" Version="1.54.0" />
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.14.2" />
<PackageReference Include="Microsoft.Testing.Extensions.TrxReport" Version="1.7.0" />
<PackageReference Include="MSTest" Version="3.9.0" />
<PackageReference Include="Microsoft.Testing.Extensions.TrxReport" Version="1.8.3" />
<PackageReference Include="MSTest" Version="3.10.3" />
</ItemGroup>

<ItemGroup>
Expand All @@ -41,11 +41,23 @@
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Sample_Inputfile2.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Sample_Project.ace">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Textimport with Cuesheetdata.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Textimport-Bug-#54.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Traktor Export.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
135 changes: 135 additions & 0 deletions AudioCuesheetEditor.End2EndTests/Pages/IndexTest.cs

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions AudioCuesheetEditor.End2EndTests/Textimport with Cuesheetdata.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
DJFreezeT - Rabbit Hole Mix - 0123456789123
Adriatique - X. 00:05:24.250
Third Harmony - Fears And Dreams (Original Mix) 00:10:39
Dele Sosimi Afrobeat Orchestra - Too Much Information (Laolu Remix; Edit) 00:17:06
Edem, Govan - Ankh (Onetwo MX Remix) 00:23:21
Jody Wisternoff - For All Time (feat. Hendrik Burkhard) (Extended Mix) 00:29:02
Einmusik - Bead (Original Mix) 00:34:27
Sebastien Leger - La Danse du Scorpion 00:40:59
Paul Thomas & Solid Stone - La Bombo (Solid Stone Remix) 00:46:19
GusGus - Crossfade (Maceo Plex Mix) 00:52:20
Klangkarussell - Time (Original Mix) 00:56:19
Anysense & Un:said - Missing Path (Original Mix) 01:01:41
Space Food - Bombay 01:06:33
SHDW & Obscure Shape - Wächter der Nacht (Original Mix) 01:11:04
HOSH - Karma 01:15:28
Alexey Union - Olympia (Original Mix) 01:21:08
Paul Taylor - Afterglow 01:25:38
Philter - Stranger 01:31:52
Skizologic - Hypersphere (Original Mix) 01:36:40
Thomas Schumacher, Caitlin - All of You (Remix) 01:42:16
A. Skomoroh - White Horse Conquest (Original Mix) 01:47:04
Patrik Berg - Bright (Original Mix) 01:52:37
Hidden Empire - Bengal 01:58:05
Mario Ochoa - Levitate 02:03:00
Raul Facio - Eyes Wide Shut (Original Mix) 02:08:21
Soolver - Regular (Original Mix) 02:14:31
Weska - EQ64 (Original Mix) 02:18:35
Tempo Giusto - The Fall (Extended Mix) 02:24:12
Vlind & Asteroid & Gary Leroy - Trinity (Extended Mix) 02:29:38
Astral Legacy - Vaveyla (Original Mix) 02:32:52
Gerrox - Chakra (Original Mix) 02:37:00
Charlotte De Witte - Pattern 02:41:55
Space Food - Amabey 02:46:55
ARTBAT - Papilion (Original Mix) 02:51:13
PETER PAHN - Enjoy Infinity (Original Mix) 02:56:08
Solitek - Instinct (Original Mix) 03:00:57
Veerus - Heavy 03:05:19
Secret Cinema & Reinier Zonneveld - Pain Thing (Original Mix) 03:09:38
Amelie Lens - Hypnotized 03:13:13
Nikolay Kirov - Chasing the Sun (Original Mix)
40 changes: 40 additions & 0 deletions AudioCuesheetEditor.End2EndTests/Textimport-Bug-#54.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

Adriatique - X. 00:05:24
Third Harmony - Fears And Dreams (Original Mix) 00:10:39
Dele Sosimi Afrobeat Orchestra - Too Much Information (Laolu Remix; Edit) 00:17:06
Edem, Govan - Ankh (Onetwo MX Remix) 00:23:21
Jody Wisternoff - For All Time (feat. Hendrik Burkhard) (Extended Mix) 00:29:02
Einmusik - Bead (Original Mix) 00:34:27
Sebastien Leger - La Danse du Scorpion 00:40:59
Paul Thomas & Solid Stone - La Bombo (Solid Stone Remix) 00:46:19
GusGus - Crossfade (Maceo Plex Mix) 00:52:20
Klangkarussell - Time (Original Mix) 00:56:19
Anysense & Un:said - Missing Path (Original Mix) 01:01:41
Space Food - Bombay 01:06:33
SHDW & Obscure Shape - Wächter der Nacht (Original Mix) 01:11:04
HOSH - Karma 01:15:28
Alexey Union - Olympia (Original Mix) 01:21:08
Paul Taylor - Afterglow 01:25:38
Philter - Stranger 01:31:52
Skizologic - Hypersphere (Original Mix) 01:36:40
Thomas Schumacher, Caitlin - All of You (Remix) 01:42:16
A. Skomoroh - White Horse Conquest (Original Mix) 01:47:04
Patrik Berg - Bright (Original Mix) 01:52:37
Hidden Empire - Bengal 01:58:05
Mario Ochoa - Levitate 02:03:00
Raul Facio - Eyes Wide Shut (Original Mix) 02:08:21
Soolver - Regular (Original Mix) 02:14:31
Weska - EQ64 (Original Mix) 02:18:35
Tempo Giusto - The Fall (Extended Mix) 02:24:12
Vlind & Asteroid & Gary Leroy - Trinity (Extended Mix) 02:29:38
Astral Legacy - Vaveyla (Original Mix) 02:32:52
Gerrox - Chakra (Original Mix) 02:37:00
Charlotte De Witte - Pattern 02:41:55
Space Food - Amabey 02:46:55
ARTBAT - Papilion (Original Mix) 02:51:13
PETER PAHN - Enjoy Infinity (Original Mix) 02:56:08
Solitek - Instinct (Original Mix) 03:00:57
Veerus - Heavy 03:05:19
Secret Cinema & Reinier Zonneveld - Pain Thing (Original Mix) 03:09:38
Amelie Lens - Hypnotized 03:13:13
Nikolay Kirov - Chasing the Sun (Original Mix)
Loading