Personal tools

Difference between revisions of "My Dropbox doesn't import any of the audio files I put in there"

From Rivendell Wiki

Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 15:47, 12 March 2018

  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.