Page 2 of 4

Re: Feature needed

Posted: Fri Dec 29, 2017 6:10 pm
by Bartekef
martin@rootjazz wrote: Fri Dec 29, 2017 5:53 pm
Bartekef wrote: Thu Dec 21, 2017 4:38 pm

On the other hand, thank you for introducing me to Notepad++, really helps with managing lists.
Now as I have profile details, I've got BIO's scrapped too. And I want to export all soundcloud URLS which has 'Spotify' and 'iTunes' in bio. I can find 'spotify' and 'iTunes' with notepad++, which highlihts the line with each profile, but how to exactly scrape only soundcloud links using that search??

The point is to export all soundcloud profile URLs which have 'Spotify' and 'iTunes' phrases in bio.

I would have thought a FILTER would have allowed you to filter in bio include: itunes,spotify.

Then you could do profile details scrape on the filtered list.

But if you have the list already, you would need to either
1) use excel which "might" be able to do it.
2) use a quick program
loop all lines > if line contains X or Y, save Z (scrape links from line)

a simple script would do it, but you'd need to program that yourself, as am not aware of any such programs.
Already figured out how to do it, thank you :)

Now only looking forward if you could develop feature that would help me recognize which profiles have made playlists/album/both , thank you

Re: Feature needed

Posted: Fri Dec 29, 2017 6:15 pm
by martin@rootjazz
next update allows playlist scrape as a custom search

Re: Feature needed

Posted: Fri Dec 29, 2017 6:49 pm
by Bartekef
martin@rootjazz wrote: Fri Dec 29, 2017 6:15 pm next update allows playlist scrape as a custom search
With albums as well?

Re: Feature needed

Posted: Fri Dec 29, 2017 7:23 pm
by martin@rootjazz
https://soundcloudmanager.com/updatetesting.html

Bartekef wrote: Fri Dec 29, 2017 6:49 pm
With albums as well?

don't know, I think maybe yes :)

Re: Feature needed

Posted: Fri Dec 29, 2017 7:33 pm
by martin@rootjazz
will scrape sets and albums

Just uploaded a new version:
https://soundcloudmanager.com/updatetesting.html

that will allow you to either:
scrape albums+playlists

scrape albums only

scrape playlists only



Regards,
Martin

Re: Feature needed

Posted: Fri Dec 29, 2017 8:57 pm
by Bartekef
martin@rootjazz wrote: Fri Dec 29, 2017 7:33 pm will scrape sets and albums

Just uploaded a new version:
https://soundcloudmanager.com/updatetesting.html

that will allow you to either:
scrape albums+playlists

scrape albums only

scrape playlists only



Regards,
Martin
WONDERFUL, THANK YOU!

Could you help me ? (few posts above)

Re: Feature needed

Posted: Mon Jan 08, 2018 10:08 am
by support@rootjazz
You're welcome. :)

Re: Feature needed

Posted: Mon Jan 29, 2018 7:30 pm
by Bartekef
support@rootjazz wrote: Mon Jan 08, 2018 10:08 am You're welcome. :)
Ok it's a little bit confusing for me now:

I got already scrapped URLs. I want to determine, which of these profiles have album or playlist or both. How can I do it with this custom search?

I need URLs of profiles which have albums/playlists as an output (like exporting only profiles with albums/playlists from my previously scrapped list).

Re: Feature needed

Posted: Wed Jan 31, 2018 5:40 pm
by Bartekef
martin@rootjazz wrote: Fri Dec 29, 2017 7:33 pm will scrape sets and albums

Just uploaded a new version:
https://soundcloudmanager.com/updatetesting.html

that will allow you to either:
scrape albums+playlists

scrape albums only

scrape playlists only



Regards,
Martin
Could you help me? a post above:
Bartekef wrote: Mon Jan 29, 2018 7:30 pm
Ok it's a little bit confusing for me now:

I got already scrapped URLs. I want to determine, which of these profiles have album or playlist or both. How can I do it with this custom search?

I need URLs of profiles which have albums/playlists as an output (like exporting only profiles with albums/playlists from my previously scrapped list).

Re: Feature needed

Posted: Thu Feb 01, 2018 9:54 am
by support@rootjazz
Bartekef wrote: Wed Jan 31, 2018 5:40 pm
martin@rootjazz wrote: Fri Dec 29, 2017 7:33 pm will scrape sets and albums

Just uploaded a new version:
https://soundcloudmanager.com/updatetesting.html

that will allow you to either:
scrape albums+playlists

scrape albums only

scrape playlists only



Regards,
Martin
Could you help me? a post above:
Bartekef wrote: Mon Jan 29, 2018 7:30 pm
Ok it's a little bit confusing for me now:

I got already scrapped URLs. I want to determine, which of these profiles have album or playlist or both. How can I do it with this custom search?

I need URLs of profiles which have albums/playlists as an output (like exporting only profiles with albums/playlists from my previously scrapped list).
What help do you want? Can you explain more? What do you want? Steps on how to do that? Or else?