Greasy Fork is available in English.

[RED/NWCD] Upload Assistant

Accurate filling of new upload/request and group/request edit forms based on foobar2000's playlist selection (via pasted output of copy command), release integrity check, two tracklist layouts, colours customization, featured artists extraction, classical works formatting, coverart fetching from store, checking for previous upload and more. As alternative to pasted playlist, e.g. for requests creation, valid URL to product page on supported web can be used -- see below.

Pada tanggal 19 Januari 2020. Lihat %(latest_version_link).

Penulis
Anakunda
Nilai
0 0 0
Versi
1.203
Dibuat
30 Agustus 2019
Diperbarui
19 Januari 2020
Lisensi
N/A
Berlaku untuk

Additional setup: to read foobar's playlist, pattern below must be set for built-in foobar2000 copy command (File > Preferences > Display > Classic User Interface > Title Formatting > Copy command), or custom Text Tools plugin quick copy command

[$fix_eol(%album artist%,)]$char(30)[$fix_eol(%album%,)]$char(30)[$if3(%date%,%ORIGINAL RELEASE DATE%,%year%)]$char(30)[$if3(%releasedate%,%retail date%,%date%,%year%)]$char(30)[$fix_eol($if3(%label%,%publisher%,%COPYRIGHT%),)]$char(30)[$fix_eol($if3(%catalog%,%CATALOGNUMBER%,%CATALOG NUMBER%,%labelno%,%catalog #%,%SKU%),)]$char(30)[%country%]$char(30)%__encoding%$char(30)%__codec%$char(30)[%__codec_profile%]$char(30)[%__bitrate%]$char(30)[%__bitspersample%]$char(30)[%__samplerate%]$char(30)[%__channels%]$char(30)[$if3(%media%,%format%,%source%,%MEDIATYPE%,%SOURCEMEDIA%,%discogs_format%)]$char(30)[$fix_eol(%genre%,)[|$fix_eol(%style%,)]]$char(30)[$num(%discnumber%,0)]$char(30)[$num($if2(%totaldiscs%,%disctotal%),0)]$char(30)[$fix_eol(%discsubtitle%,)]$char(30)[%track number%]$char(30)[$num($if2(%totaltracks%,%TRACKTOTAL%),0)]$char(30)[$fix_eol(%title%,)]$char(30)[$fix_eol(%track artist%,)]$char(30)[$if($strcmp($fix_eol(%performer%,),$fix_eol(%artist%,)),,$fix_eol(%performer%,))]$char(30)[$fix_eol($if3(%composer%,%writer%,%SONGWRITER%,%author%,%LYRICIST%),)]$char(30)[$fix_eol(%conductor%,)]$char(30)[$fix_eol(%remixer%,)]$char(30)[$fix_eol($if2(%compiler%,%mixer%),)]$char(30)[$fix_eol($if2(%producer%,%producedby%),)]$char(30)%length_seconds_fp%$char(30)%length_samples%$char(30)[%filesize%]$char(30)[%replaygain_album_gain%]$char(30)[%album dynamic range%]$char(30)[%__tool%][ | %ENCODER%][ | %ENCODER_OPTIONS%]$char(30)[$fix_eol($if2(%url%,%www%),)]$char(30)$directory_path(%path%)$char(30)[$replace($replace($if2(%comment%,%description%),$char(13),$char(29)),$char(10),$char(28))]$char(30)$trim([RELEASETYPE=$replace($if2(%RELEASETYPE%,%RELEASE TYPE%), ,_) ][COMPILATION=$trim(%compilation%) ][DISCID=$trim(%DISCID%) ][ISRC=$trim(%ISRC%) ][EXPLICIT=$trim(%EXPLICIT%) ][ORIGINALFORMAT=$trim($replace(%ORIGINALFORMAT%, ,_)) ][ASIN=$trim(%ASIN%) ][DISCOGS_ID=$trim(%discogs_release_id%) ][SOURCEID=$trim($replace(%SOURCEID%, ,_)) ][BPM=$trim(%BPM%) ][BARCODE=$trim($replace($if3(%barcode%,%UPC%,%EAN%,%MCN%), ,)) ])

Note: Text Tools plugin substitutes linebreaks by underscores, making it ambiguous to restore original comment (remap_texttools_newlines=1 to backward substitution), because of that using standard copy command is more reliable.

Script already fills form with minimal set of tags (album, artist, title, tracknumber), but obviously accuracy and completeness of description improves with increasing amount of expectably filled relevant tags, especially RELEASEDATE/RETAIL DATE, LABEL/PUBLISHER, CATALOG/CATALOGNUMBER, GENRE/STYLE, COUNTRY, URL (for lineage, online integrity check & cover art), MEDIA/SOURCE/FORMAT, COMMENT/DESCRIPTION (for additional album description), RELEASETYPE, COMPILATION (otherwise guessed from various parameters, not reliable), ALBUM DYNAMIC RANGE, DISCNUMBER, DISCSUBTITLE (for multivolume albums). Beyond naming volumes script uses DISCSUBTITLE also for grouping of classical works and logical units within playlist (usually on extensive anthologies).

Supported sites for online capturing of release details:

- Qobuz (store)
- HighResAudio (store)
- BandCamp (store)
- Presto Music (store)
- Discogs (community)
- Supraphonline (store, CZ)
- Bontonland (store, CZ, closing soon)
- NativeDSD (store)
- Juno Download (store)
- HDtracks (store)
- Deezer (store)
- Spotify (store, requires account and application credentials)
- ProStudioMasters (store)
- Google Play Music (store)
- 7digital (store)
- e-onkyo music (store)
- Acoustic Sounds (store)
- Indies Scope (store)
- Beatport (store)
- Traxsource (store)

For e-books

- Martinus (store, CZ, SK)
- GoodReads (community)
- Databáze knih (community, CZ)

For applications:

- SoftArchive (SAnet - dl blog)

Some user customization via script manager's local storage, but no UI for now (use script manager to access the complete list of preferences).
How to access user configuration: (Tampermonky specific) Run the script at least once by letting it fill form, then open the script in editor and switch to storage tab (quick way - open upload page, click on TM toolbar icon, right click on UA)

Enhancements to web form:

  • custom drag & drop handler for all description fields; accepted content types: local text files, local images (jpg, png, gif) (uploaded), html sourced formatted text, web links and web images (rehosted) // foo_dr.txt handling
    PTPIMG account is required for any image related content (API key is autoconfigured on first use, be logged in to image host with same browser)
  • custom paste handler for all description fields (handles html formatted text)
  • custom drag & drop handler for cover image input (upload local image / rehost web sourced image)
  • Pre-submit description cleanup (remove excessive linebreaks and empty tag pairs), configurable via cleanup_descriptions preference

Extensions to other scripts:

  • drag & drop patch to PTPImg It (drop images from shell on the button to directly upload them to PTPIMG host); make sure PTPImg It has lower order number than UA and has configured API key

Release integrity checking online does compare locally stored album with online source.
What is compared: title, main artist, playlist (track names, track artists and duration). Playlist size and overall duration is compared as well. This background check helps to prevent uploading incomplete/damaged albums, or releases that have messed up tracklist.
Requires valid URL tag to supported website (if missing, script tries to look up album on Spotify, Deezer and Discogs)
Spotify service requires configured user prefs spotify_clientid and spotify_clientsecret (Dashboard)


Orpheus site enabled but not tested (experimental).