github therobbiedavis/Listenarr 0.1.42
Canary 0.1.42

latest releases: 0.2.45, 0.2.44, 0.2.40...
pre-releaseone month ago

This pull request refactors the manual import path generation logic in the ManualImportController to use the FileNamingService for creating file paths. This change ensures that imported files follow a consistent folder structure and naming convention, improving maintainability and organization of audiobook files.

Manual Import Path Generation Refactor:

  • Changed GenerateManualImportPathAsync to an async method and now delegates file path creation to the FileNamingService, ensuring proper folder structure and naming conventions for imported files.
  • Replaced the previous manual filename construction logic with creation of a AudioMetadata object, which is passed to the naming service for path generation. This includes improved handling of metadata such as author, series, and year.

Automated canary build

  • Version: 0.1.42
  • Commit: 2054d58
  • Original PR: #94

Don't miss a new Listenarr release

NewReleases is sending notifications on new releases.