From 26454a3628872b0863a596071cc8ae5510af973c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 07:51:05 +0000 Subject: [PATCH 1/2] feat(catalog): refresh hosa (14 new, 1 updated) Merge refresh via /catalog-maintenance. Source: catalog-submissions#18 New entries: 14 Updated entries: 1 Discontinued: 0 (roster sampled, not assessed) Deferred: 434 URLs (volume-split) Auto-selected images: 44/62, 41 uploaded Co-Authored-By: Claude Opus 5 --- .changeset/import-hosa.md | 9 +++++ data/accessories/hosa-cmi-100.yaml | 22 +++++++++++ data/accessories/hosa-cmk-000au.yaml | 26 +++++++++++++ data/accessories/hosa-cmp-100.yaml | 26 +++++++++++++ data/accessories/hosa-cmp-150.yaml | 27 ++++++++++++++ data/accessories/hosa-cmp-300.yaml | 26 +++++++++++++ data/accessories/hosa-css-100.yaml | 47 ++++++++++++++++++++++++ data/accessories/hosa-css-200.yaml | 33 +++++++++++++++++ data/accessories/hosa-css-800-patch.yaml | 41 +++++++++++++++++++++ data/accessories/hosa-css-800.yaml | 39 ++++++++++++++++++++ data/accessories/hosa-hmic-000.yaml | 22 +++++++++++ data/accessories/hosa-mbl-100.yaml | 31 ++++++++++++++++ data/accessories/hosa-mcl-100.yaml | 26 +++++++++++++ data/accessories/hosa-msc-000.yaml | 41 +++++++++++++++++++++ data/accessories/hosa-ypp-111.yaml | 18 ++++++++- data/accessories/hosa-ypp-117.yaml | 22 +++++++++++ 16 files changed, 454 insertions(+), 2 deletions(-) create mode 100644 .changeset/import-hosa.md create mode 100644 data/accessories/hosa-cmi-100.yaml create mode 100644 data/accessories/hosa-cmk-000au.yaml create mode 100644 data/accessories/hosa-cmp-100.yaml create mode 100644 data/accessories/hosa-cmp-150.yaml create mode 100644 data/accessories/hosa-cmp-300.yaml create mode 100644 data/accessories/hosa-css-100.yaml create mode 100644 data/accessories/hosa-css-200.yaml create mode 100644 data/accessories/hosa-css-800-patch.yaml create mode 100644 data/accessories/hosa-css-800.yaml create mode 100644 data/accessories/hosa-hmic-000.yaml create mode 100644 data/accessories/hosa-mbl-100.yaml create mode 100644 data/accessories/hosa-mcl-100.yaml create mode 100644 data/accessories/hosa-msc-000.yaml create mode 100644 data/accessories/hosa-ypp-117.yaml diff --git a/.changeset/import-hosa.md b/.changeset/import-hosa.md new file mode 100644 index 000000000..6c245bbf7 --- /dev/null +++ b/.changeset/import-hosa.md @@ -0,0 +1,9 @@ +--- +"catalog": minor +--- + +Refresh Hosa: 14 new, 0 discontinued, 1 updated. + +Adds per-SKU entries for Hosa microphone cables, interconnects, patch +cables, snakes, Y cables and stereo breakouts, and refreshes the YPP-111 +Y-Cable with its current page copy, price and connector detail. diff --git a/data/accessories/hosa-cmi-100.yaml b/data/accessories/hosa-cmi-100.yaml new file mode 100644 index 000000000..1f9f71080 --- /dev/null +++ b/data/accessories/hosa-cmi-100.yaml @@ -0,0 +1,22 @@ +id: fjlR2d8QPnXm4cTrVdTTW +name: CMI-100 Quad Microphone Cable +manufacturer: hosa +primaryCategory: cable +url: https://hosatech.com/products/analog-audio/microphone-cables/cmi-100/ +prices: + - amount: 22.95 + currency: USD +description: Quad microphone cables come with high-quality materials and XLR + connectors with internal strain relief. +details: |- + Hosa Microphone Cables are designed to provide years of dependable service. High-quality components and world-class manufacturing combine to deliver products of exceptional value. + + The CMI-100 is a quad-conductor microphone cable terminated with Hosa XLR3F to XLR3M connectors, offered in 10 ft and 25 ft lengths. +specs: |- + - Connectors: Hosa XLR3F to XLR3M + - Conductors: 24 AWG x 4 OFC + - Shield: 90% OFC Braid + - XLR connectors with internal strain relief for rugged reliability + - Oxygen-Free Copper (OFC) conductors for enhanced signal clarity + - Hi-density OFC braided shield for superior EMI and RFI rejection + - Available lengths: 10 ft, 25 ft diff --git a/data/accessories/hosa-cmk-000au.yaml b/data/accessories/hosa-cmk-000au.yaml new file mode 100644 index 000000000..f2e69e870 --- /dev/null +++ b/data/accessories/hosa-cmk-000au.yaml @@ -0,0 +1,26 @@ +id: OpJ2qbr35ALWBlHyz6h6v +name: CMK-000AU Edge Microphone Cable +manufacturer: hosa +primaryCategory: cable +url: https://hosatech.com/products/analog-audio/microphone-cables/cmk-000au/ +prices: + - amount: 48.95 + currency: USD +description: Edge microphone cables with Neutrik connectors to provide + durability and noise-free signal transmission. +details: |- + Hosa Edge Microphone Cables are designed to provide a lifetime of outstanding performance. Genuine Neutrik connectors combine with world-class manufacturing techniques to deliver a noise-free signal transmission ideal for any stage or studio. + + The CMK-000AU is terminated with Neutrik XLR3F to XLR3M connectors and is offered in 3 ft, 5 ft, 10 ft, 15 ft, 20 ft, 25 ft, 30 ft, 50 ft, 75 ft and 100 ft lengths. +specs: |- + - Connectors: Neutrik XLR3F to XLR3M + - Conductors: 20 AWG x 2 OFC + - Shield: 95% OFC Braid + - Original Neutrik connectors for security and durability + - 20 AWG Oxygen-Free Copper (OFC) conductors for maximum signal transfer + - Low capacitance wire for crystal-clear high-frequency transmission + - Available lengths: 3 ft, 5 ft, 10 ft, 15 ft, 20 ft, 25 ft, 30 ft, 50 ft, 75 ft, 100 ft +links: + - url: https://hosatech.com/wp-content/uploads/2020/08/CMK-000AU-Specifications.pdf + type: resource + title: CMK-000AU Specifications diff --git a/data/accessories/hosa-cmp-100.yaml b/data/accessories/hosa-cmp-100.yaml new file mode 100644 index 000000000..ed3e7f9f8 --- /dev/null +++ b/data/accessories/hosa-cmp-100.yaml @@ -0,0 +1,26 @@ +id: _zzqfM8abjeghKkqG68Js +name: CMP-100 +manufacturer: hosa +primaryCategory: cable +url: https://hosatech.com/products/analog-audio/interconnect-cables/specialty-interconnects/cmp-100/ +prices: + - amount: 8.95 + currency: USD +description: Mono interconnects perfect for connecting a mixing console to + portable media devices. +details: >- + This cable is designed to apply a mono signal equally to a mini stereo phone + input. It may be used to connect a mixing console to a portable media player, + laptop, or similar device. + + + The Mono Interconnect terminates in a 1/4 in TS plug on one end and a 3.5 mm + TRS plug on the other, and is offered in 3 ft, 5 ft and 10 ft lengths. It is + listed under Hosa's Specialty Interconnects category and carries the Essential + Hosa tag. +specs: |- + - Connectors: 1/4 in TS to 3.5 mm TRS + - Nickel-plated plugs for rugged durability and efficient signal transfer + - Oxygen-Free Copper (OFC) conductors for enhanced signal clarity + - OFC spiral shield for effective EMI and RFI rejection and flexibility + - Available lengths: 3 ft, 5 ft, 10 ft diff --git a/data/accessories/hosa-cmp-150.yaml b/data/accessories/hosa-cmp-150.yaml new file mode 100644 index 000000000..52221210e --- /dev/null +++ b/data/accessories/hosa-cmp-150.yaml @@ -0,0 +1,27 @@ +id: 0u6gO7XBidD0ObQKUzuba +name: CMP-150 +manufacturer: hosa +primaryCategory: cable +url: https://hosatech.com/products/analog-audio/stereo-breakouts/hosa-breakouts/cmp-150/ +prices: + - amount: 10.95 + currency: USD +description: Stereo breakouts with connectors perfect for connecting mini stereo + phone outputs to unbalanced phone inputs. +details: >- + This cable is designed to connect an audio device with a mini stereo phone + output to pro audio gear with unbalanced phone inputs. It is ideal for + connecting a portable media player, laptop, or similar device to a mixing + console. + + + The Stereo Breakout terminates in a 3.5 mm TRS plug on one end and a pair of + 1/4 in TS plugs on the other, and is offered in 3 ft and 10 ft lengths. It is + listed under Hosa's Hosa Breakouts category and carries the Essential Hosa + tag. +specs: |- + - Connectors: 3.5 mm TRS to Dual 1/4 in TS + - Nickel-plated plugs for rugged durability and efficient signal transfer + - Oxygen-Free Copper (OFC) conductors for enhanced signal clarity + - OFC spiral shields for effective EMI and RFI rejection and flexibility + - Available lengths: 3 ft, 10 ft diff --git a/data/accessories/hosa-cmp-300.yaml b/data/accessories/hosa-cmp-300.yaml new file mode 100644 index 000000000..e1b5b02c2 --- /dev/null +++ b/data/accessories/hosa-cmp-300.yaml @@ -0,0 +1,26 @@ +id: Fei-X1H2XTOofWUNQawm2 +name: CMP-300 +manufacturer: hosa +primaryCategory: cable +url: https://hosatech.com/products/analog-audio/interconnect-cables/specialty-interconnects/cmp-300/ +prices: + - amount: 7.95 + currency: USD +description: Mono interconnects with 3.5 mm TS to 1/4 in TS connectors ideal for + use as a flash synchronization cable. +details: >- + This cable is designed to connect an electronic device with a mini mono phone + jack to an electronic device with a mono phone jack. It is ideal for use as a + flash synchronization cable. + + + The CMP-300 is listed under Hosa's Specialty Interconnects range as a Mono + Interconnect with 3.5 mm TS to 1/4 in TS connectors, and is offered in 3 ft, 5 + ft and 10 ft lengths. +specs: |- + - Connectors: 3.5 mm TS to 1/4 in TS + - Nickel-plated plugs for rugged durability and efficient signal transfer + - Oxygen-Free Copper (OFC) conductor for enhanced signal clarity + - OFC spiral shield for effective EMI and RFI rejection and flexibility + - Available lengths: 3 ft, 5 ft, 10 ft + - Lifetime warranty diff --git a/data/accessories/hosa-css-100.yaml b/data/accessories/hosa-css-100.yaml new file mode 100644 index 000000000..4b2d3fd6c --- /dev/null +++ b/data/accessories/hosa-css-100.yaml @@ -0,0 +1,47 @@ +id: oUmBOykIA05dgDIwKgv7e +name: CSS-100 +manufacturer: hosa +primaryCategory: cable +url: https://hosatech.com/products/analog-audio/interconnect-cables/single-interconnects/css-100/ +prices: + - amount: 8.95 + currency: USD + asOf: 2026-09-20 + source: official-website +description: Balanced interconnects come with connectors designed to join pro + audio gear with balanced phone jacks. +details: >- + This cable is designed to interconnect pro audio gear with balanced phone + jacks. It may also be used as a stereo interconnect. + + + Features include nickel-plated plugs for rugged durability and efficient + signal transfer, Oxygen-Free Copper (OFC) conductors for enhanced signal + clarity, and an OFC spiral shield for effective EMI and RFI rejection and + flexibility. + + + The cable is offered with Straight to Same, Straight to Right-angle, or + Right-angle to Same connectors, in lengths of 3, 5, 10, 15, and 25 ft. +specs: >- + - Connectors: 1/4 in TRS to Same + + - Nickel-plated plugs + + - Oxygen-Free Copper (OFC) conductors + + - OFC spiral shield for EMI and RFI rejection + + - Connector options: Straight to Same, Straight to Right-angle, Right-angle to + Same + + - Lengths: 3 ft, 5 ft, 10 ft, 15 ft, 25 ft + + - SKU: CSS-100 +links: + - url: https://hosatech.com/support/ + type: support + title: Hosa Support + - url: https://hosatech.com/warranty/ + type: support + title: Lifetime Warranty diff --git a/data/accessories/hosa-css-200.yaml b/data/accessories/hosa-css-200.yaml new file mode 100644 index 000000000..a8caca8b3 --- /dev/null +++ b/data/accessories/hosa-css-200.yaml @@ -0,0 +1,33 @@ +id: 6ZMMXBnYEhzT8yLgV1TBk +name: CSS-200 Stereo Interconnect +manufacturer: hosa +primaryCategory: cable +url: https://hosatech.com/products/analog-audio/interconnect-cables/dual-interconnects/css-200/ +prices: + - amount: 14.95 + currency: USD +description: Stereo interconnects with Dual 1/4 in TRS connectors to suit your + equipment needs. +details: >- + This cable is designed to interconnect gear with left and right stereo + balanced phone jacks. It is ideal for use in a variety of professional and + consumer applications. + + + Connectors are Dual 1/4 in TRS to Same, and the cable is offered in 1 m, 2 m, + 3 m and 4 m lengths under the SKUs CSS-201, CSS-202, CSS-203 and CSS-204. +specs: |- + - Nickel-plated plugs for rugged durability and efficient signal transfer + - Oxygen-Free Copper (OFC) conductors for enhanced signal clarity + - OFC spiral shields for effective EMI and RFI rejection and flexibility + - Connectors: Dual 1/4 in TRS to Same + - SKU: CSS-200 + - Available lengths: 1 m, 2 m, 3 m, 4 m + - Lifetime warranty +links: + - url: https://hosatech.com/support/ + type: resource + title: Support + - url: https://hosatech.com/warranty/ + type: resource + title: Warranty diff --git a/data/accessories/hosa-css-800-patch.yaml b/data/accessories/hosa-css-800-patch.yaml new file mode 100644 index 000000000..680f7f0fa --- /dev/null +++ b/data/accessories/hosa-css-800-patch.yaml @@ -0,0 +1,41 @@ +id: Dx2_F_EewnrJS7tIkvJkf +name: CSS-800 Balanced Patch Cable +manufacturer: hosa +primaryCategory: cable +url: https://hosatech.com/products/analog-audio/patch-cables/css-800-patch/ +prices: + - amount: 39.95 + currency: USD +description: Balanced patch cables come with 1/4 in TRS connectors ideal for + balanced phone patch bays. +details: >- + These cables are designed to interconnect pro audio gear with balanced phone + jacks. They are ideal for use with balanced phone patch bays. + + + Features include nickel-plated plugs for rugged durability and efficient + signal transfer, Oxygen-Free Copper (OFC) conductors for enhanced signal + clarity, and OFC spiral shields for effective EMI and RFI rejection and + flexibility. + + + The cables are sold in packages of 8 pc and are offered in lengths of 1 ft, + 1.5 ft, and 3 ft. +specs: |- + - Connectors: 1/4 in TRS to Same + - Conductors: 26 AWG x 2 OFC + - Shield: 85% OFC Spiral + - Quantity: 8 pc + - Nickel-plated plugs + - Lengths: 1 ft, 1.5 ft, 3 ft + - SKU: CSS-800-PATCH +links: + - url: https://hosatech.com/wp-content/uploads/2020/08/CSS-830-Specifications.pdf + type: resource + title: CSS-800 Specifications + - url: https://hosatech.com/support/ + type: resource + title: Support + - url: https://hosatech.com/warranty/ + type: resource + title: Warranty diff --git a/data/accessories/hosa-css-800.yaml b/data/accessories/hosa-css-800.yaml new file mode 100644 index 000000000..4081efee7 --- /dev/null +++ b/data/accessories/hosa-css-800.yaml @@ -0,0 +1,39 @@ +id: DsRTGRBmNl_cR9tf7FoI1 +name: CSS-800 Balanced Snake +manufacturer: hosa +primaryCategory: cable +url: https://hosatech.com/products/analog-audio/snakes/css-800/ +prices: + - amount: 48.95 + currency: USD +description: Balanced snakes come with connectors designed to join pro audio + equipment with balanced phone jacks. +details: >- + This snake is designed to interconnect pro audio gear with balanced phone + jacks. It is ideal for use with mixing consoles and patch bays. + + + Features include nickel-plated plugs for rugged durability and efficient + signal transfer, Oxygen-Free Copper (OFC) conductors for enhanced signal + clarity, and OFC spiral shields for effective EMI and RFI rejection and + flexibility. + + + Connectors are 1/4 in TRS to Same, and the snake is offered in 1 m, 2 m, 3 m, + 4 m, 5 m and 7 m lengths under the SKUs CSS-801, CSS-802, CSS-803, CSS-804, + CSS-805 and CSS-807. +specs: |- + - Nickel-plated plugs for rugged durability and efficient signal transfer + - Oxygen-Free Copper (OFC) conductors for enhanced signal clarity + - OFC spiral shields for effective EMI and RFI rejection and flexibility + - Connectors: 1/4 in TRS to Same + - SKU: CSS-800 + - Available lengths: 1 m, 2 m, 3 m, 4 m, 5 m, 7 m + - Lifetime warranty +links: + - url: https://hosatech.com/support/ + type: resource + title: Support + - url: https://hosatech.com/warranty/ + type: resource + title: Warranty diff --git a/data/accessories/hosa-hmic-000.yaml b/data/accessories/hosa-hmic-000.yaml new file mode 100644 index 000000000..4b6862a8a --- /dev/null +++ b/data/accessories/hosa-hmic-000.yaml @@ -0,0 +1,22 @@ +id: QFBa6ZZPpBeQuds8iZHFg +name: Pro Microphone Cable +manufacturer: hosa +primaryCategory: cable +categories: + - microphone +url: https://hosatech.com/products/analog-audio/microphone-cables/hmic-000/ +prices: + - amount: 16.95 + currency: USD +description: Pro microphone cables with high-quality conductors that provide a + clearer, louder signal. +details: |- + Hosa Pro Microphone Cables are engineered to deliver years of rock-solid reliability. Combining REAN connectors by Neutrik AG with world-class manufacturing techniques, they redefine what performance and value are all about. +specs: |- + - Silver-plated REAN connectors for superior signal transfer + - 20 AWG Oxygen-Free Copper (OFC) conductors for a louder, clearer signal + - 90% OFC braided shield for a higher signal to noise ratio + - Connector Brand: REAN + - Conductors: 20 AWG x 2 OFC + - Shield: 90% OFC Braid + - SKU: HMIC-000 diff --git a/data/accessories/hosa-mbl-100.yaml b/data/accessories/hosa-mbl-100.yaml new file mode 100644 index 000000000..5e02624d2 --- /dev/null +++ b/data/accessories/hosa-mbl-100.yaml @@ -0,0 +1,31 @@ +id: bHc45WKDySvyfMw_ObV7W +name: MBL-100 +manufacturer: hosa +primaryCategory: cable +url: https://hosatech.com/products/analog-audio/microphone-cables/mbl-100/ +prices: + - amount: 12.95 + currency: USD +description: The Hosa Economy Microphone Cable comes with XLR connectors with + internal strain relief to provide reliability and value. +details: >- + Hosa Economy Microphone Cables are designed to provide years of dependable + service. High-quality components and world-class manufacturing combine to + deliver products of exceptional value. + + + The cable terminates in Hosa XLR3F to XLR3M connectors with internal strain + relief, and is built on 24 AWG x 2 Oxygen-Free Copper conductors with a 76% + OFC spiral shield for EMI and RFI rejection. + + + It is offered in 5 ft, 10 ft and 25 ft lengths, listed under Hosa's Microphone + Cables category and carrying the Essential Hosa tag. +specs: |- + - Connectors: Hosa XLR3F to XLR3M + - Conductors: 24 AWG x 2 OFC + - Shield: 76% OFC Spiral + - XLR connectors with internal strain relief for rugged reliability + - Oxygen-Free Copper (OFC) conductors for enhanced signal clarity + - OFC spiral shield for effective EMI and RFI rejection + - Available lengths: 5 ft, 10 ft, 25 ft diff --git a/data/accessories/hosa-mcl-100.yaml b/data/accessories/hosa-mcl-100.yaml new file mode 100644 index 000000000..a4a0cac58 --- /dev/null +++ b/data/accessories/hosa-mcl-100.yaml @@ -0,0 +1,26 @@ +id: pAP2Ldf0fdOTaOkT2-GuI +name: MCL-100 Microphone Cable +manufacturer: hosa +primaryCategory: cable +url: https://hosatech.com/products/analog-audio/microphone-cables/mcl-100/ +prices: + - amount: 13.95 + currency: USD +description: Microphone cables with Hosa XLR3F to XLR3M connectors that provide + reliability and come in a variety of lengths. +details: |- + Hosa Microphone Cables are designed to provide years of dependable service. High-quality components and world-class manufacturing combine to deliver products of exceptional value. + + The MCL-100 is a two-conductor balanced microphone cable with Hosa connectors, offered with XLR3F to XLR3M or XLR3F to TS terminations in lengths from 3 ft to 100 ft. +specs: |- + - Connectors: Hosa XLR3F to XLR3M or XLR3F to TS + - Conductors: 22 AWG x 2 OFC + - Shield: 88% OFC Braid + - XLR connectors with internal strain relief for rugged reliability + - Oxygen-Free Copper (OFC) conductors for enhanced signal clarity + - Hi-density OFC braided shield for superior EMI and RFI rejection + - Available lengths: 3 ft, 5 ft, 10 ft, 15 ft, 20 ft, 25 ft, 30 ft, 50 ft, 100 ft +links: + - url: https://hosatech.com/wp-content/uploads/2020/08/MCL-100-Specifications.pdf + type: resource + title: MCL-100 Specifications diff --git a/data/accessories/hosa-msc-000.yaml b/data/accessories/hosa-msc-000.yaml new file mode 100644 index 000000000..eb4f42e6f --- /dev/null +++ b/data/accessories/hosa-msc-000.yaml @@ -0,0 +1,41 @@ +id: iYkhaR36PuTGIgPMG8rXb +name: MSC-000 +manufacturer: hosa +primaryCategory: cable +categories: + - microphone +url: https://hosatech.com/products/analog-audio/microphone-cables/msc-000/ +prices: + - amount: 35.95 + currency: USD +description: Microphone cables with Switchcraft XLR3F to XLR3M connectors that + come in a variety of lengths. +details: >- + Hosa Microphone Cables are designed to provide years of dependable service. + High-quality components and world-class manufacturing combine to deliver + products of exceptional value. + + + This cable terminates in Switchcraft XLR3F and XLR3M connectors with internal + strain relief, and is built around 20 AWG x 2 Oxygen-Free Copper conductors + under a 95% OFC braided shield. + + + It is listed under Hosa's Microphone Cables category, carries the Essential + Hosa tag, and is offered in 3 ft, 5 ft, 10 ft, 15 ft, 20 ft, 25 ft, 30 ft, 50 + ft, 75 ft and 100 ft lengths. +specs: >- + - Connectors: Switchcraft XLR3F to XLR3M + + - Conductors: 20 AWG x 2 OFC + + - Shield: 95% OFC Braid + + - XLR connectors with internal strain relief for rugged reliability + + - Oxygen-Free Copper (OFC) conductors for enhanced signal clarity + + - Hi-density OFC braided shield for superior EMI and RFI rejection + + - Available lengths: 3 ft, 5 ft, 10 ft, 15 ft, 20 ft, 25 ft, 30 ft, 50 ft, 75 + ft, 100 ft diff --git a/data/accessories/hosa-ypp-111.yaml b/data/accessories/hosa-ypp-111.yaml index 5ca1a209f..4c56d661c 100644 --- a/data/accessories/hosa-ypp-111.yaml +++ b/data/accessories/hosa-ypp-111.yaml @@ -2,5 +2,19 @@ id: uT5YVfV00eTkqMH1a1V_3 name: YPP-111 Y-Cable manufacturer: hosa primaryCategory: cable -description: Stereo Y-cable with dual quarter-inch TRS connectors for splitting - headphone or insert signals. +url: https://hosatech.com/products/analog-audio/y-cables/ypp-111/ +prices: + - amount: 8.95 + currency: USD +description: Y cables with 1/4 in TS to dual 1/4 in TSF connectors made to + duplicate a mono signal. +details: >- + This cable is designed to duplicate a mono signal. + + + The YPP-111 terminates in a 1/4 in TS plug on one end and splits to dual 1/4 + in TSF jacks on the other. It is listed under Hosa's Y Cables category and + carries the Essential Hosa tag. +specs: |- + - Connectors: 1/4 in TS to Dual 1/4 in TSF + - Splits a mono signal to two destinations diff --git a/data/accessories/hosa-ypp-117.yaml b/data/accessories/hosa-ypp-117.yaml new file mode 100644 index 000000000..503917a27 --- /dev/null +++ b/data/accessories/hosa-ypp-117.yaml @@ -0,0 +1,22 @@ +id: 5BUgQAmtA4cl3TX9s_XSe +name: YPP-117 Stereo Breakout +manufacturer: hosa +primaryCategory: cable +url: https://hosatech.com/products/analog-audio/stereo-breakouts/hosa-breakouts/ypp-117/ +prices: + - amount: 10.95 + currency: USD +description: Stereo breakouts come with 1/4 in TRS to dual 1/4 in TSF connectors + designed to split a stereo signal. +details: >- + This cable is designed to split a stereo signal. Black- and red-coded mono + phone jacks indicate left and right respectively. It may also be used to adapt + a stereo cable with mono phone plugs to a stereo phone jack. + + + The Stereo Breakout terminates in a 1/4 in TRS plug on one end and dual 1/4 in + TSF jacks on the other. It is listed under Hosa's Hosa Breakouts category and + carries the Essential Hosa tag. +specs: |- + - Connectors: 1/4 in TRS to Dual 1/4 in TSF + - Black- and red-coded mono phone jacks indicate left and right respectively From 373e1794151eb46ae7ce3035fcf4eaacbdd95d1c Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 20 Sep 2026 13:42:15 +0000 Subject: [PATCH 2/2] fix(data): apply CodeRabbit review feedback on hosa Cycle 1 of /resolve-catalog-pr. Convert every folded `details`/`specs` scalar in this import to the required `|-` literal form, unfolding each paragraph onto one line so the stored text is byte-identical to before. Name MBL-100 by its product name as well as its SKU, matching the sibling Hosa entries. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_014AqnC1QuAo71AkWar7mrFY --- data/accessories/hosa-cmp-100.yaml | 12 +++-------- data/accessories/hosa-cmp-150.yaml | 13 +++--------- data/accessories/hosa-cmp-300.yaml | 11 +++------- data/accessories/hosa-css-100.yaml | 26 ++++++----------------- data/accessories/hosa-css-200.yaml | 10 +++------ data/accessories/hosa-css-800-patch.yaml | 15 ++++--------- data/accessories/hosa-css-800.yaml | 16 ++++---------- data/accessories/hosa-mbl-100.yaml | 17 +++++---------- data/accessories/hosa-msc-000.yaml | 27 ++++++------------------ data/accessories/hosa-ypp-111.yaml | 7 ++---- data/accessories/hosa-ypp-117.yaml | 11 +++------- 11 files changed, 42 insertions(+), 123 deletions(-) diff --git a/data/accessories/hosa-cmp-100.yaml b/data/accessories/hosa-cmp-100.yaml index ed3e7f9f8..19b436030 100644 --- a/data/accessories/hosa-cmp-100.yaml +++ b/data/accessories/hosa-cmp-100.yaml @@ -8,16 +8,10 @@ prices: currency: USD description: Mono interconnects perfect for connecting a mixing console to portable media devices. -details: >- - This cable is designed to apply a mono signal equally to a mini stereo phone - input. It may be used to connect a mixing console to a portable media player, - laptop, or similar device. +details: |- + This cable is designed to apply a mono signal equally to a mini stereo phone input. It may be used to connect a mixing console to a portable media player, laptop, or similar device. - - The Mono Interconnect terminates in a 1/4 in TS plug on one end and a 3.5 mm - TRS plug on the other, and is offered in 3 ft, 5 ft and 10 ft lengths. It is - listed under Hosa's Specialty Interconnects category and carries the Essential - Hosa tag. + The Mono Interconnect terminates in a 1/4 in TS plug on one end and a 3.5 mm TRS plug on the other, and is offered in 3 ft, 5 ft and 10 ft lengths. It is listed under Hosa's Specialty Interconnects category and carries the Essential Hosa tag. specs: |- - Connectors: 1/4 in TS to 3.5 mm TRS - Nickel-plated plugs for rugged durability and efficient signal transfer diff --git a/data/accessories/hosa-cmp-150.yaml b/data/accessories/hosa-cmp-150.yaml index 52221210e..1dcc9d2e0 100644 --- a/data/accessories/hosa-cmp-150.yaml +++ b/data/accessories/hosa-cmp-150.yaml @@ -8,17 +8,10 @@ prices: currency: USD description: Stereo breakouts with connectors perfect for connecting mini stereo phone outputs to unbalanced phone inputs. -details: >- - This cable is designed to connect an audio device with a mini stereo phone - output to pro audio gear with unbalanced phone inputs. It is ideal for - connecting a portable media player, laptop, or similar device to a mixing - console. +details: |- + This cable is designed to connect an audio device with a mini stereo phone output to pro audio gear with unbalanced phone inputs. It is ideal for connecting a portable media player, laptop, or similar device to a mixing console. - - The Stereo Breakout terminates in a 3.5 mm TRS plug on one end and a pair of - 1/4 in TS plugs on the other, and is offered in 3 ft and 10 ft lengths. It is - listed under Hosa's Hosa Breakouts category and carries the Essential Hosa - tag. + The Stereo Breakout terminates in a 3.5 mm TRS plug on one end and a pair of 1/4 in TS plugs on the other, and is offered in 3 ft and 10 ft lengths. It is listed under Hosa's Hosa Breakouts category and carries the Essential Hosa tag. specs: |- - Connectors: 3.5 mm TRS to Dual 1/4 in TS - Nickel-plated plugs for rugged durability and efficient signal transfer diff --git a/data/accessories/hosa-cmp-300.yaml b/data/accessories/hosa-cmp-300.yaml index e1b5b02c2..b339d6502 100644 --- a/data/accessories/hosa-cmp-300.yaml +++ b/data/accessories/hosa-cmp-300.yaml @@ -8,15 +8,10 @@ prices: currency: USD description: Mono interconnects with 3.5 mm TS to 1/4 in TS connectors ideal for use as a flash synchronization cable. -details: >- - This cable is designed to connect an electronic device with a mini mono phone - jack to an electronic device with a mono phone jack. It is ideal for use as a - flash synchronization cable. +details: |- + This cable is designed to connect an electronic device with a mini mono phone jack to an electronic device with a mono phone jack. It is ideal for use as a flash synchronization cable. - - The CMP-300 is listed under Hosa's Specialty Interconnects range as a Mono - Interconnect with 3.5 mm TS to 1/4 in TS connectors, and is offered in 3 ft, 5 - ft and 10 ft lengths. + The CMP-300 is listed under Hosa's Specialty Interconnects range as a Mono Interconnect with 3.5 mm TS to 1/4 in TS connectors, and is offered in 3 ft, 5 ft and 10 ft lengths. specs: |- - Connectors: 3.5 mm TS to 1/4 in TS - Nickel-plated plugs for rugged durability and efficient signal transfer diff --git a/data/accessories/hosa-css-100.yaml b/data/accessories/hosa-css-100.yaml index 4b2d3fd6c..fff36f5b5 100644 --- a/data/accessories/hosa-css-100.yaml +++ b/data/accessories/hosa-css-100.yaml @@ -10,33 +10,19 @@ prices: source: official-website description: Balanced interconnects come with connectors designed to join pro audio gear with balanced phone jacks. -details: >- - This cable is designed to interconnect pro audio gear with balanced phone - jacks. It may also be used as a stereo interconnect. +details: |- + This cable is designed to interconnect pro audio gear with balanced phone jacks. It may also be used as a stereo interconnect. + Features include nickel-plated plugs for rugged durability and efficient signal transfer, Oxygen-Free Copper (OFC) conductors for enhanced signal clarity, and an OFC spiral shield for effective EMI and RFI rejection and flexibility. - Features include nickel-plated plugs for rugged durability and efficient - signal transfer, Oxygen-Free Copper (OFC) conductors for enhanced signal - clarity, and an OFC spiral shield for effective EMI and RFI rejection and - flexibility. - - - The cable is offered with Straight to Same, Straight to Right-angle, or - Right-angle to Same connectors, in lengths of 3, 5, 10, 15, and 25 ft. -specs: >- + The cable is offered with Straight to Same, Straight to Right-angle, or Right-angle to Same connectors, in lengths of 3, 5, 10, 15, and 25 ft. +specs: |- - Connectors: 1/4 in TRS to Same - - Nickel-plated plugs - - Oxygen-Free Copper (OFC) conductors - - OFC spiral shield for EMI and RFI rejection - - - Connector options: Straight to Same, Straight to Right-angle, Right-angle to - Same - + - Connector options: Straight to Same, Straight to Right-angle, Right-angle to Same - Lengths: 3 ft, 5 ft, 10 ft, 15 ft, 25 ft - - SKU: CSS-100 links: - url: https://hosatech.com/support/ diff --git a/data/accessories/hosa-css-200.yaml b/data/accessories/hosa-css-200.yaml index a8caca8b3..9039f7a95 100644 --- a/data/accessories/hosa-css-200.yaml +++ b/data/accessories/hosa-css-200.yaml @@ -8,14 +8,10 @@ prices: currency: USD description: Stereo interconnects with Dual 1/4 in TRS connectors to suit your equipment needs. -details: >- - This cable is designed to interconnect gear with left and right stereo - balanced phone jacks. It is ideal for use in a variety of professional and - consumer applications. +details: |- + This cable is designed to interconnect gear with left and right stereo balanced phone jacks. It is ideal for use in a variety of professional and consumer applications. - - Connectors are Dual 1/4 in TRS to Same, and the cable is offered in 1 m, 2 m, - 3 m and 4 m lengths under the SKUs CSS-201, CSS-202, CSS-203 and CSS-204. + Connectors are Dual 1/4 in TRS to Same, and the cable is offered in 1 m, 2 m, 3 m and 4 m lengths under the SKUs CSS-201, CSS-202, CSS-203 and CSS-204. specs: |- - Nickel-plated plugs for rugged durability and efficient signal transfer - Oxygen-Free Copper (OFC) conductors for enhanced signal clarity diff --git a/data/accessories/hosa-css-800-patch.yaml b/data/accessories/hosa-css-800-patch.yaml index 680f7f0fa..abece390c 100644 --- a/data/accessories/hosa-css-800-patch.yaml +++ b/data/accessories/hosa-css-800-patch.yaml @@ -8,19 +8,12 @@ prices: currency: USD description: Balanced patch cables come with 1/4 in TRS connectors ideal for balanced phone patch bays. -details: >- - These cables are designed to interconnect pro audio gear with balanced phone - jacks. They are ideal for use with balanced phone patch bays. +details: |- + These cables are designed to interconnect pro audio gear with balanced phone jacks. They are ideal for use with balanced phone patch bays. + Features include nickel-plated plugs for rugged durability and efficient signal transfer, Oxygen-Free Copper (OFC) conductors for enhanced signal clarity, and OFC spiral shields for effective EMI and RFI rejection and flexibility. - Features include nickel-plated plugs for rugged durability and efficient - signal transfer, Oxygen-Free Copper (OFC) conductors for enhanced signal - clarity, and OFC spiral shields for effective EMI and RFI rejection and - flexibility. - - - The cables are sold in packages of 8 pc and are offered in lengths of 1 ft, - 1.5 ft, and 3 ft. + The cables are sold in packages of 8 pc and are offered in lengths of 1 ft, 1.5 ft, and 3 ft. specs: |- - Connectors: 1/4 in TRS to Same - Conductors: 26 AWG x 2 OFC diff --git a/data/accessories/hosa-css-800.yaml b/data/accessories/hosa-css-800.yaml index 4081efee7..316c0ca43 100644 --- a/data/accessories/hosa-css-800.yaml +++ b/data/accessories/hosa-css-800.yaml @@ -8,20 +8,12 @@ prices: currency: USD description: Balanced snakes come with connectors designed to join pro audio equipment with balanced phone jacks. -details: >- - This snake is designed to interconnect pro audio gear with balanced phone - jacks. It is ideal for use with mixing consoles and patch bays. +details: |- + This snake is designed to interconnect pro audio gear with balanced phone jacks. It is ideal for use with mixing consoles and patch bays. + Features include nickel-plated plugs for rugged durability and efficient signal transfer, Oxygen-Free Copper (OFC) conductors for enhanced signal clarity, and OFC spiral shields for effective EMI and RFI rejection and flexibility. - Features include nickel-plated plugs for rugged durability and efficient - signal transfer, Oxygen-Free Copper (OFC) conductors for enhanced signal - clarity, and OFC spiral shields for effective EMI and RFI rejection and - flexibility. - - - Connectors are 1/4 in TRS to Same, and the snake is offered in 1 m, 2 m, 3 m, - 4 m, 5 m and 7 m lengths under the SKUs CSS-801, CSS-802, CSS-803, CSS-804, - CSS-805 and CSS-807. + Connectors are 1/4 in TRS to Same, and the snake is offered in 1 m, 2 m, 3 m, 4 m, 5 m and 7 m lengths under the SKUs CSS-801, CSS-802, CSS-803, CSS-804, CSS-805 and CSS-807. specs: |- - Nickel-plated plugs for rugged durability and efficient signal transfer - Oxygen-Free Copper (OFC) conductors for enhanced signal clarity diff --git a/data/accessories/hosa-mbl-100.yaml b/data/accessories/hosa-mbl-100.yaml index 5e02624d2..e0e130ae6 100644 --- a/data/accessories/hosa-mbl-100.yaml +++ b/data/accessories/hosa-mbl-100.yaml @@ -1,5 +1,5 @@ id: bHc45WKDySvyfMw_ObV7W -name: MBL-100 +name: MBL-100 Economy Microphone Cable manufacturer: hosa primaryCategory: cable url: https://hosatech.com/products/analog-audio/microphone-cables/mbl-100/ @@ -8,19 +8,12 @@ prices: currency: USD description: The Hosa Economy Microphone Cable comes with XLR connectors with internal strain relief to provide reliability and value. -details: >- - Hosa Economy Microphone Cables are designed to provide years of dependable - service. High-quality components and world-class manufacturing combine to - deliver products of exceptional value. +details: |- + Hosa Economy Microphone Cables are designed to provide years of dependable service. High-quality components and world-class manufacturing combine to deliver products of exceptional value. + The cable terminates in Hosa XLR3F to XLR3M connectors with internal strain relief, and is built on 24 AWG x 2 Oxygen-Free Copper conductors with a 76% OFC spiral shield for EMI and RFI rejection. - The cable terminates in Hosa XLR3F to XLR3M connectors with internal strain - relief, and is built on 24 AWG x 2 Oxygen-Free Copper conductors with a 76% - OFC spiral shield for EMI and RFI rejection. - - - It is offered in 5 ft, 10 ft and 25 ft lengths, listed under Hosa's Microphone - Cables category and carrying the Essential Hosa tag. + It is offered in 5 ft, 10 ft and 25 ft lengths, listed under Hosa's Microphone Cables category and carrying the Essential Hosa tag. specs: |- - Connectors: Hosa XLR3F to XLR3M - Conductors: 24 AWG x 2 OFC diff --git a/data/accessories/hosa-msc-000.yaml b/data/accessories/hosa-msc-000.yaml index eb4f42e6f..00e7dff09 100644 --- a/data/accessories/hosa-msc-000.yaml +++ b/data/accessories/hosa-msc-000.yaml @@ -10,32 +10,17 @@ prices: currency: USD description: Microphone cables with Switchcraft XLR3F to XLR3M connectors that come in a variety of lengths. -details: >- - Hosa Microphone Cables are designed to provide years of dependable service. - High-quality components and world-class manufacturing combine to deliver - products of exceptional value. +details: |- + Hosa Microphone Cables are designed to provide years of dependable service. High-quality components and world-class manufacturing combine to deliver products of exceptional value. + This cable terminates in Switchcraft XLR3F and XLR3M connectors with internal strain relief, and is built around 20 AWG x 2 Oxygen-Free Copper conductors under a 95% OFC braided shield. - This cable terminates in Switchcraft XLR3F and XLR3M connectors with internal - strain relief, and is built around 20 AWG x 2 Oxygen-Free Copper conductors - under a 95% OFC braided shield. - - - It is listed under Hosa's Microphone Cables category, carries the Essential - Hosa tag, and is offered in 3 ft, 5 ft, 10 ft, 15 ft, 20 ft, 25 ft, 30 ft, 50 - ft, 75 ft and 100 ft lengths. -specs: >- + It is listed under Hosa's Microphone Cables category, carries the Essential Hosa tag, and is offered in 3 ft, 5 ft, 10 ft, 15 ft, 20 ft, 25 ft, 30 ft, 50 ft, 75 ft and 100 ft lengths. +specs: |- - Connectors: Switchcraft XLR3F to XLR3M - - Conductors: 20 AWG x 2 OFC - - Shield: 95% OFC Braid - - XLR connectors with internal strain relief for rugged reliability - - Oxygen-Free Copper (OFC) conductors for enhanced signal clarity - - Hi-density OFC braided shield for superior EMI and RFI rejection - - - Available lengths: 3 ft, 5 ft, 10 ft, 15 ft, 20 ft, 25 ft, 30 ft, 50 ft, 75 - ft, 100 ft + - Available lengths: 3 ft, 5 ft, 10 ft, 15 ft, 20 ft, 25 ft, 30 ft, 50 ft, 75 ft, 100 ft diff --git a/data/accessories/hosa-ypp-111.yaml b/data/accessories/hosa-ypp-111.yaml index 4c56d661c..e35dd55fb 100644 --- a/data/accessories/hosa-ypp-111.yaml +++ b/data/accessories/hosa-ypp-111.yaml @@ -8,13 +8,10 @@ prices: currency: USD description: Y cables with 1/4 in TS to dual 1/4 in TSF connectors made to duplicate a mono signal. -details: >- +details: |- This cable is designed to duplicate a mono signal. - - The YPP-111 terminates in a 1/4 in TS plug on one end and splits to dual 1/4 - in TSF jacks on the other. It is listed under Hosa's Y Cables category and - carries the Essential Hosa tag. + The YPP-111 terminates in a 1/4 in TS plug on one end and splits to dual 1/4 in TSF jacks on the other. It is listed under Hosa's Y Cables category and carries the Essential Hosa tag. specs: |- - Connectors: 1/4 in TS to Dual 1/4 in TSF - Splits a mono signal to two destinations diff --git a/data/accessories/hosa-ypp-117.yaml b/data/accessories/hosa-ypp-117.yaml index 503917a27..c93aff45c 100644 --- a/data/accessories/hosa-ypp-117.yaml +++ b/data/accessories/hosa-ypp-117.yaml @@ -8,15 +8,10 @@ prices: currency: USD description: Stereo breakouts come with 1/4 in TRS to dual 1/4 in TSF connectors designed to split a stereo signal. -details: >- - This cable is designed to split a stereo signal. Black- and red-coded mono - phone jacks indicate left and right respectively. It may also be used to adapt - a stereo cable with mono phone plugs to a stereo phone jack. +details: |- + This cable is designed to split a stereo signal. Black- and red-coded mono phone jacks indicate left and right respectively. It may also be used to adapt a stereo cable with mono phone plugs to a stereo phone jack. - - The Stereo Breakout terminates in a 1/4 in TRS plug on one end and dual 1/4 in - TSF jacks on the other. It is listed under Hosa's Hosa Breakouts category and - carries the Essential Hosa tag. + The Stereo Breakout terminates in a 1/4 in TRS plug on one end and dual 1/4 in TSF jacks on the other. It is listed under Hosa's Hosa Breakouts category and carries the Essential Hosa tag. specs: |- - Connectors: 1/4 in TRS to Dual 1/4 in TSF - Black- and red-coded mono phone jacks indicate left and right respectively