There seems to be a conflict between Pathauto 2.0 module and the Audio 2.x-dev module. When aliasing my site, all pages and stories take the naming convention of the audio files.

For example:
I have [title-raw] for all pages, stories, etc.
I have [type]/[audio-tag-artist-raw]/[audio-tag-title-raw] for audio.

All of my pages and stories end up as:
audio/[audio-tag-artist-raw]/[audio-tag-title-raw]_1
audio/[audio-tag-artist-raw]/[audio-tag-title-raw]_2
etc...

(Note: I just reverted back to pathauto 1.x, so if the above [variable names] are wrong, I had them written correctly during use. Sorry.)

I'm running the latest dev version of token as well.

Maybe this is a problem with audio.module 2.x?

Comments

greggles’s picture

I was just able to reproduce this as well, though I'm not sure exactly why. I'll try to look into it more later. I have a feeling that somehow the "type" for the audio module is getting set incorrectly which makes it override the default case.

rjleigh’s picture

Solved it as a problem with the audio module

see http://drupal.org/node/173029#comment-643818

--Roger

drewish’s picture

Status: Active » Closed (duplicate)

yeah looks like my fault. this is a duplicate of http://drupal.org/node/173029