Forum Replies Created

Viewing 15 replies - 91 through 105 (of 451 total)
  • I confirm,
    a fix would very welcome, this plugin is a great idea ??

    Plugin Author X-Raym

    (@x-raym)

    IMHO, 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 ?

    Plugin Author X-Raym

    (@x-raym)

    Hi !
    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!

    Thread Starter X-Raym

    (@x-raym)

    My bad, I simply didn’t notice that the regular Insert Link popup could appears with Link Options button. ^^
    Thanks again for your great plugin !

    Plugin Author X-Raym

    (@x-raym)

    Sure ! 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 !

    Thread Starter X-Raym

    (@x-raym)

    Resolved.

    Forum: Reviews
    In reply to: [WaveSurfer-WP] works fine
    Plugin Author X-Raym

    (@x-raym)

    Thanks ! ??

    Thread Starter X-Raym

    (@x-raym)

    Just tested and it seems to be all good ! ??

    Thread Starter X-Raym

    (@x-raym)

    @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 ^^)

    Thread Starter X-Raym

    (@x-raym)

    @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.

    BadgeOS Extra Features Add-On / ExtremRaym.

    Forum: Plugins
    In reply to: [WaveSurfer-WP] Playlists
    Plugin Author X-Raym

    (@x-raym)

    Hi !

    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.

    Plugin Author X-Raym

    (@x-raym)

    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?
    Plugin Author X-Raym

    (@x-raym)

    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?
    Plugin Author X-Raym

    (@x-raym)

    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?
    Plugin Author X-Raym

    (@x-raym)

    Currently no,
    unless some very particular case (a user triggered pop up for eg)
    it is not that a user-friendly thing,

    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 !

Viewing 15 replies - 91 through 105 (of 451 total)