Page 4 of 15 FirstFirst 1234567891011121314 ... LastLast
Results 31 to 40 of 141

Thread: Upd8 1.0.8

  1. #31
    Newbie
    Join Date
    Apr 2007
    Location
    Washington, DC
    Posts
    36
    XP media center is the OS.

  2. #32

  3. #33
    Mo' Programming Mo' Problems
    Auto Apps:loading...
    Sonicxtacy02's Avatar
    Join Date
    Sep 2004
    Location
    Woodbridge, VA
    Posts
    8,046
    Blog Entries
    41
    i have some questions on this program

    i've basically replaced ezsync with it and it looks like its working as it should, but how does it handle situations where the a folder isnt present? Does it time out then move down the list to the next "Loc" of does it just stop the sync? As far as i can tell it completely stops the sync.

    To be safe (and sure about what i'm doing) i actually put remote folders on the local side of the location. Here is part of my .ini

    Code:
    Loc1=X:\sync\c\,C:\sync\,aup,*
    Loc2=Z:\My Music\Rap\,C:\Documents and Settings\Administrator\My Documents\My Music\Rap\,aup,*
    Loc3=Z:\My Music\R&B\,C:\Documents and Settings\Administrator\My Documents\My Music\R&B\,aup,*
    Loc4=Z:\My Music\Rock\,C:\Documents and Settings\Administrator\My Documents\My Music\Rock\,aup,*
    Loc5=Z:\My Music\Country\,C:\Documents and Settings\Administrator\My Documents\My Music\Country\,aup,*
    Loc6=Z:\My Music\Dawns Music\,C:\Documents and Settings\Administrator\My Documents\My Music\Dawns Music\,aup,*
    Loc7=Z:\My Music\Oldies\,C:\Documents and Settings\Administrator\My Documents\My Music\Oldies\,aup,*
    Loc8=Z:\My Music\Soundtracks\,C:\Documents and Settings\Administrator\My Documents\My Music\Soundtracks\,aup,*
    Loc9=Z:\My Music\Kids Music\,C:\Documents and Settings\Administrator\My Documents\My Music\Kids Music\,aup,*
    Loc10=Z:\My Music\Techno\,C:\Documents and Settings\Administrator\My Documents\My Music\Techno\,aup,*
    Loc11=C:\Documents and Settings\Administrator\My Documents\My Music\Playlists\,Z:\My Music\Playlists\,aup,*
    Loc12=C:\Documents and Settings\Administrator\My Documents\My Music\Playlists\,X:\Drivers and Helpful Software\Ratings Backup\,aup,*
    The X Drive is my thumbdrive and the Z drive is my home server. Its sync'n as it should when the drives are connected.. but it appears that if X is connected and Z is not Loc12 never gets run. Does having the remote folders on the local side cause this?

    another small and seemingly unimportant thing i've noticed is that the list doesnt display "&", but it appears it still syncs with a folder that has an "&" in it. "R&B" just shows up as "RB"
    NOVA, MD, DC Monthly Meets Here
    Ride Runner and Centrafuse 3 plugin creator
    mp3Car.com Senior Tech Blogger (Want a product reviewed? Contact me.)
    Find my plugins on the MP3Car App Store!
    Follow Me on Twitter or Facebook
    Live mp3Car Facebook Chat

  4. #34
    Confusion Master
    Auto Apps:loading...
    Enforcer's Avatar
    Join Date
    Sep 2003
    Location
    If you go down to the woods today, You're sure of
    Posts
    14,436
    Quote Originally Posted by Sonicxtacy02 View Post
    i have some questions on this program

    i've basically replaced ezsync with it and it looks like its working as it should, but how does it handle situations where the a folder isnt present? Does it time out then move down the list to the next "Loc" of does it just stop the sync? As far as i can tell it completely stops the sync.

    It should carry on with the next one in the list, or at least it used to, however just having a quick look at the code I might have introduced a little bug by adding extra debugging code. Will check for sure and correct.


    Quote Originally Posted by Sonicxtacy02 View Post
    another small and seemingly unimportant thing i've noticed is that the list doesnt display "&", but it appears it still syncs with a folder that has an "&" in it. "R&B" just shows up as "RB"
    Huh? got any pics.

  5. #35
    Mo' Programming Mo' Problems
    Auto Apps:loading...
    Sonicxtacy02's Avatar
    Join Date
    Sep 2004
    Location
    Woodbridge, VA
    Posts
    8,046
    Blog Entries
    41
    Quote Originally Posted by Enforcer View Post
    It should carry on with the next one in the list, or at least it used to, however just having a quick look at the code I might have introduced a little bug by adding extra debugging code. Will check for sure and correct.




    Huh? got any pics.


    it looks like the B is underlined but its supposed to read R&B
    NOVA, MD, DC Monthly Meets Here
    Ride Runner and Centrafuse 3 plugin creator
    mp3Car.com Senior Tech Blogger (Want a product reviewed? Contact me.)
    Find my plugins on the MP3Car App Store!
    Follow Me on Twitter or Facebook
    Live mp3Car Facebook Chat

  6. #36
    Mo' Programming Mo' Problems
    Auto Apps:loading...
    Sonicxtacy02's Avatar
    Join Date
    Sep 2004
    Location
    Woodbridge, VA
    Posts
    8,046
    Blog Entries
    41
    here's another question while i'm on a roll....

    is there something wrong with copying to a root path? For some reason i cant

    Code:
    Loc1=X:\sync\c\,C:\sync\,aup,*
    the above code works for me. But...

    Code:
    Loc1=X:\sync\c\,C:\,aup,*
    does not. It said "READING", the status bar goes white and it stays there frozen. I made sure that access.ok was in the C:\
    NOVA, MD, DC Monthly Meets Here
    Ride Runner and Centrafuse 3 plugin creator
    mp3Car.com Senior Tech Blogger (Want a product reviewed? Contact me.)
    Find my plugins on the MP3Car App Store!
    Follow Me on Twitter or Facebook
    Live mp3Car Facebook Chat

  7. #37
    Confusion Master
    Auto Apps:loading...
    Enforcer's Avatar
    Join Date
    Sep 2003
    Location
    If you go down to the woods today, You're sure of
    Posts
    14,436
    Quote Originally Posted by Sonicxtacy02 View Post

    it looks like the B is underlined but its supposed to read R&B

    Now that is strange, the label is just updated with the same info that is used for the folder name.

    I'll have to do some testing to see if it will so it on a standard label. (I tried differents fonts and it definitelt isn't that)

    Quote Originally Posted by Sonicxtacy02 View Post
    here's another question while i'm on a roll....

    is there something wrong with copying to a root path? For some reason i cant

    Code:
    Loc1=X:\sync\c\,C:\sync\,aup,*
    the above code works for me. But...

    Code:
    Loc1=X:\sync\c\,C:\,aup,*
    does not. It said "READING", the status bar goes white and it stays there frozen. I made sure that access.ok was in the C:\
    Root path copying should be OK, just tested it here and it was fine.

    It could possibly have found too many folders (the beta has a limit of 2000 folders which will raised significantly in the future releases), but I would expect it to crash with an error not just freeze.


    In the ini file if you make Debug=True this will give a debug.txt file, which should tell where it stops but it will probably be in the reading folders sub.

    Also there might be an error.log file that might give a clue.




    PS thanks for the questions.

  8. #38
    Confusion Master
    Auto Apps:loading...
    Enforcer's Avatar
    Join Date
    Sep 2003
    Location
    If you go down to the woods today, You're sure of
    Posts
    14,436
    Quote Originally Posted by Sonicxtacy02 View Post
    The X Drive is my thumbdrive and the Z drive is my home server. Its sync'n as it should when the drives are connected.. but it appears that if X is connected and Z is not Loc12 never gets run. Does having the remote folders on the local side cause this?

    From what I can see, only testing with two paths, if the first path is not there there it does go onto the next, the only time it won't, although this will be fixed, is if the location in the first one was there but during syncing it loses connection. then it won't go onto the next.

  9. #39
    Newbie VorTechs's Avatar
    Join Date
    Dec 2007
    Location
    Gloucester, UK
    Posts
    55
    Quote Originally Posted by Enforcer View Post
    Now that is strange, the label is just updated with the same info that is used for the folder name.
    ...which is the problem.

    Standard labels have .UseMnemonic property which defaults to 'True' which will take the first '&' and use it a shortcut key.
    KimmyBean> Stu, you know that cybersex we had?
    KimmyBean> I'm pregnant!

  10. #40
    Confusion Master
    Auto Apps:loading...
    Enforcer's Avatar
    Join Date
    Sep 2003
    Location
    If you go down to the woods today, You're sure of
    Posts
    14,436
    Quote Originally Posted by VorTechs View Post
    ...which is the problem.

    Standard labels have .UseMnemonic property which defaults to 'True' which will take the first '&' and use it a shortcut key.

    I was thinking something like but hadn't got around to doing much checking at 3 o'clock in the morning.

    Cheers.



    *edit, yep that was it. One down.

Similar Threads

  1. Released: BETA 10
    By skippy76 in forum Road Runner
    Replies: 169
    Last Post: 03-07-2006, 10:53 AM
  2. StreetDeck Developer Edition Beta
    By Fiberoptic in forum StreetDeck
    Replies: 19
    Last Post: 01-23-2006, 02:18 PM

Bookmarks

Posting Permissions

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