NAME

App::DrivePlayer::Schema::Result::Track - DBIx::Class result for the tracks table

DESCRIPTION

Represents a single audio file discovered during a Drive scan. Belongs to a App::DrivePlayer::Schema::Result::Folder.

Columns: id, drive_id, title, artist, album, track_number, year, duration_ms, size, mime_type, modified_time, folder_id, folder_path.