X-Raym
Forum Replies Created
-
Forum: Plugins
In reply to: [Force Plugin Updates] Not working on WP 4.6I confirm,
a fix would very welcome, this plugin is a great idea ??Forum: Plugins
In reply to: [WaveSurfer-WP] Play from LinkIMHO, it may be a bit too specific to be considered for a native integration in this Free Open Source plugin.
Only few users would really benefit from it, and the development time could take longer that expected.Maybe you could tweak your media tagger so it output shortcode instead ?
Forum: Plugins
In reply to: [WaveSurfer-WP] Play from LinkHi !
Thanks ??So you want the player to be rendered for links with .mp3 extension as well ?
Or you want it to be displayed under the link when a link is clicked ?I am not familiar with mb.AudioPlayer, I don’t know how this particular player works.
As this feature request is pretty specific to your project, I suggest you to mod your own solution. WaveSurfer source code is open source, so it is meant to be moded by its users so that it can fit there personal needs.
Creating a way to parse link, check for extension, and render a player, should be totally possible. You just have to take care of when the tag list is rendered.Good luck!
Forum: Plugins
In reply to: [Better Internal Link Search] Bug Report: Broken in WordPress v4.5My bad, I simply didn’t notice that the regular Insert Link popup could appears with Link Options button. ^^
Thanks again for your great plugin !Forum: Plugins
In reply to: [WaveSurfer-WP] Trigger with JavascriptSure ! But you will have to mod the plugin for that.
Take a look at the wavesurfer-wp.js inside the js folder for javascript initialization.
You can then mod the whole plugin, or create your own.
Good luck !
Forum: Plugins
In reply to: [GIF Animation Preview] Bug Report: javascript error c.imagesLoadedResolved.
Forum: Reviews
In reply to: [WaveSurfer-WP] works fineThanks ! ??
Forum: Plugins
In reply to: [Admin Columns] Report: Category Taxonomy adds 3 columnsJust tested and it seems to be all good ! ??
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Menu Links not Showing@kungfauxn00b
When I say use the native function of the plugin I mean you it without going to the source code, as it was design ^^But I understand this may not be suitable if you have 100 achievements to update, as I design it to be one by one.
I don’t plan to code this “in bulk” feature as it is maybe too specific to justify the dev time investment for me.
But you may finally succeed with this plugin (I personally don’t remember if I did but it appears not ^^)
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Menu Links not Showing@kungfauxn00b
I successfully build a premium plugin that can change the points of achievements (one by one not, not in bulk), so yes it is possible.
Contrary to just modifying the field value, it can trigger new events, (updating users points, giving new achievements if needed))You could inspect the source code and make your own bulk edit function, ot just use the native functionalities of the plugin.
Forum: Plugins
In reply to: [WaveSurfer-WP] PlaylistsHi !
WaveSurfer-WP already have playlist support, just like native playlist shortcode (created with the insert media menu). ??
Not related :
Maybe for your case you could consider WavePlayer premium plugin, because of the peak cache feature, it may be more suitable than WaveSurfer-WP for long musical content.Forum: Plugins
In reply to: [WaveSurfer-WP] Waveform only generating in Chrome (mac)Thanks for the update ??
I’m pretty sure 128 kbits/s is supported so I guess it was a problem with your original converter.Glad it finally works for you !
Cheers !
Forum: Plugins
In reply to: [WaveSurfer-WP] Autoplay?Oh that plugin is surprising,
it does handle peak files cache and…
… it is based on the same script as mine plugin, wavesurfer-js !I definitely have to take a look.
I don’t want to reinvent the wheel.Forum: Plugins
In reply to: [WaveSurfer-WP] Autoplay?The main idea behind overriding the main audio shortcode is to
- make the player backward compatible with post that were posted before the plugin activation
- having the regular player in post editing view
- having clean uninstall
so, having all default audio shortcode attributes accessible was (and is) not the priority. That said, it would indeed make sense to have it, but as you can see, it was not the main idea.
I also admit that having a way to have cache peak would be nice to prevent full audio loading at page load.
But this would require a mot lot works that it may look as it needs:- creating a way to generate cache for new imported audio files
- creating a way to recreate peaks files for older audio files in library
- creating a way to recreate peaks for post that links to external audio
- creating a way to regenerate peaks if the media (the user could update/replace the media), even if it is an external audio file
- creating a way to store these peaks on the server
- creating a way to delete them when the plugin is uninstall
- creating a way to load this peaks at page load
- find a way to encode the peaks in a first place
- prevent audio loading at page load (this could be actually the easiest part, but it is still something to consider)
As you can see, this is way more than it could be done for a free un-sponsored plugin, considering the way that I have no idea how to make all this.
Alternative plugins like ZoomSounds (premium, 681 sales at 8$) doesn’t provide this either.Note that the source code is open source. Anyone is free to modify the code, and to propose pull requests, including you, especially if you have experience in audio player ??
I keep in mind your ideas, but I can’t have plans for these at this moment.
Thanks for your ideas and support anyway, it is appreciated, and I’m glad you can see how it could be even better !
PS : Don’t hesitate to leave a comment to showcase your plugin when it will be ready, I’m sure it can interest users that would need autoplay and caching just like you proposed.
Forum: Plugins
In reply to: [WaveSurfer-WP] Autoplay?Currently no,
unless some very particular case (a user triggered pop up for eg)
it is not that a user-friendly thing,- 5 Reasons Your Website Should NEVER Autoplay Sound! – Web Propelled
- Autoplay is bad for all users | Punkchip
I’m pretty sure it could be coded in some ways but I don’t really want currently to spend my free time for coding a feature not that appreciated by the end users ??
(thing is it would require some researches to make this feature doable, to prevent multiple files to play together, to trigger the sound only when page is loaded, to update buttons accordingly, etc…).Hoping it is not a critical feature for your project !