chore(playout): update file fields
This commit is contained in:
parent
f2e947f05f
commit
34864b8623
|
@ -80,7 +80,7 @@ def generate_file_events(
|
|||
"cue_out": time_in_seconds(time_fromisoformat(schedule["cue_out"])),
|
||||
"metadata": file,
|
||||
"replay_gain": file["replay_gain"],
|
||||
"filesize": file["filesize"],
|
||||
"filesize": file["size"],
|
||||
}
|
||||
|
||||
return events
|
||||
|
|
|
@ -90,76 +90,10 @@ class ApiClientServicesMock:
|
|||
@staticmethod
|
||||
def file_url(_post_data=None, params=None, **kwargs):
|
||||
return {
|
||||
"item_url": "http://192.168.10.100:8081/api/v2/files/1/",
|
||||
"id": 1,
|
||||
"name": "",
|
||||
"mime": "audio/mp3",
|
||||
"ftype": "audioclip",
|
||||
"filepath": "imported/1/Bag Raiders/Bag Raiders/03 - Bag Raiders - Shooting Stars.mp3",
|
||||
"import_status": 0,
|
||||
"currently_accessing": 0,
|
||||
"mtime": "2022-03-04T13:03:13Z",
|
||||
"utime": "2022-03-04T13:03:11Z",
|
||||
"lptime": "2022-03-04T14:26:18Z",
|
||||
"md5": "65c497bdc702881be607c7961ae814fa",
|
||||
"track_title": "Shooting Stars",
|
||||
"artist_name": "Bag Raiders",
|
||||
"bit_rate": 320000,
|
||||
"sample_rate": 44100,
|
||||
"format": None,
|
||||
"length": "00:03:55.859578",
|
||||
"album_title": "Bag Raiders",
|
||||
"genre": "Electro",
|
||||
"comments": None,
|
||||
"year": "2010",
|
||||
"track_number": 3,
|
||||
"channels": 2,
|
||||
"url": None,
|
||||
"bpm": None,
|
||||
"rating": None,
|
||||
"encoded_by": None,
|
||||
"disc_number": None,
|
||||
"mood": None,
|
||||
"label": None,
|
||||
"composer": None,
|
||||
"encoder": None,
|
||||
"checksum": None,
|
||||
"lyrics": None,
|
||||
"orchestra": None,
|
||||
"conductor": None,
|
||||
"lyricist": None,
|
||||
"original_lyricist": None,
|
||||
"radio_station_name": None,
|
||||
"info_url": None,
|
||||
"artist_url": None,
|
||||
"audio_source_url": None,
|
||||
"radio_station_url": None,
|
||||
"buy_this_url": None,
|
||||
"isrc_number": None,
|
||||
"catalog_number": None,
|
||||
"original_artist": None,
|
||||
"copyright": None,
|
||||
"report_datetime": None,
|
||||
"report_location": None,
|
||||
"report_organization": None,
|
||||
"subject": None,
|
||||
"contributor": None,
|
||||
"language": None,
|
||||
"file_exists": True,
|
||||
"replay_gain": "-8.77",
|
||||
"cuein": "00:00:01.310660",
|
||||
"cueout": "00:03:51.985000",
|
||||
"silan_check": False,
|
||||
"hidden": False,
|
||||
"is_scheduled": True,
|
||||
"is_playlist": False,
|
||||
"filesize": 9505222,
|
||||
"description": None,
|
||||
"artwork": "imported/1/artwork/03 - Bag Raiders - Shooting Stars",
|
||||
"track_type": "TEST",
|
||||
"directory": "http://192.168.10.100:8081/api/v2/music-dirs/1/",
|
||||
"edited_by": None,
|
||||
"owner": "http://192.168.10.100:8081/api/v2/users/1/",
|
||||
"size": 9505222,
|
||||
}
|
||||
|
||||
@staticmethod
|
||||
|
|
Loading…
Reference in New Issue