AIMP Forum

AIMP for Windows => Ошибки и замечания / Bugs => Topic started by: johnnymentero on April 09, 2025, 21:14:21

Title: [?] [2669] Saving a playlist without absolute path doesn't work
Post by: johnnymentero on April 09, 2025, 21:14:21
Although I have unchecked in Preferences-Playlist-Saving the “Save absolute file path” option, when I save a playlist it always remains with the absolute path. Before (some time ago) it worked fine, I don't know from which version it has stopped working. I have the latest version of the program (v.5.40.2669). I have tried with all file formats, without success.

Thank you very much for your work
Title: Re: Saving a playlist without absolute path doesn't work
Post by: Artem on April 09, 2025, 21:22:57
when I save a playlist it always remains with the absolute path

Ensure that playlist stored to same drive / folder where music files are located.
Title: Re: Saving a playlist without absolute path doesn't work
Post by: johnnymentero on April 10, 2025, 20:51:42
Thanks, Artem.
I save the playlist in the same folder where the files are, in a network drive, but it doesn't work. The final result is the same whether or not you tick the “Save absolute file path” option.
Title: Re: Saving a playlist without absolute path doesn't work
Post by: Artem on April 10, 2025, 22:07:44
in a network drive, but it doesn't work

Does it work with local drive?
Title: Re: Saving a playlist without absolute path doesn't work
Post by: johnnymentero on April 11, 2025, 00:16:32
It works if the files and the playlist are in the same local drive. But some time ago it worked with a network drive. I don't know what could have changed. Do you think there might be a solution?
Title: Re: Saving a playlist without absolute path doesn't work
Post by: Artem on April 11, 2025, 21:43:35
But some time ago it worked with a network drive

What is target path for playlist? What are location of music files?

I've tried to reproduce an issue on my side, but failed - all works fine on my case:
1) My music located in \\netdrive\music\Subnautica
2) I've tried to save the playlist to same path using XSPF file format:
Code: [Select]
<?xml version="1.0" encoding="utf-8"?>
<playlist xmlns="http://xspf.org/ns/0/" xmlns:aimp="https://www.aimp.ru/playlist/ns/0/" version="1" xml:base="file://///storeroom/music/Subnautica/">
<title>Default</title>
<identifier>{AFB111C3-5A39-462F-AF91-EBCBA5B20277}</identifier>
<location>file://///netdrive/music/Subnautica/.~Default.xspf</location>
<trackList>
<track>
<location>Subnautica - 1. Salutations.mp3</location>  <<<<<<<<
As you can see above, file path was stored in relative case.
Title: Re: [?] [2669] Saving a playlist without absolute path doesn't work
Post by: johnnymentero on April 12, 2025, 22:05:04
Thanks, Artem, I'm going to be away for a week, I'll do more tests when I get back.
Title: Re: [?] [2669] Saving a playlist without absolute path doesn't work
Post by: johnnymentero on May 02, 2025, 11:16:22
Sorry for the delay in my reply.

Getting the relative path in the playlists works fine if I map the network drive with a letter. That's the only way I've been able to do it.

Thank you for your help, Artem
Title: Re: [?] [2669] Saving a playlist without absolute path doesn't work
Post by: Artem on May 02, 2025, 12:52:54
Getting the relative path in the playlists works fine if I map the network drive with a letter. That's the only way I've been able to do it.

Yep, it can be a workaround.

Can you share your xspf as example with paths that will not be exported as relative?