Is anyone working on a Drupal 6 port yet?
| Comment | File | Size | Author |
|---|---|---|---|
| #85 | audio-admin-menu-items.patch | 1.38 KB | aaron |
| #26 | audio-6.x-1.x_port_13.tar_.gz | 191.83 KB | artis |
| #12 | audio-6.x-1.x_port_12.patch | 119.28 KB | HorsePunchKid |
| #12 | audio-6.x-1.x_port_12.tgz | 194.07 KB | HorsePunchKid |
Comments
Comment #1
Compactman commentedI'd like this one to be ported as well.
Comment #2
drewish commentedmarked http://drupal.org/node/214915 as a dupe
Comment #3
kpaul commentedAny new news? Thanks.
Comment #4
gravedancer commentedGuys, i really need this module ported, is there somebody working on it?
Comment #5
rayarub commentedWould it be possible for a developer to give us some kind of update on this? Thanks.
Comment #6
drewish commentedmarked http://drupal.org/node/235588 as a duplicate
Comment #7
smoltron commentedI would appreciate very much if someone is working on this. Any info or comments, please.
Comment #8
djdanska commentedAny sign of a 6.x version of this module?
Comment #9
zilla commentedhmmmm, over 2 months and no response - anybody with skills considering a port as a patch? i have no idea how to do it though would love to see it happen...too bad. there are a LOT of d6 sites that can not go up without audio module because they can't migrate their podcasts and other related items...
Comment #10
smoltron commentedAudio module was the reason why I selected Drupal in the beginning. Now that reason seems to fade away ...
Comment #11
kidzior commentedI'm too looking forward to get this module working. Does anyone knows anything about future of this module?
Comment #12
HorsePunchKid commentedThis needs lots and lots of work, but it's a start if anyone wants to continue. Here's a summary of progress:
node/add/audiodoesn't work, which is a pretty big impediment to further progress. The node form renders fine, but if you submit it, it just takes you back to the add page as if nothing happened. I've thrown a couple of FIXMEs in where I know something isn't right yet.Patch is against CVS head.
Comment #13
Zephurus commentedAhhh...any progress on this?
Comment #14
cburschkaI see the problem with your node submission.
hook_submit()has been removed. You need to add it as an extra submit handler to the form now. I'm currently testing a fix; will post a new patch here if it works.Comment #15
cburschkaI have just created an audio node using my fix.
The "click to play" link is broken without clean URLs (it produces a link like
?q={site_base}?q=audio/play/1), and the file transfer doesn't actually work (audio_file_transfer()tries to close a non-existing output buffer, and audio/play/n returns 404), but I've been able to save the node, at least.I'm sorry, but I only have jEdit here and it won't let me print a unified diff. This isn't a "real" patch anyway, but a patch on the new files uploaded above - a "patch-patch".
Comment #16
HorsePunchKid commentedExcellent, thank you. I will incorporate that fix in the next couple days. Can you repost that diff in the usual patch format (
diff -up)?Comment #17
cburschkaUnfortunately I don't have a diff utility on the computer I'm currently using, and jEdit will only print the above format.
Comment #18
Shai commentedI'll test this once there is a patch made in regular format.
Thanks so much to HorsePunchKid and Arancaytar!
Shai
Comment #19
scarer commentedAre there any fixes available for 6.2?
Comment #20
cburschkaHorsePunchKid, are you on this? I don't want to bother diffing all the files without making more substantial changes, but I could try to solve the other problems (the clean URL redirect and the download links, for example).
Comment #21
mohammed76subscribing.
Comment #22
davebv commented. I am expecting this to be in drupal6! thank you all!
Comment #23
Designer Dude commentedgreat work guys. I'm available for testing a beta module when it's ready.
Comment #24
cburschkaI can start working on this around June, if nobody else takes it up.
Comment #25
steve@hopeworks.org commentedlooking forward to a Drupal 6 version, I can't upgrade until this great module is updated. Thanks to those in the community who have the ability and time to make this happen!
Comment #26
artis commentedI made the changes in #15 against the tarball in #12 and re packaged it. I made the changes by hand so it would be good if Arancaytar could look it over and make sure they are right. I'll try installing this in my dev site and see how it works and report back. I'm not the greatest with php code but I'll see if I can work on this a little in my "spare time".
Comment #27
CinemaSaville commentedTried using the package from #26 & got this message:
Fatal error: Call to undefined function file_check_upload() in /home/cinemasa/public_html/modules/audio/audio_images.module on line 146.
So more work to be done, but thanks for the effort. We all want/need this for 6.
Comment #28
davebv commentedI am getting the same error with the package from #26
Comment #29
sami_k commentedHere's what someone did to the image module to fix this problem, get your hints from there.
http://drupal.org/files/issues/image-d6upgrade-181809-32.patch
Comment #30
davebv commentedI modified the audio_image.module by editing the line which contanied the file_check() function and the problem seemed to dissapear.
- if ($upload = file_check_upload('image')) {
+ $validators = array(
+ 'file_validate_is_image' => array(),
+ );
+ if ($upload = file_save_upload('image', $validators)) {
I am not an expert programmer so it is likely I'm doing something really wrong, and the page still spit some errors about getid3 about not getting the tags for file "". And the audio node is created but nothing can played.
So... any news on this?
Comment #31
wretched sinner - saved by grace commentedsubscribe
Comment #32
davecormier commentedsubscribing. have installed #15... not yet working.
Comment #33
pancapangrawit commentedsubscribe
Comment #34
stefkeB commentedAre there alternatives?
Comment #35
redaccion commenteddoes I can help ???
I've 2 years experience in C#... think that I can do something...
Comment #36
CinemaSaville commentedThat would be great! We're all looking forward to this.
Comment #37
redaccion commentedSorry, but although I want help, I'm asking permission to drewish...
please, 'u need understand... he's the creator...
Comment #38
CinemaSaville commentedI'm sure he'd be fine with it. It is an open source community after all. The point is to make is to make it work. Thanks for your help, I'm really eager to start using this module.. I have a lot of great stuff waiting to go.
Comment #39
thomas23@drupal.org commentedEven though I'm fairly new to drupal and php as I'm developing/ building some band's site I would offer any help I can to port this module to D6. And may it be testing. This is the only module I'm planing in using that is not yet available for D6. Thanks for everyone's effort on this port so far!
Comment #40
drewish commentedi created a DRUPAL-5--2 branch so that the D6 work can happen in HEAD now. I've gone ahead and committed the work that HorsePunchKid and Arancaytar did. it should make it easier to see what subsequent patches change. there's still some big bits to get working so i'll leave this issue open.
Comment #41
drewish commentedComment #42
drewish commentedi had some time this afternoon and banged around on the update a bit. uploads seem to be working player theme functions are now registered. it actually looks like the module will be a lot smaller when this all done... i'd had a lot of cruft code to get the previews working and it seems like the forms api updates have made a lot of that code unnecessary.
Comment #43
bomarmonk commentedI am testing this out for Drupal 6 and things are looking good. I have imported files and played them successfully. The player works well!
Comment #44
goodwillhinton commentedI'm testing this on Drupal 6.2 and can import audio files and create nodes. However, I can't seem to get any of the players working. I recall in the 5.x version that under Audio Settings was a tab to choose which player to use but I don't see that option now. Thoughts?
Comment #45
thomas23@drupal.org commentedsame here (D6.2 also and no play back, player selection or any of that kind)
Comment #46
drewish commentedthere are definitely some problems with the menus. not sure about the players, for testing you might try disabling the audio_getid3 module and see if they work then, i haven't gotten into that code yet.
Comment #47
thomas23@drupal.org commentedthanks for your fast reply. I'll report what I find out when I get to including adio into the side I need it for (which might take a couple of days).
Comment #48
drewish commentedthomas23@drupal.org, be very careful with it, it's pretty broken.
Comment #49
bomarmonk commentedMy initial problem with the player was that I imported audio into Drupal without first installing the getid3 stuff, so the file was messed up. Either that or the file was incompatible with the player. Once I took care of both of these, the audio played well with a nice player interface.
Comment #50
CinemaSaville commentedI'm using it, and I see the player, but cannot get the playlist or images working. Any idea when this functionality might be coming online? Thanks again.
Comment #51
thomas23@drupal.org commentedThanks for pointing out, drewish, but I'm aware of that. After all, it's for some small site :)
Comment #52
thomas23@drupal.org commentedI don't know if this is only new to me but I'll share it anyway:
and from swfobject:
This I became aware of while testing audio 6.x since the player didn't even show from sf.net in Opera. So I guess this is no miricle any more :)
As I don't know much about audio so far bare with me. But I think I read somewhere around here someone asking why the player needs to be clicked twice before it starts. So if it is not allready this maybe could be integrated into audio. It's MIT licenced.
No harm ment,
CU
Comment #53
thomas23@drupal.org commentedOh, I nearly forgot, here is something else that might come in handy for audio. Here is a small wrapp-up:
Cheers
Comment #54
bomarmonk commentedInterestingly enough, I can see the player fine in Firefox and Safari, but in IE 7 it's just a white box.
Comment #55
thomas23@drupal.org commentedUpdate: I know have successfully imported two albums on another site (not local, no .htaccess allowed, i.e. no clean urls, upload_max_filesize and post_max_size set to 50MB if that matters at all) after I first ran into the situation that the importer messed up tags/albums. After I deleted those and uploaded new files with no blank spaces in their file names I worked fine (I don't know if that's the problem, though). I also see und can use 1pixelOut but there is know options to select players, either. The only thing not working at all I noticed was the playlist module. It does install allright but after deploying the link add to playlist the following error occurs:
Edit: I noticed two more things:
on most(!) titles and album names resulting in 404 error when calling that path. Tags on the files where generated using Windows foobar2000 (a high-quality player if your not familiar) so a render it more likely to have something to do with Windows line-breaks? Just guessing. When editing nodes tag fields on such a node I get this:
/Edit
I'm considering installing another test installation in D5 to see what should be possible (in the long run). Or is there a more detailed description I haven't gotten my hands on, yet, besides the handbook part? I'm interested in a more gallery like (image module) display of by/album/albumname to show the albums image(s) only once and list the tracks rather li-style, i.e. so it's more like one node rather than a list of nodes. I'm I on the right track to assume this needs views? Any hints appreciated!
Cheers.
Comment #56
shah_waliuallah commentedHi
When will the new drupal 6.2 audio module be available?
Comment #57
thomas23@drupal.org commentedre: When will the new drupal 6.2 audio module be available?
see #48 from May 30, 2008
which I can confirm, so I assume it will take a few weeks, still. Correct me, if I'm underestimating, drewish.
Comment #58
shah_waliuallah commentedThanks thomas
Comment #59
thomas23@drupal.org commentedSmall update:
In the meantime I could get my hands on audio.module in more detail and just did a fresh install (meaning deleting the audio folder and replacing it with a fresh version downloaded here plus version 1.7.8b2 of getid3 going through your nice README.txt in detail).
The issue I experienced before (see #55 above) when poof. When I now edit some audio node and save it that before pathauto send to /album/day-in-june%00/lazy%00 now is homed correctly at and links are fine.
The only error persisting is the one about APIC data not properly structured (bug reported as #265493: Getid3 error.
Cheers.
Comment #60
thomas23@drupal.org commentedSmall update:
In the meantime I could get my hands on audio.module in more detail and just did a fresh directory install meaning deleting the audio folder and replacing it with a fresh 6.x-1.x-dev plus version 1.7.8b2 of getid3 going through that nice README.txt included in detail.
The issue I experienced before (see #55 above) went poof. When I now edit some audio node that pathauto send to /album/day-in-june%00/lazy%00 before now is homed correctly at /album/day-in-june/lazy after submitting the node edit form. A pitty there is no shortcut in admin/content/node as the image.module's on to "rebuild image thumbnails", something like "reread all audio meta tags". But for me that's fine, and to be honest: When does one really need that? Lucky me the band I'm building the site for hasn't been around for decades ;) I just deleted all audio nodes and reimported them which led to no errors and links are fine. Hurray! Just be warned if someone followes my descriptions that audio files are deleted, too. No errors, though, if you move them manually before actually deleting the node in drupal.
The only error persisting is the one about APIC data not properly structured (bug reported as #265493: Getid3 error).
Cheers and thanks once more for your effort!
Comment #61
yraffah commentedsubscribe
Comment #62
drewish commenteddid a little more work last night. the audio module now depends on the getid3 module.
Comment #63
Netmonger commentedSo does anyone actually have this module working with 6.2? For me, on a fresh install with no other additional modules except audio, token, and views, when I try to create an audio node, and I browse to an mp3 and click submit or preview, the file doesnt get attached and error messages show up complaining about NULL filenames.. Any else see this?
Comment #64
thomas23@drupal.org commentedOn my site I used autdio's importer which worked fine for me (see above). I have two albums worth of audio nodes and playback works fine with them. Although I haven't done any individual stuff yet like creating "album views" so it's just plain out-of-the-box. Except one block where I tried to include a button player which does show but not play. But maybe it's just not configured right; I haven't worked on it lately.
Oh and theming the player does not work either as described for template.php in the dokumentation. But again, it might also be me.
Cheers.
Btw. Is there any more documentation that I might have missed that the one pointed out from the module's main page?
Comment #65
CinemaSaville commentedDrewish,
Any news on the status of this, and when it could be production site ready? I know you're probably pretty busy, but I'm waiting on this thing to launch my site.
Thanks.
Comment #66
drewish commentedsorry i don't, i was hoping that some of the people who did the initial porting would have some time work on it.
Comment #67
dubitable commentedHi folks, I couldn't find this mentioned anywhere in the issues or in this thread, so I figured I'd mention it. If you'd prefer I start another issue let me know.
This is the 6.x dev version of the module, running on Drupal 6.2, that is currently up on the module page (to be precise 6.x-1.x-dev dated from June 19th).
I get this PHP error when I enable "Attach audio files" in the workflow settings for the Story content type (I'm going to assume this would be the same with any content type):
PHP Fatal error: Call to undefined function audio_prepare() in /var/www/htdocs/sites/all/modules/audio/contrib/attach/audio_attach.module on line 153, referer: http://somesite.com/node/add/blog
Function got renamed?
Anyways, hope this helps...if I have time to dig further and offer a patch I will do so...otherwise thanks for all the work done on this!
Best,
Dave
Comment #68
daniel-san commentedI am also interested in the porting of this module to drupal 6. I'm no programmer, but in the interest of using the module on an upcoming site, I would be happy to assist in some way so that we can get a stable release for the module.
Comment #69
bomarmonk commentedThis module works beautifully in Drupal 5 with the first version of views (I downgraded my site from Drupal 6 to 5 for the time being). It's definitely worth it to have the views integration working before anyone uses this with Drupal 6.
Comment #70
dtmatthes commentedSubscribing
Comment #71
curtisfranklin commentedsubscribe
Comment #72
onepartscissors commentedsubscribe
Comment #73
andypostFix menus for 6.2 and more: just add marked lines... no time to make patch
Next is something wrong with playlist...
Comment #74
drewish commentedi'm guessing that the playlists are totally screwed up... but yeah roll a patch for that and i'll commit it asap
Comment #75
onepartscissors commentedDoes anyone have this module working on 6.3 yet? i'm battling, and client would really love this module, they are wanting to podcast audio, so this module's going to be a huge part of that.
Which one should i be using - the one on this page, or the 19 June 08 one on the Module's home page?
thanks,
Comment #76
ThePiano.SG commentedsubscribe
Comment #77
alpinejag commentedtracking
Comment #78
acochran commentedThis is so exciting! It looks like this module isn't stuck in open source limbo any more!
Comment #79
enhornenator commentedSubscribe
Comment #80
thomas23@drupal.org commentedComment #81
acochran commentedI wasn't looking closely at the dates. I guess this module is stuck in open source limbo. Why isn't this module a priority?
Comment #82
mohammed76@acochran, regardless of what you had to say, this issue is about porting the audio.module to drupal 6.x, so have updated the title again to reflect this fact.
thanks.
Comment #83
smoltron commentedWe have been waiting for more than six months for this module to be ready for D6. We are now giving up hope, sorry. Does anyone know if it is possible to downgrade from D6.4 to D5?
Comment #84
mohammed76yes, unfortunately, this module is taking too long to be ported. But since I am not a coder, I can't be demanding. I know.
however, and to answer smoltron's question, it all depends on your specific case and what you want to achieve with the module. but, Views + CCK can very well have a valid alternative.
Comment #85
aaron commentedhere's a patch for the menu items
Comment #86
drewish commentedthanks aaron, committed that to HEAD.
Comment #87
KaityUK commentedsubscribe
But anyone know of a really basic Audio player to play about a dozen tracks for a bands site running Drual 6.x?
Comment #88
christophweber commentedSecond KaityUK.
I'm going to try out the dev release regardless of any issues, but am eagerly awaiting a beta.
Comment #89
pbarnett commented@KaityUK:
I have the Audio module latest release of 6.x-1.x-dev (2008-Sep-07) working on 6.x at http://amplifires.co.uk/
Haven't tried audio attach, but so far so good...
Pete
Comment #90
drewish commentedclosing this since there's plenty of bug specific issues.
Comment #91
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #92
vinoth.3v commentedsame Error here.
There are many duplicate nodes related this...
http://drupal.org/node/311284
http://drupal.org/node/272926
http://drupal.org/node/299037
http://drupal.org/node/294317
Call to undefined function audio_prepare() in /sites/all/modules/audio/contrib/attach/audio_attach.module on line 153
any Luck?
Comment #93
drewish commented4vinoth, this was closed for a reason. use the related issues.