Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.0.06 #24

Merged
merged 2 commits into from
Feb 4, 2024
Merged

v3.0.06 #24

merged 2 commits into from
Feb 4, 2024

Conversation

ewilan-riviere
Copy link
Contributor

  • Add getAudioFormats() to Audio::class to get an array with all audio formats of file.
  • Add param to getTags(?string $audioFormat = null) to select a specific tag format, default will be maximum tags found.
  • Add same param to getTag(string $tag, ?string $audioFormat = null) to select a specific tag format, default will be maximum tags found.
  • Add getPodcastDescription() method to Audio::class to get the podcast description.
  • Add getLanguage() method to Audio::class to get the language of the podcast.

- Add `getAudioFormats()` to `Audio::class` to get an array with all audio formats of file.
- Add param to `getTags(?string $audioFormat = null)` to select a specific tag format, default will be maximum tags found.
- Add same param to `getTag(string $tag, ?string $audioFormat = null)` to select a specific tag format, default will be maximum tags found.
- Add `getPodcastDescription()` method to `Audio::class` to get the podcast description.
- Add `getLanguage()` method to `Audio::class` to get the language of the podcast.
Copy link

codecov bot commented Feb 4, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (eeffe50) 93.71% compared to head (87570ba) 93.95%.
Report is 27 commits behind head on main.

Files Patch % Lines
src/Models/AudioCore.php 90.00% 3 Missing ⚠️
src/Models/Id3Reader.php 99.49% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #24      +/-   ##
============================================
+ Coverage     93.71%   93.95%   +0.24%     
- Complexity      461      482      +21     
============================================
  Files             7        7              
  Lines          1686     1803     +117     
============================================
+ Hits           1580     1694     +114     
- Misses          106      109       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ewilan-riviere ewilan-riviere merged commit d4cce92 into main Feb 4, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant