AIMP Forum

AIMP for Windows => Плагины / Plugins => Дополнения / Addons => Плагины-дополнения / Addons => Topic started by: AdrianEddy on August 26, 2015, 04:38:31

Title: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: AdrianEddy on August 26, 2015, 04:38:31
[catalog_card=724]

Hello,
I'd like to present to you my first plugin: SoundCloud support for AIMP

(http://i.imgur.com/LEbevLv.png)

Download
http://eddy.cx/files/aimp_SoundCloud_v1.0-RC4.zip

Changelog
v1.0
- Loading artwork images
- Drag&Drop support
- Open file location
- Copy file to clipboard
- Bug fixes
- Exclusions manager
v0.19
- Added Repost button
v0.18
- Fixed adding URLs without SoundCloud account
- Fixes in Ukrainian language.
v0.17
- Fixed loading all user tracks
- Fixed memory leak in Audio Converter and Advanced Tag Editor
- Added languages: Eesti, Español (Argentina) and Ukrainian.
v0.16
- Added option for including song uploader username in the title
- Added support for /explore and /tags URLs
v0.15
- Added Czech translation (thanks R3gi!)
- Fixed action names in AIMP Hot Keys options
- Options dialog items are now resizing correctly to different translations
- Minor fixes and improvements
v0.14
- Minor fixes and improvements
v0.13
- Fixed memory leak in HTTP requests
v0.12
- Added version information in the options dialog
v0.11
- Connect button is now translatable
- Added Russian language (thanks to Долматов Алексей!)
v0.1
- Initial release

Translations are of course welcome :)

I created this plugin because I like SoundCloud and I use it on a daily basis, but there are some downsides of listening music in web browser. You need to look for the right tab when you want to stop/pause/like/play next track. With AIMP, every action can be on global shortcut so it's much faster. There is also one thing that SoundCloud lacks and that are song exclusions. Stream and recommendations are great but when some song is completely not in my taste, there is no way to permanently hide it from stream or recommendations. Making plugin for AIMP solved all my problems :)

It is not yet tested on every possible use case so please report any bugs you encounter.

I'm looking forward to your feedback :)

Code can be found at https://github.com/AdrianEddy/AIMPSoundcloud

Notes/feature requests/questions for the AIMP Dev Team:
- There is no way to add custom group to playlist programatically
- Some of IAIMPFileInfo properties are not saved in playlist file (e.g. I can't save comment, url or AIMP_FILEINFO_PROPID_CUSTOM)
- There is no way to know the result of confirmation for AIMP_MSG_CMD_PLS_DELETE_PLAYING_FROM_HDD. I can only intercept the call, but I don't know if user clicked OK or Cancel
- Internet API doesn't allow to send request with custom method like PUT or DELETE
- The track duration is not displayed even if it is explicitly set in IAIMPFileInfo (it is also not saved in playlist file)
- There is no way to intercept the drag and drop to windows explorer. Or better, it should possible right in AIMP to also drag the radio stream (it should just download stream to file, only if it is not live of course)
- There is no information in the docs that IAIMPExtensionPlaylistManagerListener should be registered as IID_IAIMPServicePlaylistManager. An intuitive thing to do for me was to try to register it as RegisterExtension(IID_IAIMPExtensionPlaylistManagerListener, ...
- There is no way to handle custom Open File Location
- There is no way to handle Copy selected files to clipboard
- (Bonus for AIMP4) API to load custom waveform image or data
- Should IAIMPString *ContentType be released in OnAccept handler?
- AIMP4 insists that there is memory leak after any of my HTTP requests, even though I'm pretty sure I'm releasing all streams and handles. Is that my fault or AIMP's? (code (https://github.com/AdrianEddy/AIMPSoundcloud/blob/master/AimpHTTP.cpp))
- What is the procedure of adding plugin to aimp.ru addons catalog?

Screenshots:
(https://raw.githubusercontent.com/AdrianEddy/AIMPSoundcloud/master/_screenshots/options.png)
(https://raw.githubusercontent.com/AdrianEddy/AIMPSoundcloud/master/_screenshots/playlists.png)
(https://raw.githubusercontent.com/AdrianEddy/AIMPSoundcloud/master/_screenshots/contextmenu.png)
(https://raw.githubusercontent.com/AdrianEddy/AIMPSoundcloud/master/_screenshots/addurl.png)
Title: Re: SoundCloud plugin for AIMP [v0.1 alpha]
Post by: Алексей Долматов on August 26, 2015, 05:47:37
Good.
Russian translate in attach. The length of the lines does not depend on the length of the text, so little has changed phrases.
If possible, make the connection with the transferred key account (You can refer to the figure "<lang>_connect.png"\"<lang>_disconnect.png") in a folder with the languages.
Title: Re: SoundCloud plugin for AIMP [v0.1 alpha]
Post by: Artem on August 26, 2015, 09:18:21
Wow, great job!
Title: Re: SoundCloud plugin for AIMP [v0.1 alpha]
Post by: Artem on August 26, 2015, 09:30:35
1. There is no way to add custom group to playlist programatically
2. Some of IAIMPFileInfo properties are not saved in playlist file (e.g. I can't save comment, url or AIMP_FILEINFO_PROPID_CUSTOM)
3. There is no way to know the result of confirmation for AIMP_MSG_CMD_PLS_DELETE_PLAYING_FROM_HDD. I can only intercept the call, but I don't know if user clicked OK or Cancel
4. Internet API doesn't allow to send request with custom method like PUT or DELETE
5. The track duration is not displayed even if it is explicitly set in IAIMPFileInfo (it is also not saved in playlist file)
6. There is no way to intercept the drag and drop to windows explorer. Or better, it should possible right in AIMP to also drag the radio stream (it should just download stream to file, only it it is not live of course)
7. There is no information in the docs that IAIMPExtensionPlaylistManagerListener should be registered as IID_IAIMPServicePlaylistManager. An intuitive thing to do for me was to try to register it as RegisterExtension(IID_IAIMPExtensionPlaylistManagerListener, ...
8. There is no way to handle custom Open File Location
9. There is no way to handle Copy selected files to clipboard
10. (Bonus for AIMP4) API to load custom waveform image or data
11. Should IAIMPString *ContentType be released in OnAccept handler?
12. AIMP4 insists that there is memory leak after any of my HTTP requests, even though I'm pretty sure I'm releasing all streams and handles. Is that my fault or AIMP's? (code (https://github.com/AdrianEddy/AIMPSoundcloud/blob/master/AimpHTTP.cpp))
13. What is the procedure of adding plugin to aimp.ru addons catalog?

1. Yes, all groups creates based on user-defined template.
2. Yes, because playlist file format does not allow save multiline values or custom data.
3. Ok, I will think about that for next version of API.
5. This is a bug, I hope that it will be fixed before release of v4.0
6. Ok, I will think about that for next version of API.
7. I will fix it for next update
8-9. What you want to do for this command? Open the browser with information about the file/stream?
10. I think, I should teach him to work with remote files.
11. I think no, if you dont call the AddRef method
12. I will test it today on my debug version, I will let you know about the results.
13. I need small preview (200x150 px) for publishing the plugin. Optionally, you can provide to me large preview too (it appears when user clicking the small preview).
Title: Re: SoundCloud plugin for AIMP [v0.1 alpha]
Post by: Soolo on August 26, 2015, 10:02:24
Great plugin!
Dialog add url is not very convenient. It would be better to use a mini-browser
Title: Re: SoundCloud plugin for AIMP [v0.1 alpha]
Post by: AdrianEddy on August 26, 2015, 21:38:31
Russian translate in attach. The length of the lines does not depend on the length of the text, so little has changed phrases.
Спасибо :)
If possible, make the connection with the transferred key account (You can refer to the figure "<lang>_connect.png"\"<lang>_disconnect.png") in a folder with the languages.
Who needs images anyway? :D I recreated the button in code so it is directly translatable from lang file now. I updated the links.

2. Yes, because playlist file format does not allow save multiline values or custom data.
8-9. What you want to do for this command? Open the browser with information about the file/stream?
11. I think no, if you dont call the AddRef method
13. I need small preview (200x150 px) for publishing the plugin. Optionally, you can provide to me large preview too (it appears when user clicking the small preview).

2. I understand, there is no problem with local files, because AIMP can easily query file and read ID3 data. But there is no way to set any attributes when working with remote files. Maybe as a dirty (but easy) workaround use some special url parameters? For example http://example.com/stream?AIMP_TrackId=2&AIMP_BPM=125&AIMP_URL=http%3A%2F%2Ftest.com&AIMP_CustomData=123. Not very important, just an idea.
8-9. Yes, open song url in web browser or copy to clipboard url to song's SoundCloud page. IAIMPPlaylistItem * would be nice parameter in callback for this function.
11. Exactly what I thought but from the AIMP4 memory leak log it looks like content type is leaking.
13. https://drive.google.com/file/d/0B-f9jVoGmm7eTU1pSXZXTnpCbnM/view?usp=sharing
I have to thank you for this amazing audio player :) Keep up the good work!

Dialog add url is not very convenient. It would be better to use a mini-browser
A mini-browser is IMHO a bit overkill for that plugin. You can still search for new music/artists in your favorite web browser and just add a playlist or user you like to AIMP.
Remember that my plugin automatically loads new content, so you don't need to use this dialog that much.
Title: Re: SoundCloud plugin for AIMP [v0.11 alpha]
Post by: Алексей Долматов on August 26, 2015, 22:11:35
1. Please, add version in plugin. As https://www.aimp.ru/forum/index.php?topic=49173.0
2. Для русскоговорящих: Перевод сделал на скорую руку. у кого есть пожелания пишите для автора здесь.
Title: Re: SoundCloud plugin for AIMP [v0.11 alpha]
Post by: Я Гриша! on August 26, 2015, 22:24:19
Ух ты! Veri goog! +1. Приеду заценю
Title: Re: SoundCloud plugin for AIMP [v0.12 alpha]
Post by: Artem on August 27, 2015, 08:59:05
11. Exactly what I thought but from the AIMP4 memory leak log it looks like content type is leaking.

Hm, so try to release it
Title: Re: SoundCloud plugin for AIMP [v0.12 alpha]
Post by: Алексей Долматов on August 27, 2015, 11:56:14
A good design will write history as the same changes to the cap under the "cut".
Title: Re: SoundCloud plugin for AIMP [v0.12 alpha]
Post by: Artem on August 27, 2015, 15:12:32
So, I have checked the plugin, looks like plugin does not release refereneces of interfaced objects in some cases. I think, this happend because of difference between C++ and Delphi when working with interfaces.
Title: Re: SoundCloud plugin for AIMP [v0.12 alpha]
Post by: AdrianEddy on August 27, 2015, 15:49:12
Hm, so try to release it

Tried, but it didn't change anything. The strange thing is, I can call ContentType->Release() 20 times in a row and nothing happens. When you release any other object more than once the app should crash, but not with ContentType. It looks like calling Release doesn't do anything.

So, I have checked the plugin, looks like plugin does not release refereneces of interfaced objects in some cases. I think, this happend because of difference between C++ and Delphi when working with interfaces.
I was able to narrow it down to IAIMPHTTPClientEvents (AimpHTTP::EventListener in my code). When I make Get request with the event listener, there is a leak. I am sure that the instance of EventListener is deleted (by AIMP), but there is still a leak somewhere :(
Quote
13 - 20 bytes: TACLCriticalSection x 1
37 - 52 bytes: TAIMPStringAdapter x 1
53 - 68 bytes: UnicodeString x 1
Full leak report. (http://pastebin.com/qKjhkVpB)
You can see among the leaked data unicode string "text/html; charset=UTF-8". even though i have ContentType->Release() in OnAccept



Title: Re: SoundCloud plugin for AIMP [v0.12 alpha]
Post by: AdrianEddy on August 27, 2015, 16:59:43
Ok, I attached the debugger to AIMP and tried to find the origin of the leak. After some digging in assembly code I found out that ContentType is never AddRef'd in AIMP, before calling OnAccept, so releasing it causes integer overflow:
Code: [Select]
{pseudo-code}
ContentType.refCount := 0;
OnAccept();
- ContentType.Release();
--- refCount := refCount - 1; { 0 - 1 = 0xFFFFFFFF }
--- if refCount = 0 then { At this point, refCount = 0xFFFFFFFF so this condition is never met! }
---     free the memory
---
The memory is allocated for the string, but with the reference count set to 0 - it is never freed.
So I solved it by calling:
Code: [Select]
ContentType->AddRef(); // refCount = 1
ContentType->Release(); // refCount = 0 and free the memory
in OnAccept handler.

This is however counter-intuitive and I think there should be AddRef in AIMP before OnAccept, and Release after the call.

Let me know your thoughts about this.
Title: Re: SoundCloud plugin for AIMP [v0.13 alpha]
Post by: Artem on August 28, 2015, 08:50:56
This is however counter-intuitive and I think there should be AddRef in AIMP before OnAccept, and Release after the call.
Let me know your thoughts about this.

Hm, its very interested fact. So, ARC for interfaces implemented in Delphi on framework level, I think that is not good idea to call AddRef / Release manually on my side.
Title: Re: SoundCloud plugin for AIMP [v0.13 alpha]
Post by: FreeMan700 on August 28, 2015, 09:13:58
Классная работа! +1
Title: Re: SoundCloud plugin for AIMP [v0.14]
Post by: Я Гриша! on September 09, 2015, 01:11:09
10. I think, I should teach him to work with remote files.
+1

Russian translate in attach.
Спасибо! +1

AdrianEddy,
1. Can make a normal map titles and artists of songs in the header and in the playlist?
Information about who uploaded the file on the server is not interesting.

2. Add url, not parsed "https://soundcloud.com/explore/folk+&+singer-songwriter"
Title: Re: SoundCloud plugin for AIMP [v0.14]
Post by: young26 on September 09, 2015, 10:11:08
Ребят, т.к. не владею английским в нужной степени, можно кратко пояснить, в чем принципиальное отличие этого плагина от https://www.aimp.ru/forum/index.php?topic=45405.0
Title: Re: SoundCloud plugin for AIMP [v0.14]
Post by: Soolo on September 09, 2015, 10:13:47
Ребят, т.к. не владею английским в нужной степени, можно кратко пояснить, в чем принципиальное отличие этого плагина от https://www.aimp.ru/forum/index.php?topic=45405.0
Этот плагин работает с сервисом https://soundcloud.com/
А не с облачными хранилищами пользователя
Title: Re: SoundCloud plugin for AIMP [v0.14]
Post by: Алексей Долматов on September 09, 2015, 10:16:43
Ребят, т.к. не владею английским в нужной степени, можно кратко пояснить, в чем принципиальное отличие этого плагина от https://www.aimp.ru/forum/index.php?topic=45405.0
Плагин в этой теме полностью адаптирован под сервис SoundCloud, в основном достаточно только авторизоваться через браузер.
AudioCloud подключается по протоколу WebDAV к различным хранилищам и требует настройки, а так-же не поддерживает подключение к SoundCloud
Title: Re: SoundCloud plugin for AIMP [v0.14]
Post by: R3gi on September 09, 2015, 17:41:27
Many thanks for this great extension! I've created initial Czech translation. There's only one problem: there is not enough space in the settings, so the translation is cutted. Please, is it possible to enlarge the space?
Thank you,
R3gi

EDIT: https://github.com/AdrianEddy/AIMPSoundcloud/pull/1

Please, how can I remove track(s) from exclusions?
Title: Re: SoundCloud plugin for AIMP [v0.14]
Post by: AdrianEddy on September 10, 2015, 03:27:30
Many thanks for this great extension! I've created initial Czech translation. There's only one problem: there is not enough space in the settings, so the translation is cutted. Please, is it possible to enlarge the space?
Thank you! I've updated the plugin with your translation and also fixed the translation size in options dialog.

1. Can make a normal map titles and artists of songs in the header and in the playlist?
Information about who uploaded the file on the server is not interesting.
2. Add url, not parsed "https://soundcloud.com/explore/folk+&+singer-songwriter"
1. Done
2. Done
@Долматов Алексей and @R3gi: Please update translations for the missing "AddUsernameToTitle=Add author username to track title". Thank you

v0.16 download: https://drive.google.com/file/d/0B-f9jVoGmm7eYUxSZEdSbmZLWk0/view?usp=sharing

@Artem: How can I upload new version to the plugin catalog?

Please, how can I remove track(s) from exclusions?
I will make convenient dialog for managing exclusions in the future versions, but unfortunately for now you'll have to manually edit %appdata%\AIMP3\AIMPSoundcloud\Config.json file.
Title: Re: SoundCloud plugin for AIMP [v0.16]
Post by: Алексей Долматов on September 10, 2015, 06:31:39
Translate update
Title: Re: SoundCloud plugin for AIMP [v0.16]
Post by: Я Гриша! on September 12, 2015, 02:32:45
1. Done
Thank you so much better. However, I would like information write according to patterns: "Title" in title, "Artist" in artist, "Album" in album.
Quote
2. Done
Thank you excellent! Is it possible to make the shape of the number of the parsing tracks?

More would like to ask whether the addition of the contents depend on the recommendations of the track selected, right-click? If not, can it is necessary to add this feature when you click on an empty playlist or menu?
Title: Re: SoundCloud plugin for AIMP [v0.16]
Post by: +Fix on September 14, 2015, 21:24:44
Made translation for your plugin
Title: Re: SoundCloud plugin for AIMP [v0.16]
Post by: Алексей Долматов on September 14, 2015, 21:28:54
Made translation for your plugin
Error!
For Eesti (EE) LangId=1061
https://support.microsoft.com/kb/221435
Title: Re: SoundCloud plugin for AIMP [v0.16]
Post by: +Fix on September 15, 2015, 20:30:44
Yea, sorry for that, fixed
Title: Re: SoundCloud plugin for AIMP [v0.16]
Post by: WolfGrid on September 20, 2015, 02:38:13
Thank You for this plugin!
Here is translation to Serbian language if you want to include.
Title: Re: SoundCloud plugin for AIMP [v0.16]
Post by: AcTePuKc on September 22, 2015, 03:49:48
Great plugin, here is translation for Bulgarian language.
Thanks !  :D
Title: Re: SoundCloud plugin for AIMP [v0.16]
Post by: Artem on September 23, 2015, 16:19:35
Thanks to all for the translations. I have updated the archive in our catalog
Title: Re: SoundCloud plugin for AIMP [v0.16]
Post by: unc0nnected on September 24, 2015, 16:46:01
Fantastic plugin overall, being able to hook directly into soundcloud is incredible so thank you for your work making this happen!

One suggestion I have is allowing users to sort their playlist by creation date.  I noticed that the creation date info is not included in soundcloud tracks when they are in the AIMP playlist and as such you can't sort by this at all.  If you could copy the date that the track was added and use that as a creation date hopefully that would allow proper sorting.

For me I follow a lot of people and am mainly interested in seeing longer tracks(60minutes+) so my end goal would be to sort first by day added and then second by track length so I can see the longest tracks submitted today.  But currently because length/size cannot be inversely sorted and because soundcloud tracks don't have a creation date this is impossible :(
Title: Re: SoundCloud plugin for AIMP [v0.16]
Post by: on September 26, 2015, 00:37:23
New locale! es-AR [Español (Argentina) / Spanish (Argentina)]
Title: Re: SoundCloud plugin for AIMP [v0.16]
Post by: Gxost on September 27, 2015, 12:30:49
Great plugin! Here is Ukrainian translation.
Title: Re: SoundCloud plugin for AIMP [v0.16]
Post by: butthead on October 13, 2015, 15:43:49
А можно то же самое, только для вконтакте ?))))
....
сорян уже нашел.удалите сообщение
Title: Re: SoundCloud plugin for AIMP [v0.16]
Post by: Patrols on October 27, 2015, 04:19:11

Вот это действительно полезный плагин.Спасибо автору.
Title: bug?
Post by: Colpacheque on October 27, 2015, 12:47:12
Guys, there is a strange thing happening: when i am trying to add all songs from some channel on SoundCloud, only part of all tracks adding to my playlist. Video of this bug happening - https://youtu.be/kt59XETttzY (https://youtu.be/kt59XETttzY). Any ideas?
Title: Re: SoundCloud plugin for AIMP [v0.16]
Post by: koleand on October 29, 2015, 15:56:24
Приветствую! Подскажите, есть ли возможность увеличить битрейт воспроизведения? Было бы неплохо добавить в базовый функционал!

Hi! Tell me, is it possible to increase the bit rate playback? It would be nice to add to the base functionality!
Title: Re: SoundCloud plugin for AIMP [v0.16]
Post by: +Fix on November 02, 2015, 19:04:30
Thanks to all for the translations. I have updated the archive in our catalog

Estonian still missing, i guess you missed it :)
Title: Re: SoundCloud plugin for AIMP [v0.16]
Post by: Soolo on November 11, 2015, 08:29:48
There is a memory leak when opening / closing the Advanced Tag Editor and Audio Converter
Title: Re: bug?
Post by: AdrianEddy on November 11, 2015, 19:36:00
Guys, there is a strange thing happening: when i am trying to add all songs from some channel on SoundCloud, only part of all tracks adding to my playlist. Video of this bug happening - https://youtu.be/kt59XETttzY (https://youtu.be/kt59XETttzY). Any ideas?
Fixed in v0.17

Estonian still missing, i guess you missed it :)
Added in v0.17, thanks!

There is a memory leak when opening / closing the Advanced Tag Editor and Audio Converter
Fixed in v0.17

Приветствую! Подскажите, есть ли возможность увеличить битрейт воспроизведения? Было бы неплохо добавить в базовый функционал!

Hi! Tell me, is it possible to increase the bit rate playback? It would be nice to add to the base functionality!
I don't think so, SoundCloud only provides one stream option.
Title: Re: SoundCloud plugin for AIMP [v0.17]
Post by: sprayer on November 12, 2015, 22:43:20
Hi,

Can you add repost button?

Thanks
Title: Re: bug?
Post by: Colpacheque on November 13, 2015, 03:15:52
Fixed in v0.17
Indeed, now it's working. Thank you.
Title: Re: SoundCloud plugin for AIMP [v0.17]
Post by: AlexeyKo on November 18, 2015, 20:14:53
I try to add any SoundcloudURL (like this for example: https://soundcloud.com/kirsty-p/tracks) with corresponding menu item, but the player return a message window: "Could not resolve this url". Do I need to log in my SoundCloud account via player to make this plugin work or is something else wrong?
Title: Re: SoundCloud plugin for AIMP [v0.17]
Post by: Soolo on November 18, 2015, 20:21:52
Do I need to log in my SoundCloud account via player to make this plugin work or is something else wrong?
yes
Title: Re: SoundCloud plugin for AIMP [v0.17]
Post by: AlexeyKo on November 18, 2015, 20:50:39
Ok. Thanks. And, do you plan to make so that the plugin work without registration? I know that to create account and log in it is easy, but it would be great if plugin allows to simplest use the SoundCloud like giant music library, as in the case of Youtube plugin.
Title: Re: SoundCloud plugin for AIMP [v0.17]
Post by: AdrianEddy on November 18, 2015, 21:15:57
I try to add any SoundcloudURL (like this for example: https://soundcloud.com/kirsty-p/tracks) with corresponding menu item, but the player return a message window: "Could not resolve this url". Do I need to log in my SoundCloud account via player to make this plugin work or is something else wrong?

That was a bug. It should be possible to use this plugin without account.
I've fixed it in v0.18:
https://drive.google.com/file/d/0B-f9jVoGmm7eYUxSZEdSbmZLWk0/view?usp=sharing
https://www.dropbox.com/s/cqsy9wkjpbnmsgo/aimp_SoundCloud.zip?dl=1
http://eddy.cx/files/aimp_SoundCloud.zip
Title: Re: SoundCloud plugin for AIMP [v0.18]
Post by: sprayer on November 21, 2015, 20:35:25
AdrianEddy
Please add repost button in context menu
(http://savepic.ru/8103887.jpg)
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: AdrianEddy on December 10, 2015, 05:53:33
AdrianEddy
Please add repost button in context menu
(http://savepic.ru/8103887.jpg)

Done in v0.19
Title: SoundCloud plugin for AIMP [v0.19]
Post by: edfaab on December 11, 2015, 22:17:32
Помогите пожалуйста, не могу в плеере слушать лайкнутые песни другого пользователя...
(такая функция есть вообще?простите)
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Soolo on December 11, 2015, 23:26:20
Помогите пожалуйста, не могу в плеере слушать лайкнутые песни другого пользователя...
(такая функция есть вообще?простите)
Конкретной выборки по лайкнутым нет
А просто треки из другого профиля - не проблема, нужно вставлять ссылку на плейлист
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: edfaab on December 12, 2015, 20:49:52
Конкретной выборки по лайкнутым нет
А просто треки из другого профиля - не проблема, нужно вставлять ссылку на плейлист
подскажите  пожалуйста как это сделать
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Soolo on December 12, 2015, 20:59:07
подскажите  пожалуйста как это сделать
Как и всегда: скопировать ссылку из браузера
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: qenxdi on December 15, 2015, 17:30:34
А куда вставлять в плеере? Где найти окошко AddUrl от аддона? Вместо стандартного. На скриншоте для примера ввел ссылку:
(http://i.imgur.com/w3sANBF.jpg)
Появляется одна строчка My Radio и всё. Ноль реакции.


И кстати. Смотрите слева название вкладки плейлиста - РекомеНОвано. Кто переводил на русский, тому небольшое замечание) :P
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: sprayer on December 15, 2015, 18:02:52
Done in v0.19
thank you so much
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Алексей Долматов on December 15, 2015, 21:14:39
И кстати. Смотрите слева название вкладки плейлиста - РекомеНОвано. Кто переводил на русский, тому небольшое замечание) :P
Спасибо, нужно файл будет подправить.
2. Для русскоговорящих: Перевод сделал на скорую руку. у кого есть пожелания пишите для автора здесь.
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Я Гриша! on December 16, 2015, 03:12:22
А куда вставлять в плеере? Где найти окошко AddUrl от аддона?
(http://i.imgur.com/i8qx5nl.png)
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: rajat on December 20, 2015, 16:27:11
I have used this plugin in the past, but recently it has stopped working for me. I am on v0.19 of this plugin and AIMP4 public release.
The plugin shows up in list of plugins, and I can successfully connect it to soundcloud (it authenticates and shows user name and pic).
But the player doesn't show the soundcloud menu entries, and doesn't play any soundcloud urls.

I have tried these already:
- Delete AIMP installation folder
- Delete AIMP user folder
- Reinstall AIMP
- Disconnect/Reconnect plugin to Soundcloud

any help please?
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: AdrianEddy on December 20, 2015, 22:02:12
I have used this plugin in the past, but recently it has stopped working for me. I am on v0.19 of this plugin and AIMP4 public release.
The plugin shows up in list of plugins, and I can successfully connect it to soundcloud (it authenticates and shows user name and pic).
But the player doesn't show the soundcloud menu entries, and doesn't play any soundcloud urls.

I have tried these already:
- Delete AIMP installation folder
- Delete AIMP user folder
- Reinstall AIMP
- Disconnect/Reconnect plugin to Soundcloud

any help please?

That's strange. I tested it in the latest AIMP4 and it works fine. Maybe try to change the AIMP skin and see if that helps?
Also check if it's working with AIMP 3.6 on your computer

Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: rajat on December 20, 2015, 22:22:45
I was using the Bliss Dark skin, but I went back to original Bliss and Pandemic skins, again same result.
And weirdly its the same thing with v3.6 - I tried portable install in a separate folder, so it is surely unaffected by the other version.

Don't know if these will help, but here goes some screens and error reports:
v4's connected plugin screen: http://i.imgur.com/JzjOr99.png
v4's player menu: http://i.imgur.com/As8xX9F.png

v3.6's error when I add a url through the standard Add Url prompt:
Code: [Select]
File: https://soundcloud.com/explore
Code: 40 (00000028)
Message: Connection timeout
-------------------------
HTTP/1.1 200 OK
Cache-Control: private, max-age=0
Content-Type: text/html
Date: Sun, 20 Dec 2015 19:21:14 GMT
Server: am/2
Set-Cookie: sc_anonymous_id=394679-881071-509875-296216; path=/; expires=Wed, 17 Dec 2025 19:21:14 GMT; domain=.soundcloud.com
Via: sssr
X-Frame-Options: SAMEORIGIN
Content-Length: 20500
Connection: close
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: AdrianEddy on December 20, 2015, 22:32:55
I was using the Bliss Dark skin, but I went back to original Bliss and Pandemic skins, again same result.
And weirdly its the same thing with v3.6 - I tried portable install in a separate folder, so it is surely unaffected by the other version.

Don't know if these will help, but here goes some screens and error reports:
v4's connected plugin screen: http://i.imgur.com/JzjOr99.png
v4's player menu: http://i.imgur.com/As8xX9F.png

v3.6's error when I add a url through the standard Add Url prompt:
Code: [Select]
File: https://soundcloud.com/explore
Code: 40 (00000028)
Message: Connection timeout
-------------------------
HTTP/1.1 200 OK
Cache-Control: private, max-age=0
Content-Type: text/html
Date: Sun, 20 Dec 2015 19:21:14 GMT
Server: am/2
Set-Cookie: sc_anonymous_id=394679-881071-509875-296216; path=/; expires=Wed, 17 Dec 2025 19:21:14 GMT; domain=.soundcloud.com
Via: sssr
X-Frame-Options: SAMEORIGIN
Content-Length: 20500
Connection: close

And what about Plus button on the bottom? ( http://i.imgur.com/LwedN3C.jpg )
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: rajat on December 20, 2015, 22:49:39
Thank you, That freakin worked! I have SoundCloud option there and adding a URL via there works perfectly. Now I feel a bit like an idiot - but is the menu I showed in screenshot not supposed to have this same option? Either way, looks like I missed something that should've been obvious.
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: paradonym on December 27, 2015, 16:49:44
I don't know what's the correct LangID for german, but here's a german.lng except the correct LangID:
Code: [Select]
[FILE]
Author=paradonym
Name=Deutsch (DE)
VersionID=0
LangId=1031

[SoundCloud]
ConnectStatusOK=Zugriff erteilt|Du kannst dieses Browserfenster nun schließen und zu AIMP zurückkehren.
ConnectStatusError=Entschuldigung, ein Fehler|Konnte nicht mit SoundCloud Account verbinden. Bitte gehe zurück zu AIMP und versuche es erneut.
Likes=SoundCloud - Likes|'s likes
Stream=SoundCloud - Stream|'s stream
Recommended=Voschläge für
Prefix=SoundCloud -

[SoundCloud.Messages]
Error=Fehler
CantResolve=Kann diese URL nicht auflösen.

[SoundCloud.Menu]
Repost=Repost
AddURL=SoundCloud URL
MyTracksAndPlaylists=Meine Tracks und Playlists
MyStream=SoundCloud stream
MyLikes=SoundCloud likes
LoadRecommendations=Vorschläge laden|Hier|Neue Playlist erstellen
OpenInBrowser=Öffne in Webbrowser
AddToExclusions=zu Ausnahmen hinzufügen
LikeUnlike=Like / Unlike|Like|Unlike

[SoundCloud.AddURL]
Title=Add SoundCloud URL
URL=SoundCloud URL
CreateNew=Neue Playlist erstellen
OK=OK
PlaylistName=Playlist-Name (optional)

[SoundCloud.Options]
Title=SoundCloud
Account=SoundCloud Account
ConnectButton=Verbinden|Trennen
General=Generell
AddDurationToTitle=Füge Dauer zu Track-Datei hinzu
AddUsernameToTitle=Füge Author-Name zu Track-Titel hinzu
LimitUserStream=Limitiere User-Stream-Einträge auf|tracks
MonitorURLs=Überwache hinzugefügte URLs
MonitorLikes=Überwache Nutzer-likes
MonitorStream=Überwache Nutzer-stream
CheckAtStartup=Überprüfe auf neue Tracks bei Starten von AIMP
CheckEvery=Überprüfe auf neue Tracks alle|hours
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Havock94 on January 15, 2016, 17:14:42
Hi!
Does this work on AIMP4?
I updated the program yesterday and I noticed that it doesn't sync with the likes on the website. I tried to install on another PC and it doesn't even get the stream.

I think it is due to the new version, if you could fix this, it would be awesome! Congrats for the plugin!
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: alvinek34 on January 16, 2016, 03:46:50
I've got a strange bug, there are no captions in settings, context menu and everywhere plugin is. Changed AIMP 4 language to english but it doesnt fix the problem (previously was polish). Hopefully it works because it loaded music from my account, but i can't use it properly :(

http://i.imgur.com/stg5wDv.png
http://i.imgur.com/OV54teA.png

Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Soolo on January 16, 2016, 11:33:26
Copy Langs folder to soundcloud folder
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: alvinek34 on January 16, 2016, 21:58:43
Just realised that the problem came from this, that i downloaded plugin from AIMP mainpage and in the RAR archive there was no language files. Downloaded it from first post of this thread and it worked, thanks for help.
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: p3LZ3r on January 20, 2016, 02:55:12
What about adding this: https://developers.soundcloud.com/docs/api/reference#artwork_url for covers?
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Havock94 on January 20, 2016, 12:22:57
Am I the only who can't make it work on AIMP 4?
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Soolo on January 20, 2016, 13:37:26
Am I the only who can't make it work on AIMP 4?
https://www.aimp.ru/forum/index.php?topic=44978.0
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Havock94 on January 22, 2016, 16:11:05
I tried to do that but it doesn't work. The plugin shows up correctly in the options but it doesn't update the stream and doesn't sync likes  :( :(
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: bastus on January 25, 2016, 18:06:26
Sometimes plugin doesn't load stream or favs (happens both on 3.60 and 4.00). Also I would like to ask, how to bring back exclusions to stream? Is there a list of them?
Thx for great job.

[ed]
Also, is there a way to load stream in reverse order? Oldest first, so no new song will be missed ;)
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Powerburner on January 25, 2016, 19:15:59
Good afternoon,

I made a Dutch translation for your SoundCloud plugin. See attachment.
Kind regards.
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: AdrianEddy on February 01, 2016, 21:23:29
Good afternoon,

I made a Dutch translation for your SoundCloud plugin. See attachment.
Kind regards.

Thank you very much, I've included the translation in the package.
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Havock94 on February 17, 2016, 23:27:31
Hi,
I would like to report that I just installed this plugin on a fresh installation of Windows 10 and AIMP 4.
Right click doesn't have any Soundcloud entry and I can't import Soundcloud stream nor likes.

Anyone knows any fix for this?
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Я Гриша! on February 19, 2016, 18:15:47
Hi,
I would like to report that I just installed this plugin on a fresh installation of Windows 10 and AIMP 4.
Right click doesn't have any Soundcloud entry and I can't import Soundcloud stream nor likes.

Anyone knows any fix for this?
Hi
Check whether there is a plugin to the plugin list
https://www.aimp.ru/forum/index.php?topic=44978.0
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Havock94 on February 23, 2016, 14:17:33
Hi
Check whether there is a plugin to the plugin list
https://www.aimp.ru/forum/index.php?topic=44978.0

Hi, the plugin is correctly installed as I see it in the AIMP interface under the option menu. I correctly logged into Soundcloud but no song is added to playlist (I don't even see the Soundcloud options in the contextual menu)
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Я Гриша! on February 23, 2016, 23:46:52
Hi, the plugin is correctly installed as I see it in the AIMP interface under the option menu. I correctly logged into Soundcloud but no song is added to playlist (I don't even see the Soundcloud options in the contextual menu)
Menu only when you click on these buttons.
(http://i.imgur.com/RCZnuQi.png)
The rest of the menu only when you click on the track in the playlist from SoundCloud
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Я Гриша! on February 24, 2016, 00:56:34
I think that the duplication of the previous sentence the parent item - a bad tone.
(http://i.imgur.com/QAsosEt.png)

Here=Add to curent playlist
It is advisable to use a phrase of AIMP available lexicon suitable for the essence.
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Havock94 on March 03, 2016, 21:26:27
I think that the duplication of the previous sentence the parent item - a bad tone.
(http://i.imgur.com/QAsosEt.png)

Here=Add to curent playlist
It is advisable to use a phrase of AIMP available lexicon suitable for the essence.

Hi, thank you for the reply..

As you can see from the photo, there isn't the Soundcloud contextual menu entry
(http://i.imgur.com/0QajBRZ.png)


Even if the plugin is correctly loaded
(http://i.imgur.com/AWhtZD7.jpg)


If anyone know what can cause this, I'm all ears  ;) :-\
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Havock94 on March 03, 2016, 21:28:27
UPDATE: My bad, I didn't use the "+" Sign in the interface to load Soundcloud likes so I was seeing no contextual menu!
Thanks for your help!!
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Soolo on March 03, 2016, 21:31:03
As you can see from the photo, there isn't the Soundcloud contextual menu entry
Menu "Playlist management"
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: DesweR on March 08, 2016, 19:05:18
Hi, in a playlist there is a link:
http://tracks/A/B

If to open the context menu of a playlist (right click on a track) - we receive an error: External exception E06D7363.
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: UNDER_GREY on March 30, 2016, 20:33:30
AdrianEddy, does the album cover showing?
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: iced00d on April 09, 2016, 04:44:11
Good evening.  I just dloaded this plugin, added to the plugin directory and started AIMP3.  But when I go to connect to Soundcloud and click connect I get - localhost refused to connect (localhost:38916).  I'm unable to connect this plugin to my acct.  Tks..
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: +Fix on April 19, 2016, 18:30:06
some bugfixes in lang file
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Kolkaya Kolka on April 29, 2016, 20:34:15
А можно вопрос? Вот я случайно удали плейлист "Нравится", то что мне делать?
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Soolo on April 29, 2016, 20:46:59
А можно вопрос? Вот я случайно удали плейлист "Нравится", то что мне делать?
искать в менеджере плейлистов
правой кнопкой по вкладке \ управление плейлистами
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: DarkMyth on April 29, 2016, 21:01:31
Hi,

I did the translation to Brazilian Portuguese (attached)
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: spyfox on June 11, 2016, 15:16:14
Здравствуйте. Подскажите пожалуйста, где искать проблему. Дело в том, что в плагине не происходит полная авторизация: плагин перебрасывает на сайт,  там я авторизуюсь, дальше идёт вопрос о подтверждении разрешения доступа плагина к аккаунту... и всё. Появляется страничка с localhost и пишет, что "Разрешение предоставлено", но в настройках плеера никаких изменений нет. Фаервол отключал - изменений нет. :( Браузер FireFox.
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: lukoie on June 22, 2016, 00:05:10
Menu only when you click on these buttons.
(http://i.imgur.com/RCZnuQi.png)
well, i've got 3 items on the right, mate
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: lukoie on June 22, 2016, 00:06:29
can anyone enlighten me how do i load this playlist?
https://soundcloud.com/united-music/sets/transmission-radio
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Dimitrias on July 06, 2016, 21:16:26
какой адрес надо указывать ?
https://soundcloud.com/you/likes - пишет не удалось разрешить адрес
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Grody on August 02, 2016, 11:39:23
Hi there,

the https://soundcloud.com/stream did not work.

in the playlist manager it is shown under active playlist but if i deactivate the list, it disappears

also under appdata/roaming/aimp/pls there is no file written "SoundCloud - Stream.aimppl4"

all other, soundcloud likes, my tracks and playlists, soundcloud URL, works fine

i can´t get this soundcloud stream to work...tryed older versions of aimp also
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: AdrianEddy on August 03, 2016, 16:02:25
Hi!
New version is here, features:
- Loading artwork images
- Drag&Drop support
- Open file location
- Copy file to clipboard
- Bug fixes

Most new features are supported only in newest AIMP v4.10, though the plugin should still run successfully on AIMP v3.60.

This version is not fully tested yet, so please report any bugs you encounter.
Translations also need updating.

Download:
https://www.dropbox.com/s/xwk3343vxyngwr4/aimp_SoundCloud_v1.0-RC.zip?dl=1
https://drive.google.com/file/d/0B-f9jVoGmm7eRk93TWhxV0RLcGc/view?usp=sharing
http://eddy.cx/files/aimp_SoundCloud_v1.0-RC.zip

Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Soolo on August 03, 2016, 16:17:22
This version is not fully tested yet, so please report any bugs you encounter.
The same bug https://www.aimp.ru/forum/index.php?topic=50071.msg330701#msg330701
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: bastus on August 11, 2016, 14:02:45
With Soundcloud plugin showing right click menu on aimp 4.10 takes about 3 seconds (aimp window hangs during that period).
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Zebbediah on August 25, 2016, 13:33:21

hey, I recently installed AIMP 4 and the soundcloud plugin, as well as the Bliss dark mod. When I try to hit connect, nothing happens. There's no response, and trying to add a URL ends with "could not resolve this url". I am currently logged into my soundcloud account, and have unblocked AIMP from my firewall. Please help.
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: ingratitude on September 01, 2016, 13:28:01
Plugin works great perfect to me. I can add soundcloud tracks, it shows my likes.
But the soundcloud stream doesn't seem to load.
It just shows an empty playlist.
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Jelass on September 11, 2016, 22:59:28
Может я что-то не понимаю, скопировал в папку, зашел в плагины, удостоверился что работает, авторизовался в настройках, в контекстном меню плейлиста нет кнопок soundcloud. Подскажи люди добрые где бубном потрясти надо
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Soolo on September 11, 2016, 23:54:42
в контекстном меню плейлиста нет кнопок soundcloud
нажмите кнопку + внизу плейлиста
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Jelass on September 12, 2016, 13:36:27
нажмите кнопку + внизу плейлиста
Спасибо) а где вам плюсик поставить?)не вижу где кнопки кармы)
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: SamePaul on September 12, 2016, 23:04:32
Adrian can you integrate with Music Library in similar way "VK" does?
Also you mentioned that 0.19 supports drag-n-drop, but when I try do that links from SoundlCloud as "Internet Radio" and apparently  cannot be played. Is it plugin issue or AIMP limitation? "add URL from Soundcloud is extremely inconvenient" (sorry  :) )
Do you have workaround for this?
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Sztewe on October 06, 2016, 21:08:07
Hungarian translation by me :D ;)
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: hs-sh.net on October 22, 2016, 12:25:11
Japanese translation. :)
(日本語に翻訳してみました (^_^) )
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: prydespar on October 22, 2016, 17:56:43
Belarusian translation
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: sprayer on November 22, 2016, 19:28:42
Hi, if users will agreed, can you change behavior or add option then you click Like do not change playlist from Stream to Likes?

Thanks
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: AdrianEddy on November 25, 2016, 15:13:54
New version:
- Don't switch playlist to likes after like
- Bug fixes
- New languages (thanks prydespar, hs-sh.net and Sztewe!)

http://eddy.cx/files/aimp_SoundCloud_v1.0-RC3.zip


With Soundcloud plugin showing right click menu on aimp 4.10 takes about 3 seconds (aimp window hangs during that period).
Couldn't reproduce. Could you check this on a fresh playlist?

Hi, if users will agreed, can you change behavior or add option then you click Like do not change playlist from Stream to Likes?

Thanks
Changed

Adrian can you integrate with Music Library in similar way "VK" does?
Not at the moment, maybe in the future I'll implement it.
Also you mentioned that 0.19 supports drag-n-drop, but when I try do that links from SoundlCloud as "Internet Radio" and apparently  cannot be played. Is it plugin issue or AIMP limitation? "add URL from Soundcloud is extremely inconvenient" (sorry  :) )
Do you have workaround for this?
What is the problem with "Add Soundcloud url?" It needs to be added via that menu otherwise AIMP will think it's a regular URL to internet radio and won't use the plugin.

hey, I recently installed AIMP 4 and the soundcloud plugin, as well as the Bliss dark mod. When I try to hit connect, nothing happens. There's no response, and trying to add a URL ends with "could not resolve this url". I am currently logged into my soundcloud account, and have unblocked AIMP from my firewall. Please help.
does it still happen in v1.0-RC3? If yes, could you try to set other browser as default in your system?



Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: martinco78 on December 04, 2016, 21:01:25
Here is slovak translation
Title: [SOLVED] Re: SoundCloud plugin for AIMP [v0.19]
Post by: unc0nnected on December 05, 2016, 18:48:30
[EDIT]

Nevermind, I'm an idiot.  I was looking in the add menu, looking everywhere actually except the one place I was supposed to be looking: http://i.imgur.com/Idr2dgx.jpg


[ORIGINA POST]
So my steam was no longer updating so I updated the plugin today, however this didn't solve the problem, my stream still wasnt' updating.  So I figured I would physically delete the playlist for my stream and recreate it however there is no option at all to add my stream as a playlist anymore

When I right click in the playlist section I get this: http://i.imgur.com/ELQm9FB.jpg
When I hit the plus sign in the bottom corner I get this: http://i.imgur.com/uhrYflh.jpg

I didn't delete my Soundcloud likes playlist and as you can see when I right click on files there I still have access to soundcloud options: http://i.imgur.com/FxQSfpS.jpg

However no where is there an option to create a playlist based on my likes with the latest version of the plugin so some help would be appreciated.

PS - I tried changing skins but that didn't solve the issue
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: AdrianEddy on December 05, 2016, 18:56:41
So my steam was no longer updating so I updated the plugin today, however this didn't solve the problem, my stream still wasnt' updating.  So I figured I would physically delete the playlist for my stream and recreate it however there is no option at all to add my stream as a playlist anymore

When I right click in the playlist section I get this: http://i.imgur.com/ELQm9FB.jpg
When I hit the plus sign in the bottom corner I get this: http://i.imgur.com/uhrYflh.jpg

I didn't delete my Soundcloud likes playlist and as you can see when I right click on files there I still have access to soundcloud options: http://i.imgur.com/FxQSfpS.jpg

However no where is there an option to create a playlist based on my likes with the latest version of the plugin so some help would be appreciated.

PS - I tried changing skins but that didn't solve the issue

Are you logged in to Soundcloud in AIMP plugin settings?
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: Sztewe on December 14, 2016, 22:00:43
New version:
- Don't switch playlist to likes after like
- Bug fixes
- New languages (thanks prydespar, hs-sh.net and Sztewe!)

http://eddy.cx/files/aimp_SoundCloud_v1.0-RC3.zip

Couldn't reproduce. Could you check this on a fresh playlist?
Changed
Not at the moment, maybe in the future I'll implement it. What is the problem with "Add Soundcloud url?" It needs to be added via that menu otherwise AIMP will think it's a regular URL to internet radio and won't use the plugin.
does it still happen in v1.0-RC3? If yes, could you try to set other browser as default in your system?

Thank you for including my translation :)
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: go on December 16, 2016, 08:23:54
всё же пришлось зарегаться ибо плагин не работает должным образом
system: windows 7 x64; aimp v4.11 build 1841, plugin aimp_soundcloud v1.0 (last from this thread)
Quote
Цитата: Zebbediah от Август 25, 2016, 13:33:21
hey, I recently installed AIMP 4 and the soundcloud plugin, as well as the Bliss dark mod. When I try to hit connect, nothing happens. There's no response, and trying to add a URL ends with "could not resolve this url". I am currently logged into my soundcloud account, and have unblocked AIMP from my firewall. Please help.
the same problem (default browser google chrome). plugin has stopped work absolutely unexpected (previous version of plugin has stopped work too), used it from 2015 .. works very well
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: go on December 22, 2016, 18:12:15
now got this response when try to listen :
Code: 1002 (000003EA)
Message: Access denied (user/pass is invalid)
-------------------------
HTTP/1.1 401 Unauthorized
Cache-Control: private, max-age=0
Date: Thu, 22 Dec 2016 15:15:47 GMT
Server: am/2
Content-Length: 0
Connection: close

several times try to reauthorized, and in browser "Authorization granted. You may now close this browser window and return to AIMP." but when try listen track got the same error as above
Code: 1002 (000003EA)
Message: Access denied (user/pass is invalid)
please tell me working solution thanks
Title: Re: SoundCloud plugin for AIMP [v0.19]
Post by: AdrianEddy on January 06, 2017, 21:24:10
Try the newest version: http://eddy.cx/files/aimp_SoundCloud_v1.0-RC4.zip
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: go on January 06, 2017, 22:26:50
aimp_SoundCloud_v1.0-RC4 works fine; Thanks
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: der_RAV3N on January 07, 2017, 18:17:28
Hey there, nice new update :D
Is there any chance that we could get 340x340px albumart support even?

And also, could you maybe add "SoundCloud" as Publisher-info to the tags of the streams, and probably do the same in the YouTube plugin (moving the "YouTube" from Album-Tag to Publisher), since this would me help with my skin which I want display when a file is from SoundCloud or YouTube and change some visuals?
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: noble on January 22, 2017, 06:19:28
"Could not resolve this url"
https://soundcloud.com/alyandfila/fsoe-479
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: der_RAV3N on January 25, 2017, 20:32:12
"Could not resolve this url"
https://soundcloud.com/alyandfila/fsoe-479

I also can't resolve this:
https://soundcloud.com/slumberjack/fracture-feat-vera-blue
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: go on February 04, 2017, 10:46:55
извините, что, возможно, лезу не в своё дело.. почему команда aimp не помогает автору быстрее фиксить эти одни и те же проблемы в плагинах youtube & soundcloud.. уже примерно десяток лет пользуюсь aimp до 2015 (выхода этих плагинов) преимущественно качал песни на hd, но hd, как известно, не резиновые.. часовой микс в не самом лучшем качестве ~500мб легко подсчитать сколько дней надо, чтоб забить стандартный диск в 500гб, слушая музыку ~10часов/день.. плагины решили этот вопрос.. возможно году в 2007-08 и был смысл ориентироваться на локальное прослушивание и развивать там фонотеку и тд, но, возможно, на сей день день стоит больше внимания уделять youtube & soundcloud, ибо действительно слушай - не хочу, а не vk, когда сегодня он такие правила придумал, а завтра другие.. то же и с облаками, туда ведь еще и заливать что-то надо, сортировать.. может быть есть смысл встроить кнопку обновления плагинов в интерфейс aimp, раз так часто меняются api/сигнатуры .. что-то там ещё? и конечно ждать месяц - другой, пока у автора появится время/возможности/желание и тд, чтобы плагин снова заработал - это печально.. более оперативное отслеживание падений плагинов и их фикс очень бы порадовали добрых юзернеймов
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: on March 14, 2017, 17:38:20
AdrianEddy,

Hello! How are you? I hope you be fine.

Here I am attaching an updated Español (Argentina) [Spanish (Argentina)] locale for the SoundCloud plugin for AIMP.

Best regards!
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: spaceschneider on March 16, 2017, 10:06:53
very nice (screenshots detail on exactly what i will be excited seeing in workflow),
i will check that out now before ever doing something else! kind regards, Carlo/sp

ps: sample-screenshot of current workflow/player-embedsurroundings
(one of the most stable players i ever had/same time to parallel running scrobbels etc.)
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Zebbediah on March 17, 2017, 10:32:08
having an entirely new issue now, plugin refuses to even connect to soundcloud. tired switching browsers between chrome and firefox, tried using older versions; i think it's something to do with what soundcloud has done, and maybe not the plugin itself?
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: spaceschneider on March 18, 2017, 00:44:46
this possibility i would at least take into real consideration / i would guess on something like this, but don't know anything specific, kind regards sp
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: llblxa4ok on March 18, 2017, 14:18:49
Привет! При установке возникает следующая ошибка:
Подскажите, что я делаю не так?
(Aimp 3.60)


Hello! The following error occurs during installation:
Tell me, what  i'm doing wrong?
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Soolo on March 20, 2017, 08:44:09
Привет! При установке возникает следующая ошибка:
Подскажите, что я делаю не так?
(Aimp 3.60)


Hello! The following error occurs during installation:
Tell me, what  i'm doing wrong?
Windows XP?
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: llblxa4ok on March 20, 2017, 12:32:07
Нет, 7 x64
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Zhenya on March 20, 2017, 16:17:21
Привет! При установке возникает следующая ошибка:
Подскажите, что я делаю не так?

В соседней теме автор плагина посоветовал установить это:

hmm, it should be compatible, could you try installing this https://www.microsoft.com/en-us/download/details.aspx?id=48145 and see if that worked?

Правда в том случае это не помогло. Но там была Windows XP.
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: llblxa4ok on March 20, 2017, 19:22:51
Visual c++ уже установлена, о чем мне намекнул инсталятор предложенной версии. Возможно сможет внести ясность следующий скрин:
Сразу после ошибки, я полагаю, сам AIMP, меняет имя файла плагина.
На самом деле, если ни у кого не вылезала подобная ошибка, вряд ли что-то удастся сделать. Просто я очень везучий =)
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Zhenya on March 20, 2017, 19:30:42
Сразу после ошибки, я полагаю, сам AIMP, меняет имя файла плагина.

Да, но это не причина, а следствие.

(Aimp 3.60)

А сборка 1503? Скачана с оф. сайта? Может какие-то другие плагины конфликтуют?

У меня плагин нормально установился на v3.60.1503, Win 8.1 32-bit.
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Soolo on March 20, 2017, 19:38:45
Visual c++ уже установлена, о чем мне намекнул инсталятор предложенной версии. Возможно сможет внести ясность следующий скрин:
Сразу после ошибки, я полагаю, сам AIMP, меняет имя файла плагина.
На самом деле, если ни у кого не вылезала подобная ошибка, вряд ли что-то удастся сделать. Просто я очень везучий =)
Скидывайте папку АИМПа и папку профиля
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: llblxa4ok on March 20, 2017, 21:33:28
Скачан отсюда: https://www.aimp.ru/files/windows/aimp_3.60.1503.zip (https://www.aimp.ru/files/windows/aimp_3.60.1503.zip)
Прямо сейчас полностью снес сборку (включая бэкапы и настройки) и заново установил. Без изменений.
Quote
Скидывайте папку АИМПа и папку профиля
В смысле скриншоты? Или я чего - то не понимаю?))
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Zhenya on March 20, 2017, 21:38:15
В смысле скриншоты? Или я чего - то не понимаю?))

Нет, папку с самим AIMP и папку с профилем (C:\Users\%username%\AppData\Roaming\AIMP).
Но раз у вас ошибка повторяется на чистой установке с чистым профилем, то эти папки нам не помогут.

Может не хватает чего-то в системе. Это надо спрашивать у автора плагина.
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Алексей Долматов on March 20, 2017, 23:11:58
Microsoft Visual C++ явно не причём. Такая-же трабла. Сборка от 10 марта включает Microsoft Visual C++ 2017 Redistributable 14.10.25008
На 4-ке работает. Значит, нужно или плеер обновить, или пересобирать плагин под тройку.
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Kapoweazel on April 09, 2017, 12:20:42
Hey, having an issue with adding other users likes as a playlist. For example I'm trying to add https://soundcloud.com/shistobeats/likes who has 1381 likes however only 48/49 are added. I've tried this with other users with over 1000 likes and the same thing occurs (between 40-49 tracks are added instead of the full list). I've had no issue adding users playlists with ~200 songs and my own likes (170) are all loaded fine. Here's a link to show you what the issue is and the aimppl4 document. http://i.imgur.com/YTY2tOu.png
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: der_RAV3N on April 18, 2017, 20:46:16
Hey! I just today did dig a bit in the SoundCloud API, I kinda get but also kinda don't get why you only use 100x100 images.

t500x500: 500×500
crop: 400×400
t300x300: 300×300
large: 100×100 (default)
t67x67: 67×67 (only on artworks)
badge: 47×47
small: 32×32
tiny: 20×20 (on artworks)
tiny: 18×18 (on avatars)
mini: 16×16

these are the dimensions which soundcloud allows for uploading as it seems, so why don't you just get the image url from the json (https://i1.sndcdn.com/artworks-000217808044-gmxt8y-large.jpg (https://i1.sndcdn.com/artworks-000217808044-gmxt8y-large.jpg)) and then exchange the "large" to "t500x500" (->https://i1.sndcdn.com/artworks-000217808044-gmxt8y-t500x500.jpg (https://i1.sndcdn.com/artworks-000217808044-gmxt8y-t500x500.jpg))or which size you want to support (I'd go for 500, or maybe 300, when he has to load them all at the same time?)

Don't you want to screw up with stuff outside of the API in case they change it or something? I'd go for it, since 100x100 really is just a blurred thing (depending on skin ofc)

Greetings, RAV3N
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: go on May 01, 2017, 06:56:32
when add new tracks from any profile only 50 tracks was added  =(
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: supermario.md on May 15, 2017, 21:31:57
Подскажите, куда происходит закачка с SoundCloud-а?
Можно ли настроить путь к папке загрузок?

Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Zhenya on May 17, 2017, 16:29:31
Подскажите, куда происходит закачка с SoundCloud-а?

Похоже, что только в оперативную память.
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: stcruzzo on May 18, 2017, 14:56:04
Привет!
Подскажет кто, пытаюсь добавить страницу через урл как в инструкции показано ввожу ссылку с моим плейлистом, а мне выдает следующее:

File: https://soundcloud.com/stcruzzo/sets/psyco-transe
Code: 2 (00000002)
Message: Can't open the file
-------------------------
HTTP/1.1 404 Not Found
Content-Type: application/json;charset=utf-8
Content-Length: 48
Connection: close
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: Accept, Authorization, Content-Type, Origin
Access-Control-Allow-Methods: GET, PUT, POST, DELETE
Cache-Control: no-cache
Access-Control-Expose-Headers: Date
Date: Thu, 18 May 2017 12:09:18 GMT
Status: 404 Not Found
Cache-Control: private, max-age=0
Server: am/2
X-Cache: Error from cloudfront
Via: 1.1 4973b351452bebd97817a8a5711b6576.cloudfront.net (CloudFront)
X-Amz-Cf-Id: t0scpW_vwkyP9i5Om2uKEW2gzAVCJVEfmCyK9-89rwr8pfbVMLgB6g==

Подскажите пожалуйста, где мой косяк, может что-то не так делаю?
Спасибо!
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: stcruzzo on May 18, 2017, 15:44:03
Привет!
Подскажет кто, пытаюсь добавить страницу через урл как в инструкции показано ввожу ссылку с моим плейлистом, а мне выдает следующее:

File: https://soundcloud.com/stcruzzo/sets/psyco-transe
Code: 2 (00000002)
Message: Can't open the file
-------------------------
HTTP/1.1 404 Not Found
Content-Type: application/json;charset=utf-8
Content-Length: 48
Connection: close
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: Accept, Authorization, Content-Type, Origin
Access-Control-Allow-Methods: GET, PUT, POST, DELETE
Cache-Control: no-cache
Access-Control-Expose-Headers: Date
Date: Thu, 18 May 2017 12:09:18 GMT
Status: 404 Not Found
Cache-Control: private, max-age=0
Server: am/2
X-Cache: Error from cloudfront
Via: 1.1 4973b351452bebd97817a8a5711b6576.cloudfront.net (CloudFront)
X-Amz-Cf-Id: t0scpW_vwkyP9i5Om2uKEW2gzAVCJVEfmCyK9-89rwr8pfbVMLgB6g==

Подскажите пожалуйста, где мой косяк, может что-то не так делаю?
Спасибо!

Мой косяк, не через тот урл открывать пытался, надо было именно через строку добавить через soundcloud, почему то в шкурке не видно по клику правой кнопкой на плейлист :( только если кнопку добавить файл нажать внизу плейлиста :)
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: supermario.md on May 18, 2017, 20:10:40
Похоже, что только в оперативную память.

Хм... это интересно
Это действительно так?
В описании вот:
Open file location

Кто подскажет, качает ли на диск?
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Zhenya on May 18, 2017, 22:30:13
В описании вот:
Open file location

Это видимо имеется ввиду ссылка на трек на сайте. Открыть можно так: контекстное меню трека в плейлисте / Расположение файла.

Кто подскажет, качает ли на диск?

Действительно, никаких похожих на скачивание пунктов меню нет, в списке горячих клавиш плагина такой команды тоже нет.

v1.0
- Drag&Drop support

Но вот это работает. Кинул файл из плейлиста на, например, рабочий стол — файл скачивается.

v1.0
- Copy file to clipboard

А вот это непонятно. С помощью стандартного пункта в конт. меню файл не копируется в буфер обмена.
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Zhenya on May 18, 2017, 22:36:09
v1.0
- Copy file to clipboard

AdrianEddy, how to use this? The standard item ("Copy selected files to clipboard") in context menu doesn't help.
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: supermario.md on May 19, 2017, 19:32:55
Это видимо имеется ввиду ссылка на трек на сайте. Открыть можно так: контекстное меню трека в плейлисте / Расположение файла.

Действительно, никаких похожих на скачивание пунктов меню нет, в списке горячих клавиш плагина такой команды тоже нет.

Но вот это работает. Кинул файл из плейлиста на, например, рабочий стол — файл скачивается.

А вот это непонятно. С помощью стандартного пункта в конт. меню файл не копируется в буфер обмена.

Zhenya, Спасибо

Уточню.
Меня интересует не возможность скачать, а какова работа этого плагина. От куда будет воспроизводить плеер \ плагин? Обычно для этого требуется кэш (буфер / temp) на диске для временных файлов. Если же это RAM, то это сомнительно, так как бывают треки на 2-3 часа.
Можешь посмотреть, есть ли дисковая активность от плеера \плагина (при помощи perfmon.exe %windir%\system32\perfmon.exe /res )
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Zhenya on May 19, 2017, 21:12:24
Можешь посмотреть, есть ли дисковая активность от плеера \плагина (при помощи perfmon.exe %windir%\system32\perfmon.exe /res )

А сами почему не посмотрите?
Я посмотрел — записи на диск никакой нет. Вообще ни от одного процесса.

Зато есть увеличение рабочего набора оперативной памяти. Я это ещё вчера посмотрел в обычном диспетчере задач и сделал такой вывод, который вчера и написал. При окончании загрузки файла (серая полоска на прогресс-баре в скине по умолчанию), рост рабочего набора у процесса AIMP в ОП прекращается. Что опять-таки довод, что только в ОП и хранится воспроизводимый файл.

Но это мои догадки, если что. Можете спросить у автора плагина на английском.
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: supermario.md on May 20, 2017, 00:01:33
Спасибо
Выходит, в ram
Что не гуд, для меня
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: wazzzard on June 15, 2017, 18:12:22
Добрый вечер!
Проблема с добавлением понравившихся треков через плюгин.
При попытке лайкнуть трек в плейлисте саундклауда ничего не происходит:
- выбираю трек
- выбираю в контекстном меню пункт "Нравится"
- перехожу в свой список лайков и не наблюдаю там изменений (обновлял плэйлист, все равно ничего не изменялось)
при повторном открытии контекстного меню у этого же трека отображался уже пункт "Не нравится".
В плюгине залогинен.
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: philipluger on October 30, 2017, 23:02:05
ребят, помогите я не могу зайти в акк клауда
жму войти выкидывает окно браузера я ввожу логин пароль дальше следует окно вы авторизованы но в аимпе ничего не происходит пробовал разные браузеры и хром и фаерфокс и с портативных версий заходил тоже никак
если проблема в софте то у меня винда хп х32 но проблема в том что давненько в первый раз я устанавливал и оно работало но потом я удалял прошло время решил установить заново и вот беда
что нужно доустанавливать или службы какие вкл я хз проблема помогите кто знает в чем дело
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: XelaNimed on December 09, 2017, 01:29:20
I apologize to all non-Russian-speaking users for writing in Russian.
Всем привет. В-первую очередь хочу выразить признательность за создание такого полезного плагина.
Интересует следующее: развивается ли плагин? Стоит ли ждать в обозримом будущем выход стабильной версии? Имеется ли возможность каким либо образом сохранять треки в кэше (так как в некоторых случаях интернет не доступен)? Правильно ли я понимаю, что SoundCloud ограничивает битрейт в 128kbit/s?
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: ss.pl on September 14, 2018, 15:11:38
Плагин крашит Аимп, в режиме добавления закладок.
Видео и Дискуссия на русском (https://www.aimp.ru/forum/index.php?topic=60564.msg374760#msg374760).

The plugin crashes the Aimp, in the mode of adding bookmarks.
Videos and Discussion in Russian (https://www.aimp.ru/forum/index.php?topic=60564.msg374760#msg374760).
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Kleos on September 23, 2018, 03:17:07
I have a problem that seems to have been fixed ages ago.

Whenever I load my playlist into AIMP it will only load 214/275 songs. Is this because it doesn't support Soundcloud GO/GO+ or is it just a bug that hasn't been fixed?

All of my playlists suffer from the same problem, some only getting 100/124 etc.

Please fix this, it's the only problem I have with the plugin but it's becoming a deal breaker pretty quickly.
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: ZloBist on January 09, 2019, 09:10:13
Всем привет! Автору плагина особая благодарность.
Давно заметил проблемы с плагином:
не обновляется плейлист, если он создан в формате пути "https://soundcloud.com/***/tracks(playlist/albums)".
Stream обновляется, хотя иногда плеер зависает полностью и отключить невозможно, пока не снимешь задачу через диспетчер задач.
Менял способы подключения напрямую и через прокси, не помогло.
Как лечить?
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Breaksense on March 16, 2019, 18:58:08
Hey guys, do you have any idea why AIMP loads only 354 out of 933 songs when I use SoundCloud likes?

Great plugin by the way. Thank you.
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: unc0nnected on April 03, 2019, 15:56:16
I'm not sure if this is a AIMP problem or a plugin problem but none of the tracks play from my soundcloud playlist anymore.. They just skip one after another until they get to the end of the list, none of them playing
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: data78 on April 28, 2019, 11:47:07
I'm not sure if this is a AIMP problem or a plugin problem but none of the tracks play from my soundcloud playlist anymore.. They just skip one after another until they get to the end of the list, none of them playing


Works perfectly for me- i had same problem before when i used an older beta release of aimp
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: momoe on May 23, 2019, 03:11:50
Please update SoundCloud plugin. I've been trying to load some URLs of some profiles and it's only loading a limited set of their songs, rather than the whole tracklist.

I believe any of the 'nested' track sets aren't being loaded.

Example URL: https://soundcloud.com/deadcruiser/sets/kavinsky-odd-look
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: unc0nnected on June 04, 2019, 16:38:18
Please update SoundCloud plugin. I've been trying to load some URLs of some profiles and it's only loading a limited set of their songs, rather than the whole tracklist.

I believe any of the 'nested' track sets aren't being loaded.

Example URL: https://soundcloud.com/deadcruiser/sets/kavinsky-odd-look

Strange, I've updated to the latest version of AIMP and still does the same thing.. Will try wiping the install completely and starting fresh

**EDIT** Yep, that fixed it.. Deleted the old portable version and installed a new one fresh and now it all works.. Should have tried that to start with
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: busuzima on March 24, 2020, 14:31:11
If anyone reads this, does this plugin work properly with the version 4.60 build 2177 of the player? I could install the plugin, but I miss those context menu items, e. g. "load recommendations". The question is how can I add the soundcloud url? Where do I have to look for this button? Thank you guys!
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: werewolfboy on April 17, 2020, 13:07:08
It can't connect with Soundcloud. I do the method and the page says "comleted" but in Aimp I can't see my profile.
The Youtube Plugin is worked.
What can I do? What is the required programs?
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Choveka on June 21, 2020, 15:54:12
Обновлена локализация на болгарском языке.
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Kereke on June 24, 2020, 21:43:27
Помогите!
Я нажимаю войти,меня кидает на сайт,нажимаю принять.
Мне говорят что все готово и можно вернутся к Aimp,но та до сих пор нужно войти!
Я уже не знаю что делать(
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Kereke on June 24, 2020, 21:44:56
It can't connect with Soundcloud. I do the method and the page says "comleted" but in Aimp I can't see my profile.
The Youtube Plugin is worked.
What can I do? What is the required programs?
Same
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: XashDE on October 23, 2020, 09:54:36
Sadly useless for me for the following reasons:

- Tracklist don´t get loaded completly
- Soundcloud GO isn´t supported so many tracks only play 30 seconds  (( why i need to login then ??? ))

But i also think there´s something wrong with the file(s?)

On github there´s a huge amount of files included, the one here has only very few (dll, readme & languages), so maybe that´s why some of us have issues?
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: cmd on October 24, 2020, 20:15:06
Since of the most recent AIMP update, this plugin doesn't load new Soundcloud links when I try to paste them.  Links previously saved to the playlist work fine.  See attachments:

Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: cmd on October 26, 2020, 14:39:31
Update: - the plugin fixed itself when I logged out and then back into Soundcloud from AIMP.   :D
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: vxcheg on June 04, 2021, 12:41:52
Доброго дня.

Есть ли у вас проблемы в работе плагина? Плейлисты с соундклауда добавляются, но треки не воспроизводятся. Пишет "буферизация" и сразу переключает на следующий трек и так далее движется вниз плейлиста. Плеер/пк/плагин ребутал/переавторизовывал.
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: vxcheg on June 08, 2021, 18:43:08
Доброго дня.

Есть ли у вас проблемы в работе плагина? Плейлисты с соундклауда добавляются, но треки не воспроизводятся. Пишет "буферизация" и сразу переключает на следующий трек и так далее движется вниз плейлиста. Плеер/пк/плагин ребутал/переавторизовывал.

всё восстановилось и работает.
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: vxcheg on June 29, 2021, 19:37:40
Перестало работать функция "Нравится". В аимпе показывает будто бы уже "нравится". Но в списке лайков (и на сайте) не добавляется(
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: jorgi on August 13, 2021, 18:28:47
Problem when I want to add new track from SC:

(https://i.ibb.co/VMm4wn2/SC-0544.png)

Please advise.

Thanks,
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: vxcheg on August 31, 2021, 11:38:53
Problem when I want to add new track from SC:

(https://i.ibb.co/VMm4wn2/SC-0544.png)

Please advise.

Thanks,

Yes, I have the same problem. Plugin doesn't add links now
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: vxcheg on September 26, 2021, 11:39:34
В общем всё. Ссылка "Stream" больше не добавляется, осталось последние функции рабочие - мои лайки и рекомендации.
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: unc0nnected on October 06, 2021, 17:29:23
Plugin has gone from bad to worse.  About 2 weeks ago it stopped being able to stream properly for me, it would load the playlist but wouldn't play anything, just skipping from one track to the other saying buffering.  Now it won't even do that, I disconnected my account and reconnected it as I heard that can help fix it.  Problem is the same as before but now when I go into preferences into the soundcloud section it just crashes AIMP, 100% of the time.

Update: Uninstalled, reinstalled, redownloaded plugin, same thing happens

Update 2: Installed portable version, setup plugin there.   Same thing..

Plugin appears to be completely dead at this point with latest versions of AIMP.. A massive blow as this was the only compelling reason to use AIMP over the competitors
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: rime on October 12, 2021, 02:56:16
SoundCloud modified their API in July. It is now required to provide Authorization token in the HTTP header. Also, at some point token will have to be refreshed every 6 hours.
Not to mention the plugin has a bug where variable currentBtn becomes null while repainting options dialog, thus it crashes.

I've tried to fix both issues. As a good start in fixing this precious plugin I've got it to the point where it successfully authorizes /me endpoint (SoundCloud account information that is displayed in the plugin settings). Yet, adding and playing tracks does not work...

https://github.com/r1me/AIMPSoundcloud/commit/861515ac36d72aee3ad8589e1ffb7614a2122f60
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: rime on October 12, 2021, 18:16:43
Ok, soundcloud.com/stream works again. However no specific URLs, favorites, nor playlists are functional.

Changes:
https://github.com/r1me/AIMPSoundcloud/commit/ac5863ff8812e3b468b062c4f7c0f9fa5a02b5bc

Edit: Confirmed, can refresh soundcloud.com/stream both automatically and manually
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: wonder_xander on December 09, 2021, 18:45:41
Приветствую!
Благодарю за удобный плагин - пользовался им уже несколько лет!   :D
Однако после недавного обновления AIMP4 до версии AIMP5/2344 плейлисты перестали работать - происходила "вечная буферизация" с переключением треков.
полная переустановка плеера и повторная установка плагина ситуацию не исправили: после авторизации плеера в soundcloud'e (по кнопке перехода из настроек плагина) ничего не происходит, а при  повторной попытке зайти в настройки плагина плеер крашится.
Приложил архивчик с ошибками из журнала Windows (происходит 2 типа ошибок, которые чередуются при каждой попытке зайти в настройки плагина)
да пребудет с вами Сила :)
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: wonder_xander on December 09, 2021, 18:54:54
Ok, soundcloud.com/stream works again. However no specific URLs, favorites, nor playlists are functional.

Changes:
https://github.com/r1me/AIMPSoundcloud/commit/ac5863ff8812e3b468b062c4f7c0f9fa5a02b5bc

Edit: Confirmed, can refresh soundcloud.com/stream both automatically and manually
Thanks for your zip mate! It works! ;)
Файл с плагином этого господина исправил ситуацию, плейлисты "поток" и "нравится" обновились и заработали! :D :D :D
Тем не менее, плейлист "Нравится" отображает треки только из понравившегося на soundcloud; если нажать "не нравится" в плеере, то изменения происходят только в плейлисте плеера, а при обновлении плейлистов, трек вновь появится в плейлисте "нравится", в общем, функционал лайков в плеере не работает, но меня это не сильно огорчает, если честно)
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: antikiller on December 28, 2021, 16:10:54
Добавление ссылок перестало работать
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Nice1ce on May 10, 2022, 06:53:48
When I log in with my account it tells me to go back to aimp but the plugin says I'm not logged in.
(https://i.ibb.co/N26Ty4H/image.png)
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: ZloBist on October 02, 2022, 09:47:03
Вчера (01.10.2022) Роскомнадзор по требованию Генпрокуратуры РФ ограничил доступ на территории России к сайту сервиса распространения музыки и подкастов SoundCloud (через VPNработает).
Собственно, как теперь пользоваться плагином? Гуру ещё здесь?
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: Artem on October 02, 2022, 09:54:29
Вчера (01.10.2022) Роскомнадзор по требованию Генпрокуратуры РФ ограничил доступ на территории России к сайту сервиса распространения музыки и подкастов SoundCloud (через VPNработает).
Собственно, как теперь пользоваться плагином? Гуру ещё здесь?

Так и пользоваться - через VPN или анонимный Proxy
Title: Re: SoundCloud plugin for AIMP [v1.0 RC4]
Post by: ZloBist on October 02, 2022, 09:56:44
Так и пользоваться - через VPN или анонимный Proxy
В браузере понятно как, а в плеере, используя плагин?