Much base work started
This commit is contained in:
51
test/fixtures/videos.yml
vendored
Normal file
51
test/fixtures/videos.yml
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user