Spotube suddenly downloads Opus files #2530
Closed
Patrick010
started this conversation in
General
Replies: 1 comment
-
I completely erased Spotube, including residual registry and files and reinstalled. Now it downloads AAC files again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed that Spotube started to download audio tracks in Opus, which is great for quality, but causes a problem. It does not contain any meta data, like when it does in AAC files. Also, if I want to stream them using my Navidrome server the files dont show up because Navidrome cannot extract the needed meta data, what makes it skip the file and therefor doesnt show them in the playlist.
If I inspect the files with ffprobe then I see some interesting differences which make me suspect Spotube not processing the Opus files correctly.
Is there a way to make Spotube download the files in AAC format?
I already set it to M4a
Is this a bug or setting that I missed?
Opus file
D:\temp\2>ffprobe -v quiet -print_format json -show_format -show_streams "Walking On the Chinese Wall - Philip Bailey.m4a"
{
"streams": [
{
"index": 0,
"codec_name": "opus",
"codec_long_name": "Opus (Opus Interactive Audio Codec)",
"codec_type": "audio",
"codec_tag_string": "[0][0][0][0]",
"codec_tag": "0x0000",
"sample_fmt": "fltp",
"sample_rate": "48000",
"channels": 2,
"channel_layout": "stereo",
"bits_per_sample": 0,
"initial_padding": 312,
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/1000",
"start_pts": -7,
"start_time": "-0.007000",
"extradata_size": 19,
"disposition": {
"default": 1,
"dub": 0,
"original": 0,
"comment": 0,
"lyrics": 0,
"karaoke": 0,
"forced": 0,
"hearing_impaired": 0,
"visual_impaired": 0,
"clean_effects": 0,
"attached_pic": 0,
"timed_thumbnails": 0,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"language": "eng"
}
}
],
"format": {
"filename": "Walking On the Chinese Wall - Philip Bailey.m4a",
"nb_streams": 1,
"nb_programs": 0,
"nb_stream_groups": 0,
"format_name": "matroska,webm",
"format_long_name": "Matroska / WebM",
"start_time": "-0.007000",
"duration": "304.901000",
"size": "4912390",
"bit_rate": "128891",
"probe_score": 100,
"tags": {
"encoder": "google/video-file"
}
}
}
AAC File
D:\temp\2>ffprobe -v quiet -print_format json -show_format -show_streams "Ain't No Sunshine - Bill Withers.m4a"
{
"streams": [
{
"index": 0,
"codec_name": "mjpeg",
"codec_long_name": "Motion JPEG",
"profile": "Baseline",
"codec_type": "video",
"codec_tag_string": "[0][0][0][0]",
"codec_tag": "0x0000",
"width": 300,
"height": 300,
"coded_width": 300,
"coded_height": 300,
"closed_captions": 0,
"film_grain": 0,
"has_b_frames": 0,
"sample_aspect_ratio": "1:1",
"display_aspect_ratio": "1:1",
"pix_fmt": "yuvj444p",
"level": -99,
"color_range": "pc",
"color_space": "bt470bg",
"chroma_location": "center",
"refs": 1,
"id": "0x0",
"r_frame_rate": "90000/1",
"avg_frame_rate": "0/0",
"time_base": "1/90000",
"start_pts": 0,
"start_time": "0.000000",
"duration_ts": 11381029,
"duration": "126.455878",
"bits_per_raw_sample": "8",
"disposition": {
"default": 0,
"dub": 0,
"original": 0,
"comment": 0,
"lyrics": 0,
"karaoke": 0,
"forced": 0,
"hearing_impaired": 0,
"visual_impaired": 0,
"clean_effects": 0,
"attached_pic": 1,
"timed_thumbnails": 0,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
}
},
{
"index": 1,
"codec_name": "aac",
"codec_long_name": "AAC (Advanced Audio Coding)",
"profile": "LC",
"codec_type": "audio",
"codec_tag_string": "mp4a",
"codec_tag": "0x6134706d",
"sample_fmt": "fltp",
"sample_rate": "44100",
"channels": 2,
"channel_layout": "stereo",
"bits_per_sample": 0,
"initial_padding": 0,
"id": "0x1",
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/44100",
"start_pts": 0,
"start_time": "0.000000",
"duration_ts": 5576704,
"duration": "126.455873",
"bit_rate": "128317",
"extradata_size": 16,
"disposition": {
"default": 1,
"dub": 0,
"original": 0,
"comment": 0,
"lyrics": 0,
"karaoke": 0,
"forced": 0,
"hearing_impaired": 0,
"visual_impaired": 0,
"clean_effects": 0,
"attached_pic": 0,
"timed_thumbnails": 0,
"non_diegetic": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0,
"multilayer": 0
},
"tags": {
"creation_time": "2024-01-27T05:29:29.000000Z",
"language": "eng",
"handler_name": "ISO Media file produced by Google Inc.",
"vendor_id": "[0][0][0][0]"
}
}
],
"format": {
"filename": "Ain't No Sunshine - Bill Withers.m4a",
"nb_streams": 2,
"nb_programs": 0,
"nb_stream_groups": 0,
"format_name": "mov,mp4,m4a,3gp,3g2,mj2",
"format_long_name": "QuickTime / MOV",
"start_time": "0.000000",
"duration": "126.455873",
"size": "2100676",
"bit_rate": "132895",
"probe_score": 100,
"tags": {
"major_brand": "dash",
"minor_version": "0",
"compatible_brands": "iso6mp41",
"title": "Ain't No Sunshine",
"album": "Just As I Am",
"album_artist": "Bill Withers",
"artist": "Bill Withers",
"date": "1971",
"track": "2",
"disc": "1",
"creation_time": "2024-01-27T05:29:29.000000Z"
}
}
}
Beta Was this translation helpful? Give feedback.
All reactions