|
|
(23 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| =customize your own search html=
| |
| Utilize the 'Advanced Search' page on [https://archive.org archive.org] with javascript code to create a tailored search tool.<br>
| |
| 1) copy and paste the code block and paste to new textfile
| |
| 2) link archive.org/advancedsearch.php to the new text file using '''form''':
| |
| <form action="https://archive.org/advancedsearch.php" class="js-search-check_dates" name="searchForm" id="searchForm" method="POST" onsubmit="return validateForm()">
| |
|
| |
|
| '''[[/Who is Json and what is XML | Who is Json and what is XML]]'''
| |
|
| |
| ==Search trial (Boolean)==
| |
| ===the aesthetics of elevator/on hold music===
| |
| [[File:IMG 4730.JPG|thumb|right]]
| |
| <blockquote style="width: 60%;">
| |
| Elevator music, also known as on hold music or background music, was originally created with the specific purpose of being played in elevators, lobbies, and other public spaces. Companies like Muzak Holdings (founded in the early 20th century) were pioneers in producing music tailored for these environments. The goal was to create calming, non-intrusive soundtracks that could ease anxiety in confined spaces or during long waits.
| |
| </blockquote>
| |
| <i style="background: black; color: white">'''trial 1'''</i>
| |
| If just search “elevator music” in the query:
| |
| With so many songs or albums has "elevator music" in them that seemingly have little relevance to the original purpose of the music(just a lot of cool artists being ironic), I try to narrow them down using the <u>‘community audio’ filter under ‘collection’</u> to avoid actual albums and songs.
| |
| <div style="text-align: center;">
| |
| <i style="background: #9cff3a;">[https://archive.org/search?query=%28elevator%20music%29%20AND%20collection%3A%28opensource_audio%29%20AND%20mediatype%3A%28audio%29 results]</i>
| |
| </div>
| |
| [[File:Screenshot 2024-10-06 at 11.13.46.png|thumb|right|meta.xml]]
| |
| <div style="width: 70%;">
| |
| Better, but still there are a lot of audio files that don't quite fit my search. From those unwanted files, I can look for metadata written in '''meta.mxl''', figure out what I need to exclude using the boolean search.
| |
| </div>
| |
| <div style="text-align: center;">
| |
| <i style="background: #9cff3a">[https://archive.org/search?query=%28elevator%20music%29%20AND%20-title%3A%28album%20NOT%20mix%20tape%29%20AND%20-subject%3A%28cd%29%20AND%20collection%3A%28opensource_audio%29%20AND%20mediatype%3A%28audio%29%20AND%20-Topics%3A%28techno%29 improved results]</i>
| |
| </div>
| |
| '''Observation:'''<br>
| |
| It took me an embarassing amount of time to figure out that the collection filter search works with identifier names which can be found after the url:https://archive.org/details/ <br>
| |
| or in the metadata file written in xml.
| |
| (I’m pretty sure this is written down somewhere but I just didn’t f i n d i t)
| |
|
| |
| '''Question:'''<br>
What if I want results without searching for the title “elevator music”?<br>
| |
| -> Can I search only using characteristics of the music, <u>such as BPM or audio duration</u>? Seems like I can’t, as there's no metadata type for that. Maybe a json or xml search can.........?🤷♀️I’m not even touching the bottom half of that advanced search page right now.
| |
|
| |
| '''Other searches'''
| |
| * <i style="background: #9cff3a;">[https://archive.org/search?query=%28elevator%29%20AND%20subject%3A%28phonography%29%20AND%20collection%3A%28radio-aporee-maps%29%20AND%20mediatype%3A%28audio%29 elevator sound using radio aporee filter and phonography under subject]</i>
| |
| * <i style="background: #9cff3a;">[https://archive.org/search?query=%28on+hold+music%29+AND+-title%3A%28mix%29+AND+-subject%3A%28pop%29+AND+collection%3A%28opensource_audio%29+AND+mediatype%3A%28audio%29 On-hold music from big corps like KLM, PayPal, Google, etc.]</i>
| |
| <br>
| |
| {|align=right
| |
| |{{audio|mp3=https://pzwiki.wdka.nl/mw-mediadesign/images/0/01/PHONE_CALL_TO_732_938_4848_AT_917_AM_OCTOBER_7TH_2022.mp3}}
| |
| |}
| |
| * <i style="background: #e4b8ff;">[https://archive.org/details/phone-call-to-732-938-4848-at-917-am-october-7-th-2022 Also found this gem--->]</i>
| |
| <div style="width: 35%;">
| |
| ''“Description: CORRUPT COURT CLERK”''<br>
| |
| ''“Subject: THE LADY THAT GOT ON THE PHONE AFTER I WAS PUT ON HOLD SOUNDS LIKE THE ONE FROM THE FIRST TAPE EARLIER TODAY”''
| |
| </div>
| |