mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 07:56:52 +08:00
feat(music): add audio quality workflow
This commit is contained in:
@@ -58,6 +58,16 @@ class TransferHistory(Base):
|
||||
music_type = Column(String)
|
||||
# 专辑预期总曲目数
|
||||
total_tracks = Column(Integer)
|
||||
# 实际音频格式
|
||||
audio_format = Column(String)
|
||||
# 是否无损音频
|
||||
audio_lossless = Column(Boolean)
|
||||
# 实际位深(bit)
|
||||
bit_depth = Column(Integer)
|
||||
# 实际采样率(Hz)
|
||||
sample_rate = Column(Integer)
|
||||
# 实际码率(bps)
|
||||
bitrate = Column(Integer)
|
||||
# Sxx
|
||||
seasons = Column(String)
|
||||
# Exx
|
||||
|
||||
Reference in New Issue
Block a user