wincue-developers Mailing List for WinCue
Status: Inactive
Brought to you by:
andersan
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ben...@id...> - 2004-05-25 08:32:36
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
|
From: Anders S. <an...@wi...> - 2004-02-09 11:53:59
|
> > I suggest changing the term metainformation to metadata as I think this is > > exactly as accurate and already in wide-spread use. > >MORE accurate, even. Yup, I've changed it (and updated the design document) now. I also added some code to deal with metadata fields in the library. Anders Sandvig www.wincue.org |
|
From: Anders S. <an...@wi...> - 2004-02-04 16:03:08
|
I suggest changing the term metainformation to metadata as I think this is exactly as accurate and already in wide-spread use. Anders Sandvig www.wincue.org |
|
From: Anders S. <an...@wi...> - 2004-02-04 15:46:44
|
>Where do design documents go in the tree? Currently, I'm placing them in >the docs subdir of the relevant project. This makes sence. I've also added a doc module to the root containing a description of the various wincue project (doc/readme.txt), but this should only be used for docs and notes relevant to all the Wincue projects (i.e. code conventions and general architectural strategies may be put here). Regards Anders Sandvig www.wincue.org |
|
From: <jor...@ne...> - 2004-02-04 14:39:49
|
Where do design documents go in the tree? Currently, I'm placing them in the docs subdir of the relevant project. --=20 j=F8rgen h. seland jo...@fa... |
|
From: <jor...@ne...> - 2003-11-20 16:50:43
|
[Jeg skriver dette på engelsk; like greitt å venne seg til det med det
første, kan jo hende at andre ønsker å lese arkivet e.l.]
todo.txt lists the following issue:
---
- andersan/stgeorge: Agree on common tag names for use with both
regexps and
title formatting (i.e. <track_artist> in the regexp and
%track_artist% in
the title formatting string). All names should be consitent to avoid
confusion.
Suggested names:
artist - Track artist name
track_artist - Synonym for artst
album_artist - Album artist name
album - Album name
title - Track title
track_number - Track number
tracknumber - Synonym for track_number (Winamp5 compatiblity)
year - Year
genre - Genre
comment - Tag comment
filename - Full path of filename (i.e. c:\mp3\test.mp3)
filesize - Size of file in bytes
filetime - Timestamp (Maybe too complicated with formatting and
all, should we drop it?)
Note: album_artist and track_artist don't really make sense as we only
have one artist field in the MediaFile class. Should we keep it
this way
or add support for album artist?
Another Note: How about dropping track_artist, album_artist,
track_number, filesize and filetime all together and keep things
the way
they are (also how they are in Winamp5).
---
album_artist, track_artist:
Differentiating between these is a good idea, as there is otherwise no
way of handling a pattern of the form:
Dolly Parton -- Just Because I'm A Woman/[11] Allison Moorer -- Light
Of A Clear Blue Morning.mp3
(The album in question is a tribute album; all the songs are by dolly
parton, but they're performed by other artists.)
dropping track_artist, album_artist, track_number, filesize and filetime:
why?
--
jørgen h. seland
jor...@ne...
|