AminetAminet
Search:
84450 packages online
About
Recent
Browse
Search
Upload
Setup
Services

mus/play/RNOTunes_68k.lha

Mirror:Random
Showing:m68k-amigaosgeneric
No screenshot available
Short:Multi-format audio player
Author:jPV^RNO
Uploader:jpv morphos-user com (jPV^RNO)
Type:mus/play
Version:1.1
Requires:AHI, MUI, TheBar.mcc, codesets, guigfx, render, and reqtools libs
Architecture:m68k-amigaos
Date:2023-04-11
Download:http://aminet.net/mus/play/RNOTunes_68k.lha - View contents
Readme:http://aminet.net/mus/play/RNOTunes_68k.readme
Downloads:629

ABOUT
-----

 RNOTunes is a GUI based audio player application with support for a wide
 variety of audio formats.


FEATURES
--------

 - Supports MP3, FLAC, Ogg Vorbis, AAC, AIFF, WAV, Protracker, DigiBooster,
   SID, AHX, FastTracker II, ScreamTracker, OctaMED, The Player, NoisePacker,
   ProRunner, Oktalyzer, Impulse Tracker, Ultra Tracker, Ice Tracker,
   Liquid Tracker, Quadra Composer, and many other formats
 - Configurable GUI with a cover image display
 - Loads embedded cover images and other metadata from MP3, FLAC, and Ogg
   Vorbis files
 - Built-in Last.fm scrobbler
 - Lyrics display
 - Tune properties editor which saves changes to a local database
 - Internal playlists
 - Import common playlist formats and export M3U playlists
 - Automatic/manual saving of the last session
 - All time playcount saving
 - Tune rating option
 - Extensive file selection functionality
 - File delete option
 - ARexx, Command Line, and tooltypes support


REQUIREMENTS
------------

 - At least AmigaOS 3.0, 68020, and 16-24 MB RAM (depending on plugins),
   but in reality a very high-end Amiga or emulation setup is recommended
 - MUI 3.8 or later (http://aminet.net/package/util/libs/mui38usr)
 - TheBar.mcc (http://aminet.net/search?query=thebar+mcc)
 - codesets.library (http://aminet.net/search?query=codesets)
 - guigfx.library (http://aminet.net/package/dev/misc/guigfxlib)
 - render.library (http://aminet.net/search?query=renderlib), v32 is probably
   the best for <040 CPUs
 - New enough reqtools.library (http://aminet.net/package/util/libs/ReqToolsLib)
 - AHI (http://aminet.net/search?query=ahiusr)
 - AmiSSL v4 (optional for lyrics) (http://aminet.net/search?query=amissl)


INSTALLATION
------------

 - Copy the whole directory anywhere you want and just launch the program.


USAGE NOTES
-----------

 - Audio files or directories can be dragged & dropped into the tune list.
 - Clicking the album cover image thumbnail opens the image in a separate
   window.
 - Internal playlists are much quicker to load than external playlists.
 - Selected tunes can be added to the selected playlists by "Add to playlist"
   menu item or with the Cmd-L keyboard shortcut.
 - The "Edit properties" menu item (I) can be used to edit information of the
   active tune. It can be used to add a custom cover image, rating value, or
   override values obtained from the file. Relative volume compared to the
   master volume can also be adjusted there.
 - If the cover image display is enabled, the program looks for an image in
   this order:
   1) if an image has been set for a tune in the Properties window
   2) if there's an embedded image in the loaded audio file (MP3, OGG, FLAC)
   3) if the Search File setting is enabled, a separate image file (JPG or PNG)
      is searched from a tune's directory with this algorithm:
      1) if the directory contains less than 50 files and the found image file
         name starts with a "cover", "front", or "albumart" word
      2) if the image file name contains the album name
      3) if the directory contains less than 20 files, any image is taken
         (also GIF and BMP are accepted)
      4) if the image file name starts with the word "folder"


SETTINGS
--------

 Program settings can be found in the program's pull-down menu and they will be
 saved to the ENVARC:Hollywood/com.wmhost.jpv.rnotunes file.


COMMAND LINE OPTIONS AND ICON TOOLTYPES
---------------------------------------

 RNOTunes uses non-standard command line arguments. Arguments must be given
 in the form of (note the "-" prefix): -argument parameter

 Format:
  RNOTunes [file] [arguments]

 Arguments:
  -add . . . . . . . . . - Adds a file/dir to the tune list.
  -addplay . . . . . . . - Adds a file/dir to the tune list and plays it.
  -playlist <name> . . . - Selects an internal playlist at startup.
  -playlistfile <file> . - Imports an external playlist file at startup.
  -defdir <dir>  . . . . - Sets the default directory for adding new files.
  -cxkey <key> . . . . . - Sets a hotkey to iconify/un-iconify the program.
  -nolegacyaudio . . . . - Uses AHI's Unit 0 for audio output (default for NG)
  -legacyaudio . . . . . - Uses AHI's Music Unit for output (default for 68k)

 Examples:
  RNOTunes Work:MP3/music.mp3 -add
  RNOTunes -playlist MyPlaylist

 The same arguments can be used as icon tooltypes, but by omitting the
 "-" prefix.

 Examples:
  DEFDIR=Work:Music
  CXKEY=ctrl alt r


AREXX
-----

 Program's ARexx port is RNOTUNES and supported commands are:

 PLAY . . . . . . . . . . . . - Toggles between play and pause.
 NEXT . . . . . . . . . . . . - Plays the next tune.
 PREV . . . . . . . . . . . . - Plays the previous tune.
 VOLUME <0-100> . . . . . . . - Sets the volume between 0 and 100.
 RANDOM <0|1> . . . . . . . . - Sets the random play mode ON (1) or OFF (0).
 SCROBBLE <0|1> . . . . . . . - Sets the Last.fm scrobbler ON (1) or OFF (0).
 REPEAT <list|tune|none>  . . - Sets the repeat mode.
 ADD <file|dir> . . . . . . . - Adds files or directories to the tune list.
 REMOVEALL  . . . . . . . . . - Removes all entries from the tune list.
 ICONIFY <0|1> .. . . . . . . - Iconifies (1) or un-iconifies (0) the program.
 QUIT . . . . . . . . . . . . - Quits the program.
 GET <STATE|VOLUME|RANDOM|  . - Returns the requested information. <column>
      SCROBBLE|ICONIFY|         can be any of the column names and it returns
      FULLPATH|<column>>        a corresponding value of the active tune.

 Examples:
 RX "ADDRESS RNOTUNES;'ADD Work:Music/ExampleAlbum/'"
 RX "OPTIONS RESULTS;ADDRESS RNOTUNES;GET Artist;SAY RESULT"


HISTORY
-------

 Version 1.1:
 - Added button graphics previews in the settings window
 - Button graphics can be swapped without restarting the program
 - Optimised removal/deletion of tunes
 - Added an option to hide/show filename extension(s) when a filename is used
   as a title in the tune list
 - Improved filename extension hiding for formats that start with an extension
 - Adding new Last.fm users failed if the db directory didn't exist
 - The Last.fm scrobbling setting was left enabled if its initialising was
   cancelled
 - Added import support for M3U8, EXTM3U, PLS, WPL, and XSPF playlists
 - External playlists can be dragged & dropped into the tune list if they have
   a common filename extension (the program exports them as .m3u itself)
 - Added support for system notifications via MagicBeacon (MorphOS),
   Ringhio (OS4), and Ranchero (OS3)
 - The delete requester is more verbose
 - The position slider works better with the mouse wheel
 - Keyboard shortcuts can be localised
 - Initial fixes/work-arounds/safety-checks for Vampire and BPPC issues
 - Added Flat graphics by Highlander
 - Improved documentation
 - Added an Italian catalog
 - Minor tweaking


WEB
---

 - Video presentation of RNOTunes: https://youtu.be/YNx7Axwhx1E
 - Please visit https://jpv.amigaaa.com/ for screenshots, support, donations,
   and other software.
 - This program is made with Hollywood: https://www.hollywood-mal.com/


THANKS TO
---------

 - Salvatore Abbate for the idea and support
 - Neil Pearson for testing and proof-reading
 - Konrad 'recedent' Czuba for default graphics
 - Carlo 'AMIGASYSTEM' Spadoni for additional graphics and icons
 - Christophe 'Highlander' Delorme for Flat graphics
 - Densho/RNO for the logo
 - Papiosaur for the French translation


DISCLAIMER
----------

 This software is made available to you as Freeware and you may use this
 software in whatever way you wish, but the author accepts no liability for
 any damage caused to your system, other connected peripherals, or data files
 in any way by using this software.

 Please consider the time and effort I put in to create this utility for your
 use and enjoyment. If you feel it is useful to you, please consider sending me
 a PayPal donation that represents the benefit you gain from using it. The
 donation can be sent to the email address quoted in this ReadMe.txt file
 (Uploader) or click the Donate button shown on https://jpv.amigaaa.com


Contents of mus/play/RNOTunes_68k.lha
PERMISSION  UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP     NAME
---------- ----------- ------- ------- ------ ---------- ------------ ----------
[generic]               421943  767932  54.9% -lh5- f9c9 Nov 20  2021 RNOTunes_68k/hurl.hwp
[generic]                   72      72 100.0% -lh0- 3828 Jul 24  2022 RNOTunes_68k/Icons_by_AMIGASYSTEM.info
[generic]                 8987    9031  99.5% -lh5- e9be Nov 24 06:25 RNOTunes_68k/Icons_by_AMIGASYSTEM/Catalogs/Italian-1-64.info
[generic]                 8576    8620  99.5% -lh5- b80f Oct 21  2022 RNOTunes_68k/Icons_by_AMIGASYSTEM/RNOTunes-GFX-64.info
[generic]                 8289    9626  86.1% -lh5- 8788 Oct 18  2022 RNOTunes_68k/Icons_by_AMIGASYSTEM/RNOTunes-OS4-1.info
[generic]                 6082    7324  83.0% -lh5- 4ae1 Oct 18  2022 RNOTunes_68k/Icons_by_AMIGASYSTEM/RNOTunes-OS4-2.info
[generic]                 8034    8071  99.5% -lh5- 7ed6 Oct 21  2022 RNOTunes_68k/Icons_by_AMIGASYSTEM/RNOTunes64.info
[generic]                 3749    8310  45.1% -lh5- b5cb Apr  1 17:44 RNOTunes_68k/ReadMe.txt
[generic]              1480410 2968760  49.9% -lh5- 60e2 Apr 10 18:20 RNOTunes_68k/RNOTunes
[generic]                 9408    9449  99.6% -lh5- d0bc Nov 24 06:25 RNOTunes_68k/Icons_by_AMIGASYSTEM/Catalogs/Finnish-1-64.info
[generic]                 5504    5544  99.3% -lh5- 27e1 Nov 24 06:25 RNOTunes_68k/Icons_by_AMIGASYSTEM/Catalogs/Finnish-48.info
[generic]                 7746    7801  99.3% -lh5- c13d Nov 24 06:25 RNOTunes_68k/Icons_by_AMIGASYSTEM/Catalogs/Finnish-64.info
[generic]                 8405    8446  99.5% -lh5- 3d18 Nov 24 06:25 RNOTunes_68k/Icons_by_AMIGASYSTEM/Catalogs/Franch-1-64.info
[generic]                 4917    4953  99.3% -lh5- d8ba Nov 24 06:25 RNOTunes_68k/Icons_by_AMIGASYSTEM/Catalogs/Franch-48.info
[generic]                 5156    5190  99.3% -lh5- 3882 Nov 24 06:25 RNOTunes_68k/Icons_by_AMIGASYSTEM/Catalogs/Italian-48.info
[generic]                 7426    7477  99.3% -lh5- 56dc Nov 24 06:25 RNOTunes_68k/Icons_by_AMIGASYSTEM/Catalogs/Italian-64.info
[generic]                 6429    6454  99.6% -lh5- a4a4 Nov 24 06:24 RNOTunes_68k/Icons_by_AMIGASYSTEM/Catalogs/Catalog-1-48.info
[generic]                 9500    9537  99.6% -lh5- f726 Nov 24 06:26 RNOTunes_68k/Icons_by_AMIGASYSTEM/Catalogs/Catalog-1-64.info
[generic]                 5648    5681  99.4% -lh5- a90e Nov 24 06:25 RNOTunes_68k/Icons_by_AMIGASYSTEM/Catalogs/Catalog-48.info
[generic]                 8240    8282  99.5% -lh5- 7a3a Nov 24 06:25 RNOTunes_68k/Icons_by_AMIGASYSTEM/Catalogs/Catalog-64.info
[generic]                 6985    7021  99.5% -lh5- a96d Nov 24 06:26 RNOTunes_68k/Icons_by_AMIGASYSTEM/Catalogs/Franch-64.info
[generic]                 5751    5786  99.4% -lh5- 8c9c Nov 24 06:25 RNOTunes_68k/Icons_by_AMIGASYSTEM/Catalogs/French-1-48.info
[generic]                 6086    6120  99.4% -lh5- f1c0 Nov 24 06:25 RNOTunes_68k/Icons_by_AMIGASYSTEM/Catalogs/Italian-1-48.info
[generic]                 6506    6538  99.5% -lh5- cf0f Nov 24 06:25 RNOTunes_68k/Icons_by_AMIGASYSTEM/Catalogs/Finnish-1-48.info
[generic]                 7348    7375  99.6% -lh5- dd26 Nov 24 06:05 RNOTunes_68k/Icons_by_AMIGASYSTEM/DB/DB-AROS-1-48.info
[generic]                10984   11013  99.7% -lh5- 84f8 Nov 24 06:06 RNOTunes_68k/Icons_by_AMIGASYSTEM/DB/DB-AROS-1-64.info
[generic]                 6791    6820  99.6% -lh5- 124a Nov 24 06:06 RNOTunes_68k/Icons_by_AMIGASYSTEM/DB/DB-AROS-48.info
[generic]                 9881    9916  99.6% -lh5- 3e74 Nov 24 06:06 RNOTunes_68k/Icons_by_AMIGASYSTEM/DB/DB-AROS-64.info
[generic]                 9532   10830  88.0% -lh5- 8a30 Nov 24 05:56 RNOTunes_68k/Icons_by_AMIGASYSTEM/DB/DB-OS4.info
[generic]                 5934    5969  99.4% -lh5- f6d6 Nov 24 06:06 RNOTunes_68k/Icons_by_AMIGASYSTEM/DB/DB-OS32.info
[generic]                 5565    5565 100.0% -lh0- 0334 Nov 24 05:43 RNOTunes_68k/Icons_by_AMIGASYSTEM/DB/DB-MOS.info
[generic]                 6617    6653  99.5% -lh5- 2419 Nov 24 06:06 RNOTunes_68k/Icons_by_AMIGASYSTEM/DB/DB-OS31.info
[generic]                 5499    5540  99.3% -lh5- 6e1d Oct 21  2022 RNOTunes_68k/Icons_by_AMIGASYSTEM/OS3.2.info
[generic]                 6802    6834  99.5% -lh5- 0d31 Nov 24 06:12 RNOTunes_68k/Icons_by_AMIGASYSTEM/RNOTunes-1-48.info
[generic]                 9400    9443  99.5% -lh5- 4a87 Nov 24 06:12 RNOTunes_68k/Icons_by_AMIGASYSTEM/RNOTunes-1-64.info
[generic]                 7796    7813  99.8% -lh5- 9a32 Nov 24 06:12 RNOTunes_68k/Icons_by_AMIGASYSTEM/RNOTunes-2-48.info
[generic]                10223   10254  99.7% -lh5- fa00 Nov 24 06:12 RNOTunes_68k/Icons_by_AMIGASYSTEM/RNOTunes-2-64.info
[generic]                 6472    6507  99.5% -lh5- 7c72 Nov 24 06:12 RNOTunes_68k/Icons_by_AMIGASYSTEM/RNOTunes-48.info
[generic]                 6724    6752  99.6% -lh5- a610 Oct 21  2022 RNOTunes_68k/Icons_by_AMIGASYSTEM/OS3.9.info
[generic]                 4765    4765 100.0% -lh0- 89b0 Nov 24 00:11 RNOTunes_68k/Icons_by_AMIGASYSTEM/RNOTunes-1.info
[generic]                 6384    6410  99.6% -lh5- c816 Oct 21  2022 RNOTunes_68k/Icons_by_AMIGASYSTEM/RNOTunes-3-48.info
[generic]                 8945    8988  99.5% -lh5- f02f Oct 21  2022 RNOTunes_68k/Icons_by_AMIGASYSTEM/RNOTunes-3-64.info
[generic]                 5858    5893  99.4% -lh5- 574f Oct 21  2022 RNOTunes_68k/Icons_by_AMIGASYSTEM/RNOTunes-4-48.info
[generic]                 8603    8638  99.6% -lh5- 2da9 Nov 24 06:12 RNOTunes_68k/Icons_by_AMIGASYSTEM/RNOTunes-64.info
[generic]                 6177    6213  99.4% -lh5- 847c Oct 21  2022 RNOTunes_68k/Icons_by_AMIGASYSTEM/RNOTunes-GFX-48.info
[generic]                 5454    5454 100.0% -lh0- 808b Nov 23 23:46 RNOTunes_68k/Icons_by_AMIGASYSTEM/RNOTunes.info
[generic]              1008376 2363568  42.7% -lh5- 51af Oct  9  2022 RNOTunes_68k/avcodec.hwp
[generic]                  661     661 100.0% -lh0- 30cd Mar 30 21:45 RNOTunes_68k/gfx/Flat/controls_add.png
[generic]                 1164    5137  22.7% -lh5- f6d9 May 20  2022 RNOTunes_68k/RNOTunes.info
[generic]                  263     628  41.9% -lh5- fed2 Feb  4  2020 RNOTunes_68k/Screenshots.info
[generic]               180969  180969 100.0% -lh0- e0f6 May 27  2022 RNOTunes_68k/Screenshots/RNOTunes.png
[generic]                67757   67757 100.0% -lh0- e555 Jul 24  2022 RNOTunes_68k/Screenshots/RNOTunes_LastFM_Stats.png
[generic]                21985   21985 100.0% -lh0- 588b Jul 24  2022 RNOTunes_68k/Screenshots/RNOTunes_Properties.png
[generic]                97716   97716 100.0% -lh0- 4c60 Jul 24  2022 RNOTunes_68k/Screenshots/RNOTunes_Recent.png
[generic]                28102   28102 100.0% -lh0- ed94 Jul 24  2022 RNOTunes_68k/Screenshots/RNOTunes_Settings_General.png
[generic]                31783   31783 100.0% -lh0- d81b Jul 24  2022 RNOTunes_68k/Screenshots/RNOTunes_Settings_GUI.png
[generic]                  909     909 100.0% -lh0- 24b6 Mar 30 21:45 RNOTunes_68k/gfx/Flat/controls_next.png
[generic]                 1434    1434 100.0% -lh0- bea5 Mar 30 21:45 RNOTunes_68k/gfx/Flat/controls_pause.png
[generic]                 1862    1862 100.0% -lh0- 35d0 Mar 30 21:45 RNOTunes_68k/gfx/Flat/controls_play.png
[generic]                  900     900 100.0% -lh0- a767 Mar 30 21:45 RNOTunes_68k/gfx/Flat/controls_prev.png
[generic]                  572     572 100.0% -lh0- e217 Mar 30 21:45 RNOTunes_68k/gfx/Flat/controls_remove.png
[generic]                41728   41728 100.0% -lh0- 7edf Mar 30 21:40 RNOTunes_68k/gfx/Flat/default_streaming.png
[generic]                37791   37791 100.0% -lh0- 5505 Mar 30 21:40 RNOTunes_68k/gfx/Flat/default_tracker.png
[generic]                  682     682 100.0% -lh0- 50be Mar 30 21:45 RNOTunes_68k/gfx/Flat/playlist_add_tunes.png
[generic]                  562     562 100.0% -lh0- 658f Mar 30 21:45 RNOTunes_68k/gfx/Flat/playlist_append.png
[generic]                  661     661 100.0% -lh0- 7259 Mar 30 21:45 RNOTunes_68k/gfx/Flat/playlist_delete.png
[generic]                  726     726 100.0% -lh0- a204 Mar 30 21:45 RNOTunes_68k/gfx/Flat/playlist_edit.png
[generic]                  742     742 100.0% -lh0- d869 Mar 30 21:45 RNOTunes_68k/gfx/Flat/playlist_load.png
[generic]                  662     662 100.0% -lh0- 4ce1 Mar 30 21:45 RNOTunes_68k/gfx/Flat/playlist_new.png
[generic]                  662     662 100.0% -lh0- 3dfd Mar 30 21:47 RNOTunes_68k/gfx/Flat_BLK/controls_add.png
[generic]                  892     892 100.0% -lh0- dc47 Mar 30 21:47 RNOTunes_68k/gfx/Flat_BLK/controls_next.png
[generic]                 1457    1457 100.0% -lh0- 62e9 Mar 30 21:47 RNOTunes_68k/gfx/Flat_BLK/controls_pause.png
[generic]                 1773    1773 100.0% -lh0- 10cd Mar 30 21:47 RNOTunes_68k/gfx/Flat_BLK/controls_play.png
[generic]                  879     879 100.0% -lh0- 913f Mar 30 21:47 RNOTunes_68k/gfx/Flat_BLK/controls_prev.png
[generic]                  569     569 100.0% -lh0- db9b Mar 30 21:47 RNOTunes_68k/gfx/Flat_BLK/controls_remove.png
[generic]                21755   21755 100.0% -lh0- fb6e Mar 30 21:42 RNOTunes_68k/gfx/Flat_BLK/default_streaming.png
[generic]                19044   19044 100.0% -lh0- 5133 Mar 30 21:42 RNOTunes_68k/gfx/Flat_BLK/default_tracker.png
[generic]                  633     633 100.0% -lh0- 2869 Mar 30 21:47 RNOTunes_68k/gfx/Flat_BLK/playlist_add_tunes.png
[generic]                  559     559 100.0% -lh0- 0f6b Mar 30 21:47 RNOTunes_68k/gfx/Flat_BLK/playlist_append.png
[generic]                  661     661 100.0% -lh0- 7259 Mar 30 21:47 RNOTunes_68k/gfx/Flat_BLK/playlist_delete.png
[generic]                  623     623 100.0% -lh0- c548 Mar 30 21:47 RNOTunes_68k/gfx/Flat_BLK/playlist_edit.png
[generic]                  671     671 100.0% -lh0- f113 Mar 30 21:47 RNOTunes_68k/gfx/Flat_BLK/playlist_load.png
[generic]                  633     633 100.0% -lh0- 2f17 Mar 30 21:47 RNOTunes_68k/gfx/Flat_BLK/playlist_new.png
[generic]                 1140    1140 100.0% -lh0- a4ca Nov 10 18:07 RNOTunes_68k/gfx/Blue/controls_remove.png
[generic]               202953  202953 100.0% -lh0- eea1 Nov 10 18:08 RNOTunes_68k/gfx/Blue/default_streaming.png
[generic]               365086  365086 100.0% -lh0- 8710 Nov 10 18:10 RNOTunes_68k/gfx/Blue/default_tracker.png
[generic]                  406     406 100.0% -lh0- 9adb Oct 17  2022 RNOTunes_68k/gfx/Blue/playlist_add_tunes.png
[generic]                  382     382 100.0% -lh0- 54d8 Oct 17  2022 RNOTunes_68k/gfx/Blue/playlist_append.png
[generic]                  366     366 100.0% -lh0- dcd6 Oct 17  2022 RNOTunes_68k/gfx/Blue/playlist_delete.png
[generic]                  905     905 100.0% -lh0- 6442 Oct 17  2022 RNOTunes_68k/gfx/Blue/playlist_edit.png
[generic]                  557     557 100.0% -lh0- dc74 Oct 17  2022 RNOTunes_68k/gfx/Blue/playlist_load.png
[generic]                  762     762 100.0% -lh0- dcf0 Oct 17  2022 RNOTunes_68k/gfx/Blue/playlist_new.png
[generic]                 1124    1124 100.0% -lh0- 03c7 Nov 10 18:06 RNOTunes_68k/gfx/Blue/controls_add.png
[generic]                 1315    1315 100.0% -lh0- 2316 Nov 10 18:06 RNOTunes_68k/gfx/Blue/controls_next.png
[generic]                 1105    1105 100.0% -lh0- 74cf Nov 10 18:07 RNOTunes_68k/gfx/Blue/controls_pause.png
[generic]                 1187    1187 100.0% -lh0- 2a93 Nov 10 18:07 RNOTunes_68k/gfx/Blue/controls_play.png
[generic]                 1308    1308 100.0% -lh0- 1ff6 Nov 10 18:07 RNOTunes_68k/gfx/Blue/controls_prev.png
[generic]                  382     382 100.0% -lh0- 54d8 Oct 17  2022 RNOTunes_68k/gfx/White/playlist_append.png
[generic]                  366     366 100.0% -lh0- dcd6 Oct 17  2022 RNOTunes_68k/gfx/White/playlist_delete.png
[generic]                  905     905 100.0% -lh0- 6442 Oct 17  2022 RNOTunes_68k/gfx/White/playlist_edit.png
[generic]                  557     557 100.0% -lh0- dc74 Oct 17  2022 RNOTunes_68k/gfx/White/playlist_load.png
[generic]                  762     762 100.0% -lh0- dcf0 Oct 17  2022 RNOTunes_68k/gfx/White/playlist_new.png
[generic]                 1269    1269 100.0% -lh0- a88a Oct 17  2022 RNOTunes_68k/gfx/White/controls_add.png
[generic]                 1329    1329 100.0% -lh0- 6cf8 Oct 17  2022 RNOTunes_68k/gfx/White/controls_next.png
[generic]                 1091    1091 100.0% -lh0- 177a Oct 17  2022 RNOTunes_68k/gfx/White/controls_pause.png
[generic]                 1260    1260 100.0% -lh0- cdbf Oct 17  2022 RNOTunes_68k/gfx/White/controls_play.png
[generic]                 1339    1339 100.0% -lh0- 46d3 Oct 17  2022 RNOTunes_68k/gfx/White/controls_prev.png
[generic]                 1143    1143 100.0% -lh0- 7274 Oct 23  2022 RNOTunes_68k/gfx/White/controls_remove.png
[generic]               253557  253557 100.0% -lh0- 5ed0 Oct 18  2022 RNOTunes_68k/gfx/White/default_streaming.png
[generic]               213604  213604 100.0% -lh0- 17c9 Oct 18  2022 RNOTunes_68k/gfx/White/default_tracker.png
[generic]                  406     406 100.0% -lh0- 9adb Oct 17  2022 RNOTunes_68k/gfx/White/playlist_add_tunes.png
[generic]                 1568    1568 100.0% -lh0- 8af1 Oct 22  2022 RNOTunes_68k/gfx/Color/controls_remove.png
[generic]               450294  450294 100.0% -lh0- 32ff Oct 22  2022 RNOTunes_68k/gfx/Color/default_streaming.png
[generic]               450186  450186 100.0% -lh0- 4044 Oct 22  2022 RNOTunes_68k/gfx/Color/default_tracker.png
[generic]                  406     406 100.0% -lh0- 9adb Oct 17  2022 RNOTunes_68k/gfx/Color/playlist_add_tunes.png
[generic]                  382     382 100.0% -lh0- 54d8 Oct 17  2022 RNOTunes_68k/gfx/Color/playlist_append.png
[generic]                  366     366 100.0% -lh0- dcd6 Oct 17  2022 RNOTunes_68k/gfx/Color/playlist_delete.png
[generic]                  905     905 100.0% -lh0- 6442 Oct 17  2022 RNOTunes_68k/gfx/Color/playlist_edit.png
[generic]                  557     557 100.0% -lh0- dc74 Oct 17  2022 RNOTunes_68k/gfx/Color/playlist_load.png
[generic]                  762     762 100.0% -lh0- dcf0 Oct 17  2022 RNOTunes_68k/gfx/Color/playlist_new.png
[generic]                  366     366 100.0% -lh0- dcd6 Oct 17  2022 RNOTunes_68k/gfx/Chrome/playlist_delete.png
[generic]                  905     905 100.0% -lh0- 6442 Oct 17  2022 RNOTunes_68k/gfx/Chrome/playlist_edit.png
[generic]                  557     557 100.0% -lh0- dc74 Oct 17  2022 RNOTunes_68k/gfx/Chrome/playlist_load.png
[generic]                  762     762 100.0% -lh0- dcf0 Oct 17  2022 RNOTunes_68k/gfx/Chrome/playlist_new.png
[generic]                 1680    1680 100.0% -lh0- d270 Oct 22  2022 RNOTunes_68k/gfx/Color/controls_add.png
[generic]                 1637    1637 100.0% -lh0- fd2e Oct 22  2022 RNOTunes_68k/gfx/Color/controls_next.png
[generic]                 1482    1482 100.0% -lh0- 087f Oct 22  2022 RNOTunes_68k/gfx/Color/controls_pause.png
[generic]                 1644    1644 100.0% -lh0- 55e7 Oct 22  2022 RNOTunes_68k/gfx/Color/controls_play.png
[generic]                 1645    1645 100.0% -lh0- c01e Oct 22  2022 RNOTunes_68k/gfx/Color/controls_prev.png
[generic]                 1718    1718 100.0% -lh0- 8a8f Oct 17  2022 RNOTunes_68k/gfx/Chrome/controls_next.png
[generic]                 1680    1680 100.0% -lh0- c449 Oct 17  2022 RNOTunes_68k/gfx/Chrome/controls_pause.png
[generic]                 1672    1672 100.0% -lh0- 53d2 Oct 17  2022 RNOTunes_68k/gfx/Chrome/controls_play.png
[generic]                 1832    1832 100.0% -lh0- c5fb Oct 17  2022 RNOTunes_68k/gfx/Chrome/controls_prev.png
[generic]                 1640    1640 100.0% -lh0- 099d Oct 17  2022 RNOTunes_68k/gfx/Chrome/controls_remove.png
[generic]               145322  145322 100.0% -lh0- 1e8d Oct 22  2022 RNOTunes_68k/gfx/Chrome/default_streaming.png
[generic]                93638   93638 100.0% -lh0- dabd Oct 22  2022 RNOTunes_68k/gfx/Chrome/default_tracker.png
[generic]                  406     406 100.0% -lh0- 9adb Oct 17  2022 RNOTunes_68k/gfx/Chrome/playlist_add_tunes.png
[generic]                  382     382 100.0% -lh0- 54d8 Oct 17  2022 RNOTunes_68k/gfx/Chrome/playlist_append.png
[generic]                 1222    1222 100.0% -lh0- 5d1c Oct 20  2022 RNOTunes_68k/gfx/BlueWhite/controls_pause.png
[generic]                 1514    1514 100.0% -lh0- 73ff Oct 20  2022 RNOTunes_68k/gfx/BlueWhite/controls_play.png
[generic]                 1365    1365 100.0% -lh0- 70e4 Oct 20  2022 RNOTunes_68k/gfx/BlueWhite/controls_prev.png
[generic]                 1449    1449 100.0% -lh0- 5b0e Oct 20  2022 RNOTunes_68k/gfx/BlueWhite/controls_remove.png
[generic]                  366     366 100.0% -lh0- dcd6 Oct 17  2022 RNOTunes_68k/gfx/BlueWhite/playlist_delete.png
[generic]                  905     905 100.0% -lh0- 6442 Oct 17  2022 RNOTunes_68k/gfx/BlueWhite/playlist_edit.png
[generic]                  557     557 100.0% -lh0- dc74 Oct 17  2022 RNOTunes_68k/gfx/BlueWhite/playlist_load.png
[generic]                  762     762 100.0% -lh0- dcf0 Oct 17  2022 RNOTunes_68k/gfx/BlueWhite/playlist_new.png
[generic]                 1690    1690 100.0% -lh0- a54e Oct 17  2022 RNOTunes_68k/gfx/Chrome/controls_add.png
[generic]                  557     557 100.0% -lh0- dc74 Oct 17  2022 RNOTunes_68k/gfx/BlackWhite/playlist_load.png
[generic]                  762     762 100.0% -lh0- dcf0 Oct 17  2022 RNOTunes_68k/gfx/BlackWhite/playlist_new.png
[generic]                 1530    1530 100.0% -lh0- f3ff Oct 20  2022 RNOTunes_68k/gfx/BlueWhite/controls_add.png
[generic]                 1345    1345 100.0% -lh0- 0ae8 Oct 20  2022 RNOTunes_68k/gfx/BlueWhite/controls_next.png
[generic]               574680  574680 100.0% -lh0- 012f Oct 20  2022 RNOTunes_68k/gfx/BlueWhite/default_streaming.png
[generic]               387446  387446 100.0% -lh0- e059 Oct 20  2022 RNOTunes_68k/gfx/BlueWhite/default_tracker.png
[generic]                  406     406 100.0% -lh0- 9adb Oct 17  2022 RNOTunes_68k/gfx/BlueWhite/playlist_add_tunes.png
[generic]                  382     382 100.0% -lh0- 54d8 Oct 17  2022 RNOTunes_68k/gfx/BlueWhite/playlist_append.png
[generic]                  325     325 100.0% -lh0- 32d8 Oct 23  2022 RNOTunes_68k/gfx/BlackWhite/controls_add.png
[generic]                  345     345 100.0% -lh0- 8853 Oct 23  2022 RNOTunes_68k/gfx/BlackWhite/controls_next.png
[generic]                  281     281 100.0% -lh0- d81e Oct 23  2022 RNOTunes_68k/gfx/BlackWhite/controls_pause.png
[generic]                  317     317 100.0% -lh0- c3ad Oct 23  2022 RNOTunes_68k/gfx/BlackWhite/controls_play.png
[generic]                  335     335 100.0% -lh0- f7d4 Oct 23  2022 RNOTunes_68k/gfx/BlackWhite/controls_prev.png
[generic]                  368     368 100.0% -lh0- 85b9 Oct 23  2022 RNOTunes_68k/gfx/BlackWhite/controls_remove.png
[generic]                  366     366 100.0% -lh0- dcd6 Oct 17  2022 RNOTunes_68k/gfx/BlackWhite/playlist_delete.png
[generic]                  905     905 100.0% -lh0- 6442 Oct 17  2022 RNOTunes_68k/gfx/BlackWhite/playlist_edit.png
[generic]                  382     382 100.0% -lh0- 54d8 Oct 17  2022 RNOTunes_68k/gfx/Black/playlist_append.png
[generic]                  366     366 100.0% -lh0- dcd6 Oct 17  2022 RNOTunes_68k/gfx/Black/playlist_delete.png
[generic]                  905     905 100.0% -lh0- 6442 Oct 17  2022 RNOTunes_68k/gfx/Black/playlist_edit.png
[generic]                  557     557 100.0% -lh0- dc74 Oct 17  2022 RNOTunes_68k/gfx/Black/playlist_load.png
[generic]                  762     762 100.0% -lh0- dcf0 Oct 17  2022 RNOTunes_68k/gfx/Black/playlist_new.png
[generic]               133218  133218 100.0% -lh0- 6047 Oct 23  2022 RNOTunes_68k/gfx/BlackWhite/default_streaming.png
[generic]                60325   60325 100.0% -lh0- a067 Oct 23  2022 RNOTunes_68k/gfx/BlackWhite/default_tracker.png
[generic]                  406     406 100.0% -lh0- 9adb Oct 17  2022 RNOTunes_68k/gfx/BlackWhite/playlist_add_tunes.png
[generic]                  382     382 100.0% -lh0- 54d8 Oct 17  2022 RNOTunes_68k/gfx/BlackWhite/playlist_append.png
[generic]                 1218    1218 100.0% -lh0- 694c Oct 17  2022 RNOTunes_68k/gfx/Black/controls_add.png
[generic]                 1264    1264 100.0% -lh0- 7c0c Oct 17  2022 RNOTunes_68k/gfx/Black/controls_next.png
[generic]                 1052    1052 100.0% -lh0- 8f77 Oct 17  2022 RNOTunes_68k/gfx/Black/controls_pause.png
[generic]                 1153    1153 100.0% -lh0- 7d76 Oct 17  2022 RNOTunes_68k/gfx/Black/controls_play.png
[generic]                 1202    1202 100.0% -lh0- cf8f Oct 17  2022 RNOTunes_68k/gfx/Black/controls_prev.png
[generic]                 1042    1042 100.0% -lh0- 1a68 Oct 17  2022 RNOTunes_68k/gfx/Black/controls_remove.png
[generic]               175710  175710 100.0% -lh0- 85a3 Oct 18  2022 RNOTunes_68k/gfx/Black/default_streaming.png
[generic]               175564  175564 100.0% -lh0- 65c7 Oct 17  2022 RNOTunes_68k/gfx/Black/default_tracker.png
[generic]                  406     406 100.0% -lh0- 9adb Oct 17  2022 RNOTunes_68k/gfx/Black/playlist_add_tunes.png
[generic]                 1360    1360 100.0% -lh0- 192c Oct 22  2022 RNOTunes_68k/gfx/AzureWave/controls_next.png
[generic]                 1170    1170 100.0% -lh0- ac86 Oct 22  2022 RNOTunes_68k/gfx/AzureWave/controls_pause.png
[generic]                 1245    1245 100.0% -lh0- adda Oct 22  2022 RNOTunes_68k/gfx/AzureWave/controls_play.png
[generic]                 1380    1380 100.0% -lh0- f2f8 Oct 22  2022 RNOTunes_68k/gfx/AzureWave/controls_prev.png
[generic]                 1198    1198 100.0% -lh0- ce73 Oct 22  2022 RNOTunes_68k/gfx/AzureWave/controls_remove.png
[generic]                  366     366 100.0% -lh0- dcd6 Oct 17  2022 RNOTunes_68k/gfx/AzureWave/playlist_delete.png
[generic]                  905     905 100.0% -lh0- 6442 Oct 17  2022 RNOTunes_68k/gfx/AzureWave/playlist_edit.png
[generic]                  557     557 100.0% -lh0- dc74 Oct 17  2022 RNOTunes_68k/gfx/AzureWave/playlist_load.png
[generic]                  762     762 100.0% -lh0- dcf0 Oct 17  2022 RNOTunes_68k/gfx/AzureWave/playlist_new.png
[generic]                  366     366 100.0% -lh0- dcd6 Oct 17  2022 RNOTunes_68k/gfx/Azure/playlist_delete.png
[generic]                  905     905 100.0% -lh0- 6442 Oct 17  2022 RNOTunes_68k/gfx/Azure/playlist_edit.png
[generic]                  557     557 100.0% -lh0- dc74 Oct 17  2022 RNOTunes_68k/gfx/Azure/playlist_load.png
[generic]                  762     762 100.0% -lh0- dcf0 Oct 17  2022 RNOTunes_68k/gfx/Azure/playlist_new.png
[generic]                 1232    1232 100.0% -lh0- 5fad Oct 22  2022 RNOTunes_68k/gfx/AzureWave/controls_add.png
[generic]               253263  253263 100.0% -lh0- 2728 Oct 22  2022 RNOTunes_68k/gfx/AzureWave/default_streaming.png
[generic]               230008  230008 100.0% -lh0- b35e Oct 22  2022 RNOTunes_68k/gfx/AzureWave/default_tracker.png
[generic]                  406     406 100.0% -lh0- 9adb Oct 17  2022 RNOTunes_68k/gfx/AzureWave/playlist_add_tunes.png
[generic]                  382     382 100.0% -lh0- 54d8 Oct 17  2022 RNOTunes_68k/gfx/AzureWave/playlist_append.png
[generic]                 2363    2363 100.0% -lh0- d952 Oct 17  2022 RNOTunes_68k/gfx/Azure/controls_next.png
[generic]                 2305    2305 100.0% -lh0- a591 Oct 17  2022 RNOTunes_68k/gfx/Azure/controls_pause.png
[generic]                 2305    2305 100.0% -lh0- f040 Oct 17  2022 RNOTunes_68k/gfx/Azure/controls_play.png
[generic]                 2262    2262 100.0% -lh0- 1e7a Oct 17  2022 RNOTunes_68k/gfx/Azure/controls_prev.png
[generic]                 1993    1993 100.0% -lh0- 89b4 Oct 17  2022 RNOTunes_68k/gfx/Azure/controls_remove.png
[generic]               253104  253104 100.0% -lh0- 8b0a Oct 18  2022 RNOTunes_68k/gfx/Azure/default_streaming.png
[generic]               230418  230418 100.0% -lh0- 2751 Oct 18  2022 RNOTunes_68k/gfx/Azure/default_tracker.png
[generic]                  406     406 100.0% -lh0- 9adb Oct 17  2022 RNOTunes_68k/gfx/Azure/playlist_add_tunes.png
[generic]                  382     382 100.0% -lh0- 54d8 Oct 17  2022 RNOTunes_68k/gfx/Azure/playlist_append.png
[generic]                 2009    2009 100.0% -lh0- 948f Oct 17  2022 RNOTunes_68k/gfx/Azure/controls_add.png
[generic]                89527   89527 100.0% -lh0- 68a3 Jun 17  2022 RNOTunes_68k/gfx/Default/default_streaming.png
[generic]                71074   71074 100.0% -lh0- 81b7 Jun 17  2022 RNOTunes_68k/gfx/Default/default_tracker.png
[generic]                  980     980 100.0% -lh0- 3a07 May 19  2022 RNOTunes_68k/gfx/Default/playlist_add_tunes.png
[generic]                 1008    1008 100.0% -lh0- f238 May 19  2022 RNOTunes_68k/gfx/Default/playlist_append.png
[generic]                 1159    1159 100.0% -lh0- 1dbe May 19  2022 RNOTunes_68k/gfx/Default/playlist_delete.png
[generic]                 1288    1288 100.0% -lh0- 396e May 19  2022 RNOTunes_68k/gfx/Default/playlist_edit.png
[generic]                 1084    1084 100.0% -lh0- 4ecf May 19  2022 RNOTunes_68k/gfx/Default/playlist_load.png
[generic]                 1094    1094 100.0% -lh0- 3395 May 19  2022 RNOTunes_68k/gfx/Default/playlist_new.png
[generic]                 6265   15918  39.4% -lh5- 86f8 Mar 29 19:23 RNOTunes_68k/Catalogs/finnish/RNOTunes.catalog
[generic]                 6499   17802  36.5% -lh5- 9447 Apr 10 11:54 RNOTunes_68k/Catalogs/french/RNOTunes.catalog
[generic]                 6395   16975  37.7% -lh5- 0697 Apr  1 17:18 RNOTunes_68k/Catalogs/italian/RNOTunes.catalog
[generic]                 1271    1271 100.0% -lh0- e3f1 May 18  2022 RNOTunes_68k/gfx/Default/controls_add.png
[generic]                 2212    2212 100.0% -lh0- 96b9 May 18  2022 RNOTunes_68k/gfx/Default/controls_next.png
[generic]                 1518    1518 100.0% -lh0- 75a4 May 18  2022 RNOTunes_68k/gfx/Default/controls_pause.png
[generic]                 1904    1904 100.0% -lh0- 521b May 18  2022 RNOTunes_68k/gfx/Default/controls_play.png
[generic]                 2243    2243 100.0% -lh0- 65f6 May 18  2022 RNOTunes_68k/gfx/Default/controls_prev.png
[generic]                 1106    1106 100.0% -lh0- d801 May 18  2022 RNOTunes_68k/gfx/Default/controls_remove.png
[generic]                  266     628  42.4% -lh5- ac92 Feb  4  2020 RNOTunes_68k.info
[generic]                10505   23424  44.8% -lh5- 963d Sep 27  2019 RNOTunes_68k/ahx.hwp
[generic]                 1864    3196  58.3% -lh5- cb9b Feb 18  2018 RNOTunes_68k/aiff.hwp
[generic]                14336   27220  52.7% -lh5- 7a5d Jul  5  2015 RNOTunes_68k/digibooster.hwp
[generic]               143580  271768  52.8% -lh5- 9ff2 Oct  1  2017 RNOTunes_68k/muiroyale.hwp
[generic]               104932  215696  48.6% -lh5- d118 Jul  5  2015 RNOTunes_68k/oggvorbis.hwp
[generic]                 3126    5092  61.4% -lh5- 8a46 Apr  7  2017 RNOTunes_68k/ReadMe.txt.info
[generic]                  246     353  69.7% -lh5- 925d Feb  6  2022 RNOTunes_68k/scripts/tune_end
[generic]                  245     355  69.0% -lh5- b9f2 Feb  6  2022 RNOTunes_68k/scripts/tune_start
[generic]                 6115   13368  45.7% -lh5- 258b Feb 25  2018 RNOTunes_68k/sid.hwp
[generic]               176000  383712  45.9% -lh5- 97ca Apr  5  2020 RNOTunes_68k/xmp.hwp
---------- ----------- ------- ------- ------ ---------- ------------ ----------
 Total       237 files 9199688 12918418  71.2%            Apr 12 00:36

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>