Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SpotifyBridge] Add new bridge #1535

Merged
merged 4 commits into from
Mar 24, 2022
Merged

[SpotifyBridge] Add new bridge #1535

merged 4 commits into from
Mar 24, 2022

Conversation

Paroleen
Copy link
Contributor

Fetches the latest ten albums from an artist using Spotify API

@AntoineTurmel
Copy link
Contributor

Can it be adapted to follow multiple artists ?

@AntoineTurmel
Copy link
Contributor

Tested and work great for me!

@dvikan
Copy link
Contributor

dvikan commented Mar 22, 2022

Is this bridge still working?

@Paroleen
Copy link
Contributor Author

Is this bridge still working?

Yes, it works

@dvikan
Copy link
Contributor

dvikan commented Mar 24, 2022

Works for me too.

@dvikan dvikan merged commit 3d57076 into RSS-Bridge:master Mar 24, 2022
Kwbmm pushed a commit to Kwbmm/rss-bridge that referenced this pull request Jun 17, 2022
@StayPirate
Copy link

it is not working for me, maybe I'm passing the wrong URL. Can you tell me how do you get the URL to pass to the Spotify URIs field?

I'd like to see if that works for podcast as well. Currently there are no way to get feeds for podcast from Spotify.

@StayPirate
Copy link

@dvikan exactly 1y is passed since your last comment, could you confirm if this bridge is still working?

@StayPirate
Copy link

I get the following warnings when I execute it

NOTICE: PHP message: [2023-03-24 15:08:52] rssbridge.WARNING Undefined array key 2 at bridges/SpotifyBridge.php line 89
NOTICE: PHP message: [2023-03-24 15:08:52] rssbridge.WARNING Undefined array key 2 at bridges/SpotifyBridge.php line 89
NOTICE: PHP message: [2023-03-24 15:08:52] rssbridge.WARNING Undefined array key "external_urls" at bridges/SpotifyBridge.php line 154
NOTICE: PHP message: [2023-03-24 15:08:52] rssbridge.WARNING Trying to access array offset on value of type null at bridges/SpotifyBridge.php line 154
NOTICE: PHP message: [2023-03-24 15:08:52] rssbridge.WARNING Undefined array key "name" at bridges/SpotifyBridge.php line 155
NOTICE: PHP message: [2023-03-24 15:08:52] rssbridge.WARNING Undefined array key 2 at bridges/SpotifyBridge.php line 89
NOTICE: PHP message: [2023-03-24 15:08:52] rssbridge.WARNING Undefined array key "external_urls" at bridges/SpotifyBridge.php line 154
NOTICE: PHP message: [2023-03-24 15:08:52] rssbridge.WARNING Trying to access array offset on value of type null at bridges/SpotifyBridge.php line 154
NOTICE: PHP message: [2023-03-24 15:08:52] rssbridge.WARNING Undefined array key "name" at bridges/SpotifyBridge.php line 155

@dvikan
Copy link
Contributor

dvikan commented Mar 24, 2023

You must use spotify uri of the form: spotify:artist:4lianjyuR1tqf6oUX8kjrZ.

@StayPirate
Copy link

It works, but unfortunately it doesn't work with podcasts... which are in the form of spotify:show:4XPl3uEEL9hvqMkoZrzbx5. I tried to change show with artist but that doesn't work either.

@StayPirate
Copy link

I see @joaomqc manage to add playlists to the bridge, maybe adding podcast (show) would be doable. I'm not a php developer, so it won't be easy for me.

@dvikan
Copy link
Contributor

dvikan commented Mar 24, 2023

spotify:artist:7meq0SFt3BxWzjbt5EVBbT

@dvikan
Copy link
Contributor

dvikan commented Mar 24, 2023

Maybe @Paroleen can add support for podcast?

@StayPirate
Copy link

Really hope so, in the meantime I filed a request for that: #3328.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants