-
Because of some changes to the eMusic site i have released version 1.1 of the plugin.
2008-03-02 17:50:00 UTC in Open Media Collectors Database
-
Ok, here we go
http://gluefish.net/opendb
Direct downloads from http://files.gluefish.net/opendb/
please let me know of any bugs/problems :)
2008-02-25 20:02:14 UTC in Open Media Collectors Database
-
In case somebody is looking for (or thinking about creating) a plugin for eMusic:
I'm currently writing a plugin for eMusic.com (a _very_ nice MP3 store). The plugin is allmost ready and I will release it in a few days. I'm already using it on my own site to import about 70 albums from eMusic.
I still need to finish a few small things:
* When searching on 'Album title', add image, artist...
2008-02-07 12:34:55 UTC in Open Media Collectors Database
-
Yes OpenDB can do this. OpenDB allows you to create your own fields for items (System Attribtue Types).
If you are logged as an administrator, you can click on the 'System Admin Tools' (In the demo the System Admin Tools are not available i think). Then on the top right corner choose 'System Attribute Types' from the dropdown. Here you can create, by example, a field named 'LOCATION', use...
2008-02-05 08:42:39 UTC in Open Media Collectors Database
-
While reading the source of the FreeDB site plugin class (freedb.class.php) (I'm creating a search plugin for eMusic.com), i noticed the following piece of code (line 199)
$tracks = $this->parseTracks($entryBlock);
if(is_array($title_r))
{
$this->addItemAttribute('tracks', $tracks);
}
is it correct that you check if $title_r is an array while you are processing the tracks? i guess it...
2008-02-05 08:29:21 UTC in Open Media Collectors Database
-
I have added an attribute type 'LINKS' as a multi-value attribute, to add related links and reviews (from other sites) to items.
The problem is that there currently is (i think) no possible way to make the links into actual clickable links when displaying. I currently use the list type for display, but then the links are just plain text. Maybe this can be solved by adding a displaymask which is...
2008-02-01 10:51:45 UTC in Open Media Collectors Database
-
Currently when parsing an exported OpenDB_XML without having access to the database it is impossible to know which attributes can have multiple values, unless it actually has multiple values.
To give you an example
Metallica.
2008-01-30 15:06:47 UTC in Open Media Collectors Database
-
What does the option "Include Other Titles", in System Admin Tools - Configuration - Item Review, do?
Does it somehow enable linking to other items when reviewing an item? (that would very useful!)
2008-01-30 14:46:31 UTC in Open Media Collectors Database
-
Make the Status in the itemlisting clickable to filter on that status, just like the artist, year, category etc.
2008-01-29 11:05:14 UTC in Open Media Collectors Database
-
For CD's that contain more than 1 disc it would be nice to have a Time- and Tracks-field for every disc.
So when setting the 'Number of Disc(s)' to 2, a second Time-field and a second Track-listing-field would appear where the details of the second disc could be entered.
As an additional feature, OpenDB, could store seperate search-plugin info per disc. This would be very useful when...
2008-01-29 10:26:24 UTC in Open Media Collectors Database