Audio upload using media-dir

Post a reply

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: Audio upload using media-dir

Re: Audio upload using media-dir

Post by Ernie » Tue Feb 22, 2011 11:33 am

Ah ok, glad you got it working. Yeah, my app is sometimes picky with stray spaces.

Re: Audio upload using media-dir

Post by shiawase » Tue Feb 22, 2011 11:27 am

Hi Thanks for the quick reply.

The problem was a space after media-dir before the following tab.
Once it became
*[tab]media-dir[tab]filepath
the media loaded successfully.

Re: Audio upload using media-dir

Post by Ernie » Tue Feb 22, 2011 9:49 am

Hi shiawase. I sent you a private message.

Audio upload using media-dir

Post by shiawase » Tue Feb 22, 2011 9:16 am

Audio upload using media-dir

I'm having problems with this
Code: Select all
*   media-dir    http://filepath/media/vocab/
Text 1   Text 2   Text 3   Sound 1
これ   これ   this, this one   kore.mp3

doesn't work either locally or from dropbox. I just get empty sound in Sound 1
Also works from orangeorapples.com however the full audio directory is too big to go this route at the moment.

however
Code: Select all
Text 1   Text 2   Text 3   Sound 1
これ   これ   this, this one   http://filepath/media/vocab/kore.mp3


does work.

I suppose I could generate a file with full urls but any ideas about why the first version isn't working?
(tabs are correct, file permissions are correct, filepaths are correct, Mac OSX 10.5.8, FCD2.7.1, iOS4.2.1 )

Thanks

Top