radiorabe/raar

View on GitHub
app/services/audio_processor/ffmpeg.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Ffmpeg has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Ffmpeg < Base

    # The possible ID3 tags and their corresponding ffmpeg metadata names.
    METADATA_TAGS = { title: :title,
                      artist: :artist,
Severity: Minor
Found in app/services/audio_processor/ffmpeg.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status