Hello experts,

again one step further: I installed the repak LMS 7.9.0 of pinkdot
(thanks a lot) and was now able to install CustomLibraries v0.1.3932.
I could not find any guide or documentation for the plugin.

I was hoping to be able to somehow flag or otherwise mark certain albums
and save this collection then as a new library. Basically I could e.g.
invent a new field in Mp3tag and give it the value '1' for 'my library
1'. 
I am fully aware of the fact, that from the logical standpoint we have a
potential n:m relationship between albums and libraries. So my strategy
would potentially end in several new fields. Would not matter, since I
do not need more than a handful libraries.

I have no idea of SQL (obviously a possible method in the plugin), even
though I could try to adapt given examples.
What I found in CustomLibraries was this SQL structure:
---------------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<customlibraries>
        <library>
                <name>Standard library without artist selection</name>
                <libraryorder>50</libraryorder>
                <enabledbrowse>1</enabledbrowse>
                <track>
                        <data>
                                select {library},tracks.id from tracks
                                where
---------------------------------------------
I have no clue, what these possible entries mean. In general I
understand though, that an SQL is looking in defined places for data
fullfiling certain conditions. I would need an example SQL, so that I
can see, what is actually meant and what I can define. Abstract
information is difficult for me, since I am not a programmer or
DB-specialist.

NOW MY QUESTION:
1. Is my strategy using extra fields ok?
2. Any idea, where I could get some example SQL to use in
CustomLibraries?

Thanks very much in advance
Jacob


------------------------------------------------------------------------
marccccc's Profile: http://forums.slimdevices.com/member.php?userid=33079
View this thread: http://forums.slimdevices.com/showthread.php?t=103610

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to