Re: [Banshee-List] N900 preferences



Would adding the lines:

        private static string playlists_path = ".sounds/";

and

        public override string PlaylistPath {
            get { return playlists_path; }
        }

to src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/MaemoDevice.cs
 solve the problem?


Justyn.


On 1 April 2010 03:07, Justyn Butler <justynbutler googlemail com> wrote:
> On 03/12/2010 07:07 PM, Jeroen Budts wrote:
>>During testing a discovered that the playlists which are written by Banshee to the N900 don't work.
>>If i try to play a song from a playlist the N900 does that it can't find the files.
>>Looking at the playlists this seems only logical to me because it uses relative paths that can't really work i think.
>>Could somebody else with a N900 confirm this behaviour?
>
> Relative paths do work, but banshee is writing the wrong relative
> paths. The paths are being written like this:
> .sounds/Adrianne/Sweet Mistake/06 - Symmetry.mp3
>
> But the playlist file itself is actually put in the .sounds folder, so
> none of the files will be found. Simply removing ".sounds" from the
> beginning of each line, eg:
> Adrianne/Sweet Mistake/06 - Symmetry.mp3
>
> Fixes the problem.
>
> Could this be changed by a dev?
>
> Regards,
> Justyn.
>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]