in my video

  • on 28nov build if you go into a folder it cant get backout to the bookmarks again, in my movies, was fine in my music. if i go into netowrk and it lockup there then go into mymovie on xbox and try to go back to bookmarks it takes me to the network movies again. wierd stuff like that. also filemanger is working fine.

    cheers and just incase

    * *<!-- my video shares !-->
    * *


  • thanks!

    ** edit **

    doh... i just thought of something. the same problem likely exists in pictures too


  • thats makes no change. it only does it in my videos and my pictures and this was updated today. (music and filemanager are all good)


  • a "back" action from a default tag will go back to the root. that's the trade off for allowing multipath bookmarks. sorry. live with it.

    and spiff, there's a small navigational bug. i'm at work right now so i cant fix it. but if you can, please do... here's the details.

    add whats below to guiwindowvideofiles.cpp, in onclick, in the section that starts "if (pitem->m_bisfolder)", just above the "if (!update(strpath))"


    if (pitem->getlabel() == "..")
    {
    // go back a directory
    goparentfolder();

    // goparentfolder() calls update(), so just return
    return;
    }


    look at onclick in guiwindowmusicsongs.cpp. it should look like that.


  • try changing your default from

    f:\movies\
    to
    movies

    edit : sorry jumped the gun misread post! ignore me :blush:


  • done


  • this is obviously related to the new stuff krahq added yesterday.

    let's see if he has the time to fix it, he mentioned being short on time. if not, i'll give it a spin.


  • just for the hell of it remove the references you have to your folder icons and confirm the rest of your xml file with a current cvs. i noticed myself they have been adding alot of new references here as of late.


  • bug confirmed, then fixed.


  • cheers guys, ill test it soon when it goes to public cvs. cant be arsed updating manually to test. but i although small would be great to fix it.

    nice and fast fix :)