Commit graph

20221 commits

Author SHA1 Message Date
Guido van Rossum
9d741a79c0 IOError instead of RuntimeError 1992-05-19 13:48:31 +00:00
Guido van Rossum
ef96359379 Small improvements everywhere; added info field to the display. 1992-05-19 13:47:37 +00:00
Guido van Rossum
157e3f8a11 Now uses module 'sndhdr' to recognize most sound header types,
guess raw file parameters, add Rate menu, call SOX to convert
file types or sampling rates that sfplay doesn't support.
1992-05-18 14:49:07 +00:00
Guido van Rossum
cb4b2959f8 Make it at least legal grammar! 1992-05-15 15:40:30 +00:00
Guido van Rossum
f62e1dd0c4 Initial revision 1992-05-15 15:39:56 +00:00
Guido van Rossum
4f0578ddfd Added jukebox 1992-05-15 15:39:44 +00:00
Guido van Rossum
5773798e50 Mark's name is Callow, not Callows 1992-05-15 11:06:29 +00:00
Guido van Rossum
178969df92 Added support for CD module 1992-05-15 11:06:12 +00:00
Guido van Rossum
86d2568e16 Initial revision 1992-05-15 11:05:54 +00:00
Guido van Rossum
46003ff66a Added gete?[gu]id functions 1992-05-15 11:05:24 +00:00
Guido van Rossum
899dcf36a0 Added parameter decls to do_mkvalue for non-template machines 1992-05-15 11:04:59 +00:00
Guido van Rossum
37fa454c11 Initial revision 1992-05-14 14:24:57 +00:00
Guido van Rossum
4476670761 Append /ufs/guido/src/video to sys.path. 1992-05-12 12:33:44 +00:00
Guido van Rossum
fa3de516f5 Print real width and warn for stride not a multiple of 4 bytes 1992-05-07 15:21:52 +00:00
Guido van Rossum
864cde2831 Warn if stride not a multiple of 4 bytes; use PM_SIZE instead of 5. 1992-05-07 15:21:25 +00:00
Guido van Rossum
edb3a5fcf2 Standardize indentation to 8 chars; remove redundant "saveframe";
add -s (short listing) option; don't print space after tab;
print data size in bytes and whether it
is a color image.
1992-05-06 17:58:34 +00:00
Guido van Rossum
2c8bf9d400 Define colorinfo even if no header line found 1992-05-06 17:58:18 +00:00
Guido van Rossum
9ea0fbc6de Unmerged except and finally clauses 1992-05-06 11:39:49 +00:00
Guido van Rossum
8899a9ca40 Add names for perm bits (S_IREAD etc).
Only extract 4 bits of mode to get the file type
1992-05-06 11:38:27 +00:00
Guido van Rossum
e238829359 Add CDDA_DATASIZE to exported constants 1992-05-06 11:38:11 +00:00
Guido van Rossum
509d24aac3 fix a typo in samestat() (ST_DEV, not STD_DEV);
rewrite ismount() to compare stats of path and path/..
1992-05-06 11:36:49 +00:00
Guido van Rossum
c3c7ac8ba7 Wanneer er geen disk in de speler zit falen sommige routines. De
exceptie heeft nu in dat geval als argument "no disc in player", behalve
wanneer de bibliotheek routine errno zet.  In dat laatste geval wordt
(nog steeds) err_errno() gebruikt.

Wanneer een routine uit de bibliotheek faalt wordt nu altijd een IOError
gegenereerd.  Een RuntimeError treedt alleen op bij verkeerde argumenten.
1992-05-06 09:48:30 +00:00
Guido van Rossum
cbcdff7fcf Don't use \ for continuation lines; minor changes. 1992-05-06 09:47:10 +00:00
Guido van Rossum
a3cd071e4c DISK is written with a K 1992-04-23 11:34:39 +00:00
Guido van Rossum
58230c3a05 Changed caching code 1992-04-22 14:33:26 +00:00
Guido van Rossum
9ac9063cef Added comment header; don't use undocumented internals. 1992-04-22 13:47:50 +00:00
Guido van Rossum
dee5d8eb04 The getstatus() method of a Readcd instance always calls
self.player.getstatus().
1992-04-22 13:44:48 +00:00
Guido van Rossum
60c225c27c Rewritten (by Sjoerd again) to use module readcd 1992-04-22 13:39:48 +00:00
Guido van Rossum
daea6c842e readcd is now part of the standard library (for SI) 1992-04-22 13:39:33 +00:00
Guido van Rossum
d9feb59b32 Adopted new readcd interface; caught interrupts 1992-04-22 13:39:10 +00:00
Guido van Rossum
f94e309321 Initial revision 1992-04-22 13:24:13 +00:00
Guido van Rossum
8176258421 Initial revision 1992-04-21 15:36:23 +00:00
Guido van Rossum
6f1f39188c Fix finally syntax 1992-04-17 16:32:53 +00:00
Guido van Rossum
f8b7e926e0 Initial revision 1992-04-15 17:52:27 +00:00
Guido van Rossum
08d962260e Document cdaiff and readcd 1992-04-15 17:52:18 +00:00
Guido van Rossum
67aad284dd Fix use of exceptions; new getstatus(); command line argument for trackno. 1992-04-15 17:49:14 +00:00
Guido van Rossum
632d49274e renamed readcd to recvcd (to avoid conflict with Sjoerd's reacd class) 1992-04-15 16:40:12 +00:00
Guido van Rossum
f4be726da2 Changed status format; added host argument; documented arguments;
fixed code for missing frame argument.
1992-04-15 16:38:38 +00:00
Guido van Rossum
b108e976a4 Track info is now two triples instead of six number 1992-04-15 16:20:12 +00:00
Guido van Rossum
d5d1912e28 New getstatus() return.
Use togglepause() only if playing or paused.
1992-04-15 16:19:23 +00:00
Guido van Rossum
ece6efe5d1 Return more structured data in some cases 1992-04-15 15:56:11 +00:00
Guido van Rossum
e55fef1799 Moved a few lines out of the try statement 1992-04-14 11:07:19 +00:00
Guido van Rossum
e8b8207571 added main() call 1992-04-14 11:05:59 +00:00
Guido van Rossum
b385328fbc added comment and main() call 1992-04-14 11:05:49 +00:00
Guido van Rossum
4bd4147569 cosmetics 1992-04-14 11:05:40 +00:00
Guido van Rossum
dbdeebbbfa improved lay-out; added call to main() 1992-04-14 11:05:22 +00:00
Guido van Rossum
f2759a5c2d made it a little nicer; use CDDA_DATASIZE; restore output sampling rate 1992-04-14 11:04:57 +00:00
Guido van Rossum
9183aaa463 Change comments about SGI subdirectory 1992-04-13 18:41:41 +00:00
Guido van Rossum
b950629b90 Initial revision 1992-04-13 18:38:20 +00:00
Guido van Rossum
9a1425d4fd Initial revision 1992-04-13 18:30:07 +00:00