question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Video tracks mess up release

See original GitHub issue

Problem

When importing releases with video tracks, video tracks are ignored, even when audio files are available, and the track numbers are messed up.

For example, this release contains 200 tracks, two of which are video tracks (track numbers 114 and 135). When importing the release (simple beet import FOLDER), the audio files of the two corresponding video files are ignored (“unmatched”), and all tracks between 115 and 134 are mislabeled with numbers 114 to 133, and tracks from 136 to 200 are mislabeled with numbers 134 to 198.

Setup

  • OS: Linux (NixOS)
  • Python version: 3.9
  • beets version: latest (commit 6eec17c6610c06d21ef283cf84254669ef03c227)
  • Turning off plugins made problem go away (yes/no): no

I am not sure if the configuration is of interest because it seems to be a problem with the scraper. Of course, I can add beet config upon request.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
dschrempfcommented, Aug 17, 2022

Thanks for your quick reply! I didn’t know about the ignore_video_tracks setting. Indeed, it worked flawlessly!

I think it would be great to warn the user when video tracks are ignored but those tracks are present in the folder to be imported, instead of marking those files “unmatched”.

Further, I suggest not shifting the track numbers when video tracks are ignored. (But maybe this has a reason I am not aware of).

Finally, and a little unrelated: On my path towards setting ignore_video_tracks to no, I accidentally set import.ignore_video_tracks to no (which is nonsense) and wondered why it didn’t work. I think we could warn users when configuration settings are ignored. Of course this would require a separate ticket or PR. What do you think?

Thanks again for your reply!

0reactions
sampsyocommented, Oct 21, 2022

Right; we’d need a clever way to determine which fields are used (they are accessed lazily).

Read more comments on GitHub >

github_iconTop Results From Across the Web

FAQ: Why does audio or video not go to the track w... - 3540610
Some users have trouble dragging an audio-video clip into the Timeline. When the clip is dragged in to the Timeline, only the video...
Read more >
How to RE-RELEASE a song with DistroKid (after removing)
... Share this video with a friend: https://youtu.be/VrCaDHtiizA 🎞️ Other related videos : How to release music with DistroKid in 2020 ...
Read more >
How to Avoid Timeline Chaos in Avid and Premiere With Sync ...
I have 26 tracks of audio and 5 tracks of video in my timeline. ... all of those points will move to the...
Read more >
Fix incorrect track, album, or artist information - YouTube Help
Fix incorrect track, album, or artist information · Sign in to Studio Content Manager. · From the left menu, select Assets . ·...
Read more >
Avoid These 7 Common Video Editing Mistakes - TechSmith
Most video editors have audio control right on the track. Adjust the audio until the voice and music harmoniously blend together without one...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found