NAME

App::DrivePlayer::Schema::Result::Folder - DBIx::Class result for the folders table

DESCRIPTION

Represents a Drive folder (root or subfolder) encountered during a scan. Belongs to a App::DrivePlayer::Schema::Result::ScanFolder and has many App::DrivePlayer::Schema::Result::Track children (cascade-deleted with the folder).

Columns: id, drive_id, name, parent_drive_id, path, scan_folder_id.