AIMP Forum

AIMP for PC => Вопросы / Questions => Topic started by: epicfailv2 on June 14, 2021, 10:17:09

Title: Playlist song skipping
Post by: epicfailv2 on June 14, 2021, 10:17:09
When i navigate through playlist with navigation keys, or hotkeys, or even when song repeats - some songs are skipped. They're visible in playlist and i can play them by double-clicking them in playlist, but they're skipped otherwise.
Analyzing exported playlist file found that this happens due to flag at index 17. When entry was:
Code: [Select]
E:\Soundz\Atom Music Audio - Eternal Flame (Extended Version).mp3|Eternal Flame (Extended Version)|Atom Music Audio|||||||||121|2|44100|359854|5538704|0|0|1||||0||MP3| song was skipping, but after editing playlist file in notepad to be:
Code: [Select]
E:\Soundz\Atom Music Audio - Eternal Flame (Extended Version).mp3|Eternal Flame (Extended Version)|Atom Music Audio|||||||||121|2|44100|359854|5538704|0|1|1||||0||MP3| and reimporting, now it works fine. Don't know how i managed to "disable" them so almost called it a bug, but seems like its a feature.

So how is this track skipping controlled? How to disable this feature or at least how to "reenable" tracks without manually editing playlist file? Should i search for some hotkey?
Title: Re: Playlist song skipping
Post by: CkopoxoD on June 15, 2021, 01:51:39
Make sure you have the switches column enabled.
(https://www.aimp.ru/forum/index.php?action=dlattach;topic=67123.0;attach=63853)
You can turn the song on/off with a spacebar (if it is not reassigned in the hotkeys) or by clicking the checkbox.
(https://www.aimp.ru/forum/index.php?action=dlattach;topic=67123.0;attach=63854)
Title: Re: Playlist song skipping
Post by: Artem on June 15, 2021, 10:20:53
Additionally, make sure that the AutoSwitches (https://www.aimp.ru/?do=catalog&rec_id=286) plugin is not installed.
Title: Re: Playlist song skipping
Post by: epicfailv2 on June 15, 2021, 11:21:01
Thanks @CkopoxoD - it seems that it was spacebar that i was hitting while sleeping.
Switches were hidden in playlist and i didn't have any hotkey assigned to spacebar. Tested it out and spacebar did toggle this behavior.
Also i don't use AutoSwitches plugin. Only way i interact with plugins is disabling update checker once notifications get annoying. :)

Reenabled showing switches to see if any songs are switched off and assigned spacebar to "pause", which now prevents switching with spacebar.

Thanks for the help!