Closed (fixed)
Project:
Media entity Soundcloud
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
19 Feb 2018 at 09:35 UTC
Updated:
14 Mar 2018 at 08:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
shadcn commented@jcisio would you like to co-maintain the module? I don't think I will have time to work on new features. Let me know.
Comment #3
jcisio commentedI'm working on this issue.
@arshacdn I'd love to. I'm working on this module to make it work on Drupal 8.4 and 8.5, so I'll have time to maintain it at least in the near future.
Comment #4
jcisio commentedThis patch adds playlists support. I remove track_id from the template because it is not used in the template, only in the preprocess function, so not really BC-break.
Comment #5
jcisio commentedThere is room for improvement:
- Separate playlist into another source. I'm not sure if it is useful.
- Otherwise, add an option to have different embed height when it is a track and when it is a playlist.
But it worths a separate issue. Now just get the core feature in first.
Comment #6
shadcn commented@jcisio You're up. I added you as a maintainer. Feel free to test and commit the patches. Thank you.
Comment #8
jcisio commented@arshadcn Thank you.
This patch was tested by my colleague. So, committed and pushed.