Hi,
Is there plans to introduce D8 version of this module?
We (@InternetDevels team) would like to help you with development of this version.
Thanks, @ipo4ka704 and (@Rumato).

Comments

tamerzg’s picture

Yes I plan to port the module to 8.x but probably later this year.
I already started some work so that could be a good starting point
https://drupal.org/commitlog/commit/12778/8f32e53e8245bd8e9c82b45c9ca625...

If you would like to help porting, I would appreciate it!

ipo4ka704’s picture

Ok we will start. Later we will give a patch.

mykolay’s picture

Status: Active » Needs review
StatusFileSize
new40.73 KB

We (@InternetDevels team) have ported module and made a patch.
We plan to maintain this module in the future and want to get the maintainers.

Alexandre360’s picture

From the module description page

#D8CX: I pledge that AudioField will have a full Drupal 8 release on the day that Drupal 8 is released.

Let's release drupal 8 version !

joshi.rohit100’s picture

Hey guys, check the D8 ported version I have done - https://github.com/joshirohit100/audiofield

spacereactor’s picture

@joshi.rohit100 try the drupal 8 audio, need to change audiofield.info.yml -> package: CCK -> package: Field types

I also getting a notice in my log everytime i upload a audio file.
Notice: Undefined offset: 1 in field_tokens_tokens() (line 267 of /srv/http/website/modules/field_tokens/field_tokens.tokens.inc).

Beside that all, everything look ok. thk

joshi.rohit100’s picture

@spacereactor - thanks for feedback! I will try to check that notice.

joshi.rohit100’s picture

As per #6, I tried and couldn't find any notice in log. It seems like problem in core as this module only dealt with when content is showed (formatter). It is not doing anything for uploading file.

spacereactor’s picture

@joshi.rohit100 I already delete my test site setup and using http://simplytest.me install fresh drupal 8 with the following modules audiofield, token, File (Field) Paths and Field tokens but can't reproduce the error.

My old test server using nginx 1.8.1, php 7, php fpm, got to wait til i reach home to see if i can reproduce the error. Anyway simplytest doesn't produce the error so it seem to be ok.

spacereactor’s picture

@joshi.rohit100 i reinstall drupal 8 on my test server running drupal 8.1.0rc, audiofield, token, File (Field) Paths and Field tokens, and this time NO error. Test server running on nginx 1.8.1, php 7, php fpm and mariadb 10. Hope you release a drupal 8 audiofield beta or rc soon.

joshi.rohit100’s picture

@spacereactor - thanks for testing.

Hope you release a drupal 8 audiofield beta or rc soon.

I am not maintainer :)

  • tamerzg committed 05a3baa on 8.x-1.x
    Issue #2232073 by joshi.rohit100: Drupal 8.x
    
tamerzg’s picture

Status: Needs review » Fixed

I just released alpha1 based on joshi.rohit100 code. Its still missing bunch of options from 7.x branch so will keep it as alpha for now. I am planning to work further on this in upcoming days

joshi.rohit100’s picture

@tamerzg - thanks for alpha release.

We can create a meta for the missing things.

heddn’s picture

I've added #2706005: D8 match feature parity with D7 [Meta] to track the remaining D8 features that are missing.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.