52 lines
1014 B
YAML
52 lines
1014 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
work: one
|
|
storage_location: one
|
|
title: MyString
|
|
file_path: MyString
|
|
file_hash: MyString
|
|
file_size: 1
|
|
duration: 1.5
|
|
width: 1
|
|
height: 1
|
|
resolution_label: MyString
|
|
video_codec: MyString
|
|
audio_codec: MyString
|
|
bit_rate: 1
|
|
frame_rate: 1.5
|
|
format: MyString
|
|
has_subtitles: false
|
|
version_type: MyString
|
|
source_type: 1
|
|
source_url: MyString
|
|
imported: false
|
|
processing_failed: false
|
|
error_message: MyText
|
|
metadata: MyText
|
|
|
|
two:
|
|
work: two
|
|
storage_location: two
|
|
title: MyString
|
|
file_path: MyString
|
|
file_hash: MyString
|
|
file_size: 1
|
|
duration: 1.5
|
|
width: 1
|
|
height: 1
|
|
resolution_label: MyString
|
|
video_codec: MyString
|
|
audio_codec: MyString
|
|
bit_rate: 1
|
|
frame_rate: 1.5
|
|
format: MyString
|
|
has_subtitles: false
|
|
version_type: MyString
|
|
source_type: 1
|
|
source_url: MyString
|
|
imported: false
|
|
processing_failed: false
|
|
error_message: MyText
|
|
metadata: MyText
|