Open rawdolphe opened 9 months ago
@rawdolphe - Can you provide more feedback on what you'd like to see?
@justintadlock - Yeah, but something went wrong here! I spent an hour explaining it yesterday and then after hitting submit it was all gone—ended up with a blank post! So I'll try again.
The audio side of WordPress has always been neglected in the core build, and I was explaining that there are loads of musicians out there as well as podcasters, and not just photographers, or bloggers who mainly use words or images.
The problems today (the year is 2024...):
My proposed solution:
So, we have a Featured Audio Player Gutenberg Block, we can add it to the Query Loops, same as we do for Featured Image, Post Title, Content etc...
To summarize and for the record, I have already achieved the above with the 2024 theme and Nick's Featured Audio Player plugin from the WordPress repository, but it's very far from ideal.
I would be happy to beta test and to advise, if something like that could happen.
@rawdolphe You accidentally added your comments within the HTML comments that appear by default in the description (e.g. <!-- An HTML comment -->
), which makes them not appear. Don't worry, it's not just you, it happens a few times.
I've edited your description to remove the HTML comments.
Thank you @talldan - sorry about that!
I also really want the ability to use featured audio (and video) for posts!
Before building a new block, I think there is some preliminary work needed to expand the existing featured image functionality so it works with other media like audio an video. That way a new block (or a update to the Featured Image block) integrates with the existing feature rather than overriding or working around it.
That way a new block (or a update to the Featured Image block)
Using block bindings with the existing video/audio block is also an option here. 'Featured video' / 'Featured audio' blocks could be added as variations of the core video/audio blocks with bindings to the featured media already configured.
What problem does this address?
We've always had the Featured Image, but still no Featured Audio and it's 2024 already... Music / Audio features have always been neglected in WordPress core. There are musicians out there, loads, and podcasters, as well as photographers and short film makers - not just bloggers who use texts only. Some of use want to have an audio snippet in the Query Loop / Archives / Excerpt (I can achieve this already in case you ask, but it's less than ideal and not straight forward to setup).
There is a Featured Audio plugin in the Repository, but it's very very limited, it has no Gutenberg Block, you need extra code to position it exactly where you want, and it lack features.
So I propose the following. Please see below:
What is your proposed solution?
My proposed solution:
All the simple Audio Players are gone from the repository, most are bloated with tons of features, and playlist...
What I propose is very simple; a very light weight Gutenberg Block Audio Player, that can be used as a Featured Audio player in the Query Loop / Archives, and in Excerpts would be a nice option.
There isn't one out there. And in case you ask; I am not a coder otherwise I would have built one already.