Try to repair Problem with Images fastxl2024#1
Changed hacs-json
New Folder
de: {
album_label: 'Album',
artist_label: 'Künstler',
close_button: 'Schließen',
dropdown_label_media_player: 'Wählen Sie einen Media Player',
error_fetching: 'Beim Abrufen der Ergebnisse ist ein Fehler aufgetreten.',
library_only_label: 'Lokale Bibliothek',
media_type: 'Medientyp',
no_results: 'Keine Ergebnisse gefunden.',
playing_media: 'Abgespielte Medien:',
playlist_label: 'Wiedergabeliste',
popup_title: 'Suchergebnisse für:',
radio_label: 'Radio',
results_label: 'Anzahl der Ergebnisse',
search_button: 'Suche',
search_placeholder: 'Geben Sie hier Ihren Suchbegriff ein...',
select_media_type: 'Medientyp auswählen',
title_text: 'in Music Assistant suchen',
track_label: 'Titel',
unknown_artist: 'Unbekannter Künstler',
unknown_duration: 'Unbekannte Dauer',
error_media_player: 'Keine Media Player verfügbar',
},line: 747
noResults.textContent = 'No results found.';
noResults.textContent = t.no_results;line: 753
closeButton.textContent = 'Close';
closeButton.textContent = t.close_button;line: 834
noOption.textContent = 'Geen mediaplayers beschikbaar';
noOption.textContent = t.error_media_player;##New Translation needed: suggestion error_media_player: 'Keine Media Player verfügbar',
The Mass Search Card is an advanced search card for Home Assistant, designed to simplify interaction with Music Assistant. This card allows you to effortlessly search for artists, tracks, albums, playlists, and radio stations and play them on your selected media players. Click on the magnifying glass in the input bar to search for your item, after you select a media_player en media type.
- Supports searching for artists, tracks, albums, playlists, and radio stations.
- Dynamic dropdown selection for media players and media types.
- Popup display for search results with detailed information.
- Multi-language support (English, Dutch, Czech and Swedish).
- Easy integration with Music Assistant.
- Ensure HACS is installed in your Home Assistant setup.
- Add this repository via HACS:
- Go to HACS > Integrations and click on +.
- Add the GitHub URL of this repository. (https://github.com/fastxl2024/mass-search-card.git)
- Search for
Mass Search Cardand install the card. - Add the following line to your
Lovelaceresources:resources: - url: /hacsfiles/mass-search-card/mass-search-card.js type: module
- Download the mass-search-card.js file from this repository.
- Place the file in the /www folder of your Home Assistant configuration.
- Add the following line to your Lovelace resources:
resources: - url: /local/mass-search-card.js type: module
type: custom:mass-search-card
language: enOptional Configuration:
language: Set the language of the card. Supported languages: cz, en, nl, sv.
Default: enFeel free to add some languages!
Known bugs:
- scaling of card
- no "icon" when item is in library

