Re: [Phpvideopro-developers] New 2do list.
Brought to you by:
izzy
From: Itzchak R. <izz...@qu...> - 2001-09-20 16:52:05
|
Hi Tom, [switch the mediatype] > Okay, Maybe it's wise to put it in that table anyways. Maybe you > have noticed that there will be writable dvd-players in the > future. So let's be prepared. You're right. Added it to 2do list. [determination of next subnumber on tape] >>list them up all? Or did you think of something like >>"auto_increment" for the $part (movie-nr on tape) if left blank? The >>latter would be not that hard to implement. > That's exactly what I meant. It probably cannot be done, with a > sql autoincredement, Guess why I wrote "something *LIKE*" :) > 'cause it has to depend on the tapenumber, but I don't have to tell > you that, I think, but I haven't taken a look at the databases yet, > so... SELECT MAX(part) as max_part FROM video WHERE mtype_id=$mtype_id AND cass_id=$cass_id; $max_part++ :-) (Just as pseudo-code) > Yes I saw that. I was not exactly sure if that was intented for > that use. But to clarify: > Tape 20: > Minute descr. > 1-5 Commercials > 5-40 Friends 1 > 40-45 Commercials (end friends 1) > 50-55 Commercials (begin friends 2) > 55-1.30 Friends 2 > 1.30-1.35 Commercials > 1.35-4.00 Free That's what the planned counter feature can serve for. Only problem: you will ever get the calculation for the complete recording (including commercials) - but the counter tells you where to position your recorder to view the next part. [search function] > I would make it a free text search through all fields. Listing > would then be on title first, then actors and other field which > make any sence to search through. I'ld favour a text input field and an additional combo-box to select the field to search in (or select "all" to search all fields). Acceptable? >>>7. Another search function I miss is the option to see what's on a >>>tape. I'm always in a hurry and want to tape something, I grep a tape >>>and ask myself what's on it. So a quick look in the db would solve >>>that, just enter the number on the tape and it is fixed. Already done - you like it this way? :-) >>>8. It is not clear what is filtered and what not, so moving taperest >>>filtered to the filter menu item (and so on) could make that clearer. >>Don't think so. In this case you'ld always search for this item. >>Better to move both entries of the "Filter" menue to the edit >>menue (since one edits filters), but the list of remaining space >>belongs to the displayed items, so it has to be in "view". And I feel >>it is clear what is filtered - you just have to remember how the >>filters are set :) > Ok. I think it would be clearer (in the above suggestion) to > rename 'view' to 'filtered view' or something. But it sonds > logical. That would mean, *everything* you select from the view menue is filtered - and that's not the case. </izzy> |