Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  x5 tag cache nightmare
« previous next »
  • Print
Pages: 1 [2]

Author Topic: x5 tag cache nightmare  (Read 7426 times)

Offline Yotto

  • Artist
  • Member
  • *
  • Posts: 826
  • Every Silver Lining has a Cloud
    • My Blog
Re: x5 tag cache nightmare
« Reply #15 on: November 06, 2006, 07:45:26 AM »
I wiped my drive completely, reinstalled the latest build of Rockbox (It would be Friday night's build) and copied the the music back several letters at a time (I have my artists within folders of the letter their name starts with, lest I have too many directories to display in my root music folder).

0 problems.  I now have a working tagcache installation.
Logged
Pulp Audio Weekly - Where we talk about News, Reviews, and pretty much anything else we feel like discussing.

Offline the_house

  • Member
  • *
  • Posts: 6
Re: x5 tag cache nightmare
« Reply #16 on: November 06, 2006, 06:50:37 PM »
Update:  mp3's with long filenames do seem to be the culprits.  It's still true that the offending files do not cause a failure 100% of the time, but shortening the filenames seems to make the problem go away (so far.  I still haven't found all the offending files in my entire collection).  Also, it's still true that I successfully cached all of these mp3s at some time in the past on my Archos, so rockbox does seem to be a bit more temperamental either now compared to then, or on the X5 compared to the jukebox recorder.
« Last Edit: November 07, 2006, 04:30:02 PM by the_house »
Logged

Offline wonderfibre

  • Member
  • *
  • Posts: 10
Re: x5 tag cache nightmare
« Reply #17 on: November 07, 2006, 11:57:47 AM »
what's the easiest way then to find files on my computer which are longer than 256 (or whatever) characters?
Logged

Offline Sherv

  • Member
  • *
  • Posts: 66
Re: x5 tag cache nightmare
« Reply #18 on: November 07, 2006, 03:30:51 PM »
Hmm, I'm still having issues with Tagcache crapping out on my AJBR V2 and I have files with ultra long names (gotta love the Red Sparowes for that). What's the limit for tagcache, I'd love to mess around and see if that fixes it...
Logged

Offline Yotto

  • Artist
  • Member
  • *
  • Posts: 826
  • Every Silver Lining has a Cloud
    • My Blog
Re: x5 tag cache nightmare
« Reply #19 on: November 07, 2006, 04:32:06 PM »
Is it 256 with full path, or 256 just for the filename?

If filename, in dos:

dir /s | sort /+275
or
dir /s | sort /+275|more

will show you the files.  They'll be at the very top (hence the |more to stop it at the beginning) or very bottom (so you want to see the end, no |more).  It won't give the path, but you can then search out the specific files with another dir /s for their exact names.

(I'm guessing on the number, it's 256 plus the offset, which IIRC is 20, so I subtracted one to be on the safe side)

If it's full path,

attrib /s |sort /+256
or
attrib /s |sort /+256|more

(same as above, only this time no offset and you'll know the full path)
Logged
Pulp Audio Weekly - Where we talk about News, Reviews, and pretty much anything else we feel like discussing.

Offline wonderfibre

  • Member
  • *
  • Posts: 10
Re: x5 tag cache nightmare
« Reply #20 on: November 08, 2006, 08:15:56 AM »
Quote from: Sherv on November 07, 2006, 03:30:51 PM
Hmm, I'm still having issues with Tagcache crapping out on my AJBR V2 and I have files with ultra long names (gotta love the Red Sparowes for that).

damned Red Sparowes were the ones screwing up my tagcache too! everything seems to be working ok now.......
Logged

  • Print
Pages: 1 [2]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  x5 tag cache nightmare
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.16 seconds with 21 queries.