Skip to content

Commit

Permalink
Bumped dependencies, added narrator mapping for id3v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreas committed Nov 9, 2024
1 parent 10473a3 commit 963eed3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
Expand Down
2 changes: 1 addition & 1 deletion Sandreas.AudioMetadata/AudioMetadata/MetadataTrack.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public TimeSpan TotalDuration
{ nameof(ItunesPlayGap), ("", "", "pgap", "", "", "", "", "") },
{ nameof(Part), ("TXXX:PART", "TXXX:PART", "----:com.pilabor.tone:PART", "T=20 PART_NUMBER", "", "", "PARTNUMBER", "") },
// {nameof(MovementTotal), ("MVIN","MVIN","©mvc","T=30","","")}, // special case: MVIN has to be appended, not replaced
{ nameof(Narrator), ("", "", "©nrt", "T=30", "", "", "", "") },
{ nameof(Narrator), ("TXXX:NARRATOR", "TXXX:NARRATOR", "©nrt", "T=30", "", "", "", "") },
{ nameof(PurchaseDate), ("", "", "purd", "", "", "", "", "") },
{ nameof(SortComposer), ("TSOC", "TSOC", "soco", "T=30", "", "", "", "") },
{ nameof(Subtitle), ("TIT3", "TIT3", "----:com.apple.iTunes:SUBTITLE", "T=30", "WM/SubTitle", "Subtitle", "SUBTITLE", "") },
Expand Down
2 changes: 1 addition & 1 deletion Sandreas.AudioMetadata/Sandreas.AudioMetadata.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Sandreas.Files" Version="1.1.2" />
<PackageReference Include="z440.atl.core" Version="6.7.0" />
<PackageReference Include="z440.atl.core" Version="6.8.0" />
</ItemGroup>

</Project>

0 comments on commit 963eed3

Please sign in to comment.