INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Feedback/ideas wanted: File Properties (tags) wiki rewrite  (Read 12068 times)

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Feedback/ideas wanted: File Properties (tags) wiki rewrite
« on: August 08, 2011, 09:35:47 pm »

Hi folks,

I'm midway a good portion through the process of rewriting the File Properties (tags) wiki page.  I generated a table of Media Center fields and their definitions using Matt's source code header file as a start, manually checked each one, and then created a program to output a wiki table.  Thus, it is easy to change the formatting, add new entries, etc.

I'd like your feedback / input / modifications:

- how to best format/present the information
- additional information to present
- descriptions or links you'd like to see

Keep in mind there's a lot of info to show, and the page is already long.  It probably isn't the place for a comprehensive list of links, but is perhaps better to provide a single meta-link to more comprehensive pages relevant to a field / tag.

My new version is located here (I created a working scratch page for now):
wiki.jriver.com/index.php/MrC-temp

The original is located here:
The original has now been replaced with the new version:
 http://wiki.jriver.com/index.php/File_Properties_%28tags%29

I realize I'm opening a can of worms by asking feedback, but what is the point of a Wiki if not to benefit the most users?  And I'm curious to see where it leads.

I'm thinking since folks don't really like editing the wiki (I hate it), we can try this.  You post your feedback in this thread, I'll incorporate it where possible into the wiki.  I give myself license to wordsmith... just because.
Logged
The opinions I express represent my own folly.

kensn

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1352
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #1 on: August 08, 2011, 11:10:49 pm »

Looks really nice. thanks for taking the time to do this. With the quick look I gave it I have just one critique, I think the flow would look nice if the Edit Type was not right Justified, but tabbed over... Hey you asked...

Data Type: String         Edit Type: Standard

Ken
Logged
If(IsEmpty([Coffee Cup]), Coffee, Drink)

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #2 on: August 08, 2011, 11:16:24 pm »

I agree Ken.  I wasn't sure how to column align/float that entry without using an interior table per cell, and padding with non-breaking spaces doesn't work with vairable-spaced fonts.  So I just floated it right for the time-being.  There really is no "tab" concept in HTML/CSS, but I'll see what I can workout.

Thanks.
Logged
The opinions I express represent my own folly.

rick.ca

  • Citizen of the Universe
  • *****
  • Posts: 3729
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #3 on: August 09, 2011, 01:35:15 am »

The table is a handful. What you need is a MediaWiki table filter extension. That would allow one table to answer questions like...

  • What fields are provided for Audio?
  • Which ones are saved in file tags?
  • Which Audio fields are included in a search?
  • What other list-type fields are available for Video?
  • ...etc. 8)

If that's not doable, you could provide the same thing in the form of an Excel worksheet (also automatically generated?). That would get less use, but would still be handy for doing things like deciding how to use Video fields, mapping data from meta data sources, etc.

Aren't you glad you asked? ;)
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #4 on: August 09, 2011, 01:52:42 am »

Agreed.  ...or the Sortable extension, which provide sort columns via Javascript.  I don't believe it is enabled/installed.

I could also create one page / media type.  There would be duplicate information.  Its no problem on the generation side, but updating 5 pages instead of 1 each time.  Yuck.

Just before you posted, I thought it might be better to use full words for audio types, so they at least could be searched from the page.  I used letter-abbreviations simply to reduce clutter, but that was before rows become taller.  This wouldn't be an issue if the columns could be sortable.

I'd love to see this type of documentation automatically generated from the source code.
Logged
The opinions I express represent my own folly.

ksvane

  • World Citizen
  • ***
  • Posts: 124
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #5 on: August 09, 2011, 02:25:58 am »

Things seem to be thoroughly described, it's freakin' well done actually!

Perhaps each of the data types could do with a brief explanation (String, Integer, Decimal, Percentage, List, Date, Unknown) For all I know, a string is something on a guitar ::)
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #6 on: August 09, 2011, 02:45:50 am »

Thanks.  I added some quick data type definitions.  I'll deal with formatting later.
Logged
The opinions I express represent my own folly.

Vincent Kars

  • Citizen of the Universe
  • *****
  • Posts: 1154
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #7 on: August 09, 2011, 03:50:31 pm »

What this forum needs is a MC Hall of Fame.
I know a candidate….

Logged

JustinChase

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3273
  • Getting older every day
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #8 on: August 09, 2011, 06:58:20 pm »

Very nice so far.  if you don't mind, I'll just post as I run across stuff.

so far you just have a couple of duplicates here...

Quote
Has rules about its editability

    Standard, Clear-only, Large, Not editable, File, 5 Star, Calculated, Editable, Calculated, Not editable

Calculated & Not editable are duplicated, and I suggest one directly follow the other in the corrected list, like so perhaps...

    Standard, Large, File, 5 Star, Calculated, Editable, Not editable, Clear-only

Also, I'm not sure what a 'Large' or 'File' field is/means.  perhaps it's covered later, this is as far as I've gotten so far. :)

double-thumbs-up on the initiative to get this far; thanks!!!
Logged
pretend this is something funny

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #9 on: August 09, 2011, 07:59:57 pm »

Very nice so far.  if you don't mind, I'll just post as I run across stuff.

Thanks, sounds good to me.

Quote from: JustinChase
so far you just have a couple of duplicates here...

Calculated & Not editable are duplicated, and I suggest one directly follow the other in the corrected list, like so perhaps...

    Standard, Large, File, 5 Star, Calculated, Editable, Not editable, Clear-only

Just recently fixed.  Should have been "Calculated-Editable" and "Calculated-Not Editable".  See the Edit Types description I added.

Quote from: JustinChase
Also, I'm not sure what a 'Large' or 'File' field is/means.  perhaps it's covered later, this is as far as I've gotten so far. :)

Description added in Edit Types.

Quote from: JustinChase
double-thumbs-up on the initiative to get this far; thanks!!!

It's getting there... Thanks for the feedback.

I've updated more Descriptions, made some clarifications and added some more commentary.

On to the default search keywords...
Logged
The opinions I express represent my own folly.

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #10 on: August 09, 2011, 08:02:03 pm »

What this forum needs is a MC Hall of Fame.
I know a candidate….

But I don't want to be in the MrC Hall of Shame!

Oh, how vain of me.

Thanks Vincent.
Logged
The opinions I express represent my own folly.

JustinChase

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3273
  • Getting older every day
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #11 on: August 09, 2011, 09:10:00 pm »

wow, you move fast :)

I like the changes, and have a couple of suggestions.  Feel free to ignore, I promise you won't hurt my feelings it they don't "work" for you :)

    Standard
        Standard text editing. *User can fully edit these fields.
    Clear-only
        Values can only be cleared, typically updated by Media Center. *MC automatically updates these fields, user can only clear all data.
    Large
        Lengthy values, used for lyrics, notes, descriptions, etc. *(over xxx characters??)  I'm not sure here
    Not editable
        Not user-editable. *User cannot edit these fields at all.
    File
        A path to a file.
    5 Star
        Provides a graphical view of 5 selectable stars, usually used for ratings.
    Calculated, Editable
        A calculated value, whose initial value may be edited. *A field which Media Center can auto-populate, but a user can change.
    Calculated, Not editable
        A calculated value, not user-editable. *A field which Media Center can auto-populate, and a user cannot change.

I didn't see anything else when I finished the first run thru, but I didn't look at the table too closely.  BTW, that's the first time I've seen which fields go with which file types.  I've wanted to change some of these in the past, might have to take a closer look and open a [request] post ;)

I've subscribed to this thread, so I'll keep reviewing as you make changes, and chime in if I see anything.

thanks again.
Logged
pretend this is something funny

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #12 on: August 09, 2011, 11:15:37 pm »

Ok, Good feedback. I've made some updates.

I avoid using the third-person impersonal in user-documentation, which by definition, talks to "you", not him/her/the user.

There is a minor table flow problem of the Edit Types table into the next section.  I'll figure out how to manage that later.  It will probably solve itself as more text is added.
Logged
The opinions I express represent my own folly.

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #13 on: August 10, 2011, 02:45:17 pm »

Updated: I've added the default Search Keyword(s).
Logged
The opinions I express represent my own folly.

Jaguu

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1336
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #14 on: August 11, 2011, 02:01:24 am »

MrC,

I like your wiki rewrite, thank you for your effort. At the same time I think the main table could be simplified by adding more columns. Why not split the "Description" column into separate columns, one for "Data type", one for "Edit type", one for "Description" and one for "See also". You would save plenty of space and add clarity by having the column header just once a the top. The first column could also be split into 2 columns, "Field name" and "Search keywords".
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #15 on: August 11, 2011, 01:25:41 pm »

Thanks.  I've started by moving the Data/Edit types into a single column.  I'm hoping to keep the page from being too wide.
Logged
The opinions I express represent my own folly.

vagskal

  • Citizen of the Universe
  • *****
  • Posts: 1227
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #16 on: August 12, 2011, 12:01:42 pm »

Thank you so much for this and all your other efforts, MrC! That is about all the feedback I really have at this point, but to justify this purely appreciative post I feel compelled to just say that I am not entirely clear about what the "Stored" column stands for.
Logged

BartMan01

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1513
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #17 on: August 13, 2011, 02:40:35 pm »

It would help to put the list of media types right above the table with their character designation (for the A I V D T column).  You can figure out what they are if you read the whole page, but for someone just jumping around to the sections they need it isn't really clear.
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #18 on: August 13, 2011, 11:39:38 pm »

Sorry for the delay.  Got a bit busy around here.

More goodies added.

Thank you so much for this and all your other efforts, MrC! That is about all the feedback I really have at this point, but to justify this purely appreciative post I feel compelled to just say that I am not entirely clear about what the "Stored" column stands for.

Much appreciated, thanks.  The Stored (and Search) columns should be clearer now.  See if the changes work for you.

It would help to put the list of media types right above the table with their character designation (for the A I V D T column).  You can figure out what they are if you read the whole page, but for someone just jumping around to the sections they need it isn't really clear.

I've given up on the abbreviations; too confusing, and the table already takes up enough width at this point.  See if you like the changes; jump around now with fewer worries!
Logged
The opinions I express represent my own folly.

Jaguu

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1336
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #19 on: August 16, 2011, 09:46:16 am »

Hi MrC,

maybe you should make a special distinction of the 5 legacy Musicmatch fields: Mood, Tempo, Preference, Situation, Bios.

They are all user-defined fields and as I do not need them and were basically empty, I deleted them. So they are not really standard fields.
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #20 on: August 16, 2011, 10:34:12 am »

maybe you should make a special distinction of the 5 legacy Musicmatch fields: Mood, Tempo, Preference, Situation, Bios.

They are all user-defined fields and as I do not need them and were basically empty, I deleted them. So they are not really standard fields.

Done, thanks!  Search "Legacy".
Logged
The opinions I express represent my own folly.

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #21 on: August 18, 2011, 02:28:57 pm »

I've gone ahead and published the recent update, which adds some clarifications, a trimmed screenshot, and some better formatting of a couple of tables.
Logged
The opinions I express represent my own folly.

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71341
  • Where did I put my teeth?
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #22 on: August 18, 2011, 02:45:05 pm »

I've gone ahead and published the recent update, which adds some clarifications, a trimmed screenshot, and some better formatting of a couple of tables.
Thanks a million!
Logged

JustinChase

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3273
  • Getting older every day
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #23 on: August 18, 2011, 08:08:46 pm »

I'm just reading thru again and noticed a TBD, and now that this is 'the' wiki, I wonder if J River can advise on the answer to this; from the Field Edit types

Quote
(TBD: recommended for data larger than XXX characters)

or this one

Quote
Date - A complex type that is either date-only, or date and time. (TBD: need refs)

another, under Predefined Fields

Quote
(TBD: in the source code, fields are grouped by certain categories (eg. statistics). are these useful to show?)

i really like the tables now, the layout is great, and the "Legacy" let me search for these, and delete them from my library :)

I thought Tempo was from 'Analyze Audio' :D

Nice Job!!  It's nice to have all that there, and when I have more time to work on expressions and layouts, it will be VERY helpful, so thanks much!!
Logged
pretend this is something funny

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #24 on: August 18, 2011, 08:45:23 pm »

Thank you for the nice feedback.

I have more to do, so the TBDs were some reminders for me (I have some other notes too here in my own notes).  Also unfilled description fields need to be filled.  Then I'll continue to refine descriptions, links, etc.

Logged
The opinions I express represent my own folly.

vagskal

  • Citizen of the Universe
  • *****
  • Posts: 1227
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #25 on: August 19, 2011, 01:55:18 am »

I have more to do, so the TBDs were some reminders for me (I have some other notes too here in my own notes).  Also unfilled description fields need to be filled.  Then I'll continue to refine descriptions, links, etc.

A useful addition would be information about
which audio file tags get automatically imported in which MC stock fields
Which file tags will MC write from a stock MC field when updating the file tags from library

That would be a lot of work though with all the file/tag formats out there so perhaps it is a separate project.

Btw. Mood may be a MusicMatch legacy field but it has been changed to import also from Mood file tags and write such tags back, thus working like the non legacy fields if you do not have any MusicMatch file tags to begin with.
Logged

Gl3nn

  • Galactic Citizen
  • ****
  • Posts: 383
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #26 on: October 06, 2011, 07:28:56 pm »

I have more to do, so the TBDs were some reminders for me (I have some other notes too here in my own notes).  Also unfilled description fields need to be filled.  Then I'll continue to refine descriptions, links, etc.

I just found this and it's been immensely useful to me.  Thanks so very much!
Logged

Jaguu

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1336
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #27 on: November 03, 2011, 12:05:41 pm »

Hi MrC,

I found out that information about the nesting of fields in the Wiki is absent. Maybe this is a topic to add to this excellent page.
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #28 on: November 07, 2011, 02:56:06 pm »

I found out that information about the nesting of fields in the Wiki is absent. Maybe this is a topic to add to this excellent page.

Late response - I've been out of town for a while.

I'm wondering if there might be a more appropriate place for this.  It seems this is more a function of the Views and Expressions than of tags or properties.

It is already described in the Expression Language page.
Logged
The opinions I express represent my own folly.

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #29 on: January 20, 2012, 04:49:21 pm »

Updated for MC17.
Logged
The opinions I express represent my own folly.

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #30 on: November 22, 2013, 07:03:33 pm »

Updated for MC19.
Logged
The opinions I express represent my own folly.

RaphRock

  • Recent member
  • *
  • Posts: 11
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #31 on: January 05, 2014, 11:35:05 am »

Hello,

I'm writing a c# rest client for the MCWS api.
therefore I'm digging into the "details fo MC". 

For now I have one (simple question) : How, When are "store field: nnnnnn" used ?

thnx in advance,
Raf
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Feedback/ideas wanted: File Properties (tags) wiki rewrite
« Reply #32 on: January 05, 2014, 01:00:58 pm »

The best I know, these are for JRiver's Performer Store (mp3 purchases).  You can ignore these most likely.
Logged
The opinions I express represent my own folly.
Pages: [1]   Go Up