FAF
Forum Replies Created
-
Forum: Plugins
In reply to: [MP3-jPlayer] not working in SafariFYI. Works here on OSX 10.9.5 with Safari Version 7.1.3 (9537.85.12.18).
Forum: Plugins
In reply to: [MP3-jPlayer] Path for FEED: ??Hi again
No I did not change anything on the server. The thing is, that if you do not go to the actual page to test, then your in the dark.
I’m still trying to get some kind of ID3 tagging workflow going too, but it’s a little hard to implement. My files are uploaded from different sources, and “they” do not tag them correct. Not to speak of the filenames, which they use on Winblows, does not comply with my Linux/player setup very nicely. So that’s the next step, to make an ID3 editor, which writes the actual tag to the files and changes any space into an under_scroll. Would be nice if that could be done in WP, but people are running on different systems, so I guess that’s why nobody have made a solution for this.
The site is not in production, still running on Drupal. Would like to move it soon though. I will fiddle with your plugin and test it further.
Thx for the plugin and your request.
Forum: Plugins
In reply to: [MP3-jPlayer] Path for FEED: ??OK was reading up on php opendir, and I got it to work with: [playlist tracks="FEED:/audio/folder1"]
Now it’s working with the playlists on the final page, though I cannot see anything in the editor under the visuel tab, which was my primary ref. If I go to the page it shows the player and the files in the folder and it plays them nicely.
Think it’s the http://subdomain.domain.tld and my mod_rewrite which caused confusion.
Thx – case closed.
Forum: Plugins
In reply to: [MP3-jPlayer] Path for FEED: ??I may add that I scrolled through the forum and your doc-site, but I’m still in the dark with the FEED: path. I’m sure that I followed your instructions.
Sorry to bother you with this.
Forum: Plugins
In reply to: [File Away] CSV Table with a play button?BTW, getid3 is already in WP and parsing id3-tags from files in the media library, as far as I have understood. Is there a way to utilize that with a hook or something like that?
http://codex.ww.wp.xz.cn/Function_Reference/wp_add_id3_tag_data
I know it’s not a part of your plugin, but how difficult would it be to add the “id3-title” and replace the filename in the table?
Forum: Plugins
In reply to: [File Away] CSV Table with a play button?Your welcome. Thank you for your time and work. Wish you a nice 2015.
Forum: Plugins
In reply to: [File Away] CSV Table with a play button?Thank you for your fast reply. I will tell my users to fix the filename before uploading, and remove spaces, etc.
Thank you for your ID3 consideration. Check out this lib: getid3.sourceforge.net
Thx