Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .changeset/marantz-antenna-and-archive-url.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
"catalog": patch
---

Name the Marantz FM antenna connector and point a retired entry at its own page

Five Marantz receivers and processors recorded their FM antenna jack as
`proprietary`, which said the connector had no standard name. It has
one: the threaded 75 ohm coaxial F connector, read off the NR1711's own
rear-panel photograph and confirmed by the F-plug on the supplied indoor
antenna in each owner's manual. `f-type` joins the connection
vocabulary and the five entries use it, so a reader can tell this jack
from the AM spring terminal beside it.

The M-CR612's `url` pointed at the live-catalogue path, which answers
200 only by redirecting to the archive path. Marantz moves a product's
path rather than its id when it retires one, so the entry now names the
page that serves it directly. It was the only retired Marantz entry
still carrying the pre-archive path.
2 changes: 1 addition & 1 deletion data/hardware/marantz-av8805a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ io:
signalFlow: input
category: digital
type: rf
connection: proprietary
connection: f-type
maxConnections: 1
position: Right
- key: bd0mpPpW
Expand Down
2 changes: 1 addition & 1 deletion data/hardware/marantz-cinema-30.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ io:
signalFlow: input
category: digital
type: rf
connection: proprietary
connection: f-type
maxConnections: 1
position: Right
- key: mqC9hY7s
Expand Down
2 changes: 1 addition & 1 deletion data/hardware/marantz-m-cr612.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ primaryCategory: amplifier
categories:
- other
- discontinued
url: https://www.marantz.com/en-us/product/network-audio-players/m-cr612/137273.html
url: https://www.marantz.com/en-us/product/archive-network-audio-players/m-cr612/137273.html
prices:
- amount: 650
currency: USD
Expand Down
2 changes: 1 addition & 1 deletion data/hardware/marantz-nr1711.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ io:
signalFlow: input
category: digital
type: rf
connection: proprietary
connection: f-type
maxConnections: 1
position: Right
- key: ZrEu4IsB
Expand Down
2 changes: 1 addition & 1 deletion data/hardware/marantz-sr6015.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ io:
signalFlow: input
category: digital
type: rf
connection: proprietary
connection: f-type
maxConnections: 1
position: Right
- key: F2JKAYnu
Expand Down
2 changes: 1 addition & 1 deletion data/hardware/marantz-sr7015.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ io:
signalFlow: input
category: digital
type: rf
connection: proprietary
connection: f-type
maxConnections: 1
position: Right
- key: Ttbo0Rjo
Expand Down
1 change: 1 addition & 0 deletions schema/CONTEXT.md
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,7 @@ rear-panel diagram — assign them with `pnpm enrich-io <slug>`, not during bulk
- `thunderbolt 3`
- `toslink`
- `bnc`
- `f-type`
- `firewire 400`
- `ethernet`
- `ethercon`
Expand Down
1 change: 1 addition & 0 deletions schema/io-connections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ connections:
- thunderbolt 3
- toslink
- bnc
- f-type # threaded 75 ohm coaxial (FM/TV antenna and cable inputs)
- firewire 400
- ethernet
- ethercon # locking Neutrik ethernet (e.g. SLink/gigaACE/Dante ports)
Expand Down
Loading