You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each `<station>` element can contain the following attributes:
46
+
47
+
-**`uuid`** (optional): Unique identifier from the radio-browser.info API
48
+
-**`name`** (optional): Human-readable station name
49
+
-**`url`** (optional): Stream URL for the radio station
50
+
-**`favicon`** (optional): URL to the station's favicon image
51
+
52
+
**Note:** Either `uuid` or `url` must be present for a station entry to be valid. The `uuid` is used as the primary key when available, with `url` as fallback.
53
+
54
+
### File Operations
55
+
56
+
- The file is automatically created when you add your first favorite station
57
+
- Favorites are saved atomically using a temporary file and rename operation
58
+
- The file can be manually edited - changes will be loaded when the application starts
0 commit comments