Personal tools

My Dropbox doesn't import any of the audio files I put in there

From Rivendell Wiki

Revision as of 15:47, 12 March 2018 by Higgles (Talk | contribs) (Created page with "# The path specification needs to include the files too rather than just the directory. #:For example: <br>'''/home/rduser/dropbox1/''' as the path in the definition of the d...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  1. The path specification needs to include the files too rather than just the directory.
    For example:
    /home/rduser/dropbox1/ as the path in the definition of the dropbox won't work, but
    /home/rduser/dropbox1/*.mp2 will work.