+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Member Online status: donworth is offline Reputation: donworth the Neutral
    Join Date
    Feb 2009
    Location
    Oxnard, CA
    Posts
    87

    Playing Music doesn't seem to work

    I put the song files into the Music folder within com.turbine.lotroclient but when I /play one it says it can't find the file. It looks like it inserts a backslash into the name which is screwing it up:

    eg.

    Couldn't open file /Users/worth/Library/Application Support/com.turbine.lotroclient/Music\speed.txt.

  2. #2
    Junior Member Online status: Freelancer486 is offline Reputation: Freelancer486 has disabled reputation
    Join Date
    Oct 2007
    Posts
    10
    Quote Originally Posted by donworth View Post
    I put the song files into the Music folder within com.turbine.lotroclient but when I /play one it says it can't find the file. It looks like it inserts a backslash into the name which is screwing it up:

    eg.

    Couldn't open file /Users/worth/Library/Application Support/com.turbine.lotroclient/Music\speed.txt.
    Yes and it's looking for .TXT files rather than .ABC.

    \ is normally an escape character, so I thought I'd be clever and try things like

    /play /myfile

    Which just changes the error string to "Couldn't open .../Music\/myfile.txt"

    It would seem that the \ is being taken as a literal and it just invalidating the path.

    I have tried with file name as both .ABC and .TXT and many variations that would normally work in LUA or bash paths.

  3. #3
    Poster of Note Online status: Valamar is online now Reputation: Valamar the Neophyte Valamar the Neophyte Valamar the Neophyte Valamar the Neophyte Valamar the Neophyte Valamar the Neophyte Valamar the Neophyte Valamar the Neophyte
    Join Date
    Feb 2007
    Location
    Philadelphia, PA
    Posts
    840
    Like the /ui command ... it's broken... be sure to bug it!

    (The /ui command defaults to root to read and write its files!)
    Bill Magill - Mac Player - Old Timers Guild- Gladden - The restrictions on signatures keep getting more and more absurd

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts