Get your own customer support community

Recent activity

Subscribe to this feed
  • question

    zazi asked a question in Songbird on August 30, 2009 09:23:

    zazi
    Check for development build updates
    Hi,

    is there a possibility to enable a check for development updates, so that I get also this versions presented when I'm checking for updates?

    Cheers,

    zazi

    PS: I thought I saw it somewhere, but I didn't find it again.
  • problem

    zazi replied on August 29, 2009 15:28 to the problem "Invisible Subscription - How to delete?" in Songbird:

    zazi
    It seems that I get rid of that problem, but it was a little bit of hacking:

    1. I'm wondered why I don't found the db in my profile, then I detected that there are multiple places on Windows Vista, where it stores the profile information => the place of the db folder is something like this: C:\Users\<your name="true">\AppData\Roaming\Songbird2\Profiles\<your>\db
    2. After trying SQLLite Manager for Songbird, which won't worked in my case, I installed it direct on Firefox (download here: http://code.google.com/p/sqlite-manager/)
    3. Now to the most difficult task: find all entries and relations in the database (you have to use the "main"-database in the folder), which are related the task of the subscription
    3.1 first I found the entries in the table "resource_properties_fts_all_content" by search with a keyword of the subscribed url
    3.2 then I noticed the related "docid"-ids and deleted the entries of this search result in the used table
    3.3 (but that's not all) I realized that the docids are related to the media_item_ids, which are occurred in several tables; so I search with the noticed docids in other table, like "resource_properties", "resource_properties_fts_all" and "media_items" => deleting the entries with that id in the last 2 table works perfect (in "media_items" with "media_item_id" and in "resource_properties_fts_all" with "rowid"), but I don't get the entries out of the first table (there came always an error like: "no such collation sequence: library_collate")

    Anyway, now it don't loads the hidden feed again, but the entries of the docids (media_item_ids) are still in the "resource_properties" table. In between I also dropped and recreated the trigger on the main-database, which maybe was also an step to the solution. So it might be useful, to copy the structure and recreate the trigger after the cleaning process.
    Nevertheless, its still a kind of hacking, and you may can destroy your songbird database through the steps (I've not finally tested anything).
    It is a kind of solution, but maybe not the best solution.

    Cheers,

    zazi</your></your>
  • problem

    zazi replied on August 29, 2009 12:47 to the problem "Invisible Subscription - How to delete?" in Songbird:

    zazi
    Hi, also get this problem, but I'm not willing to delete my profile or just create a new profile with the profile manager. I did many searches for the subcribed url, but I didn't find it anywhere. I think there must be a kind of config file somewhere, where this subscriptions are inside.

    Cheers, zazi