IPI: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
(Statistics *2012-07 04 | 1108)
Line 11: Line 11:
== Finding codes ==
== Finding codes ==
You can find the codes via http://iswcnet.cisac.org/. There you can also look up works that belong to a party (i.e. to an IPI). But the look-up has an error and sometimes you get only one result page, while there are more works. Very obvious, if only works starting with A,B,C,D are listed but no others.
You can find the codes via http://iswcnet.cisac.org/. There you can also look up works that belong to a party (i.e. to an IPI). But the look-up has an error and sometimes you get only one result page, while there are more works. Very obvious, if only works starting with A,B,C,D are listed but no others.
==Statistics==
SELECT count(*)
FROM  `ti_persons`
WHERE  `ipi` REGEXP  '[0-9]{11}'
*2012-07 04 | 1108


==Persons having more than one IPI==
==Persons having more than one IPI==

Revision as of 2012-07-04T07:01:15

http://en.wikipedia.org/wiki/Interested_Parties_Information

Definition

IPI numbers (formerly CAE numbers) identify "parties", like composers, lyricists, and other. Official website: http://www.ipisystem.org/

Usage

Since 2007-07-24 tango.info supports linking via IPI. e.g. http://www.tango.info/ipi.00071439284

Finding codes

You can find the codes via http://iswcnet.cisac.org/. There you can also look up works that belong to a party (i.e. to an IPI). But the look-up has an error and sometimes you get only one result page, while there are more works. Very obvious, if only works starting with A,B,C,D are listed but no others.

Statistics

SELECT count(*)
FROM  `ti_persons` 
WHERE  `ipi` REGEXP  '[0-9]{11}'
  • 2012-07 04 | 1108

Persons having more than one IPI

See also