Skip to content

Latest commit

 

History

History
136 lines (91 loc) · 5.65 KB

File metadata and controls

136 lines (91 loc) · 5.65 KB

🎉 PodcastSync v0.1.0 - Version Initiale / Initial Release

Français 🇫🇷

Première version publique de PodcastSync - une application de bureau moderne et multiplateforme pour télécharger et gérer automatiquement les épisodes de podcasts à partir de flux RSS.

✨ Fonctionnalités

  • 📥 Téléchargements Automatiques : Abonnez-vous aux flux RSS de podcasts et téléchargez automatiquement les nouveaux épisodes
  • 🎵 Support Multi-Qualité : Choisissez entre différentes qualités audio/vidéo lorsque disponible
  • Gestion Intelligente de la File : Téléchargements concurrents avec limites configurables
  • 📊 Gestion des Abonnements : Activez/désactivez les flux, vérifiez manuellement les nouveaux épisodes
  • 🔄 Rafraîchissement Automatique : Vérification automatique des flux toutes les 30 minutes
  • Vérification des Épisodes : Vérifiez les fichiers téléchargés et relancez les téléchargements échoués
  • 🔔 Notifications de Mise à Jour : Vérification automatique des mises à jour au démarrage et toutes les 6 heures
  • 🌍 Bilingue : Support complet du français et de l'anglais
  • 🎨 Interface Moderne : Interface claire et réactive avec mode sombre

📦 Installation

macOS (Apple Silicon)

  1. Téléchargez PodcastSync_0.1.0_aarch64.dmg
  2. Ouvrez le fichier DMG
  3. Glissez PodcastSync dans votre dossier Applications
  4. Important : Faites un clic droit sur l'app et sélectionnez "Ouvrir" (voir Avertissement de Sécurité)

Windows

  1. Téléchargez PodcastSync_0.1.0_x64-setup.exe
  2. Exécutez l'installateur
  3. Important : Cliquez sur "Informations complémentaires" puis "Exécuter quand même" si Windows Defender apparaît

⚠️ Avertissement de Sécurité

Cette version N'EST PAS signée numériquement. Votre système d'exploitation affichera des avertissements de sécurité :

  • macOS : "PodcastSync ne peut pas être ouvert car le développeur ne peut pas être vérifié"

    • Contournement : Clic droit → Ouvrir → Cliquer sur "Ouvrir" dans la fenêtre
    • Ou : Réglages Système → Confidentialité et Sécurité → Cliquer sur "Ouvrir quand même"
  • Windows : "Windows a protégé votre PC"

    • Contournement : Cliquer sur "Informations complémentaires" → "Exécuter quand même"

Téléchargez uniquement depuis les Releases officielles GitHub pour garantir l'authenticité de l'application.

🚀 Démarrage Rapide

  1. Lancez PodcastSync
  2. Cliquez sur "Ajouter un abonnement" et entrez l'URL d'un flux RSS de podcast
  3. Les épisodes commenceront automatiquement à se télécharger dans votre dossier configuré
  4. Gérez vos abonnements, vérifiez les mises à jour et suivez les téléchargements depuis l'interface

📝 Détails Techniques

  • Frontend : React 18 + TypeScript + Vite
  • Backend : Rust + Tauri 1.5
  • Base de données : SQLite
  • Plateformes : macOS (Apple Silicon), Windows (x64)

🙏 Crédits

Développé avec ❤️ par Lumy Radio


English 🇬🇧

First public release of PodcastSync - a modern, cross-platform desktop application for automatically downloading and managing podcast episodes from RSS feeds.

✨ Features

  • 📥 Automatic Downloads: Subscribe to podcast RSS feeds and automatically download new episodes
  • 🎵 Multi-Quality Support: Choose between different audio/video qualities when available
  • Smart Queue Management: Concurrent downloads with configurable limits
  • 📊 Subscription Management: Enable/disable feeds, check manually for new episodes
  • 🔄 Auto-Refresh: Automatic feed checking every 30 minutes
  • Episode Verification: Verify downloaded files and retry failed downloads
  • 🔔 Update Notifications: Automatic update checking on startup and every 6 hours
  • 🌍 Bilingual: Full support for French and English
  • 🎨 Modern UI: Clean, responsive interface with dark mode support

📦 Installation

macOS (Apple Silicon)

  1. Download PodcastSync_0.1.0_aarch64.dmg
  2. Open the DMG file
  3. Drag PodcastSync to your Applications folder
  4. Important: Right-click the app and select "Open" (see Security Warning)

Windows

  1. Download PodcastSync_0.1.0_x64-setup.exe
  2. Run the installer
  3. Important: Click "More info" then "Run anyway" if Windows Defender appears

⚠️ Security Warning

This release is NOT code-signed. Your operating system will show security warnings:

  • macOS: "PodcastSync cannot be opened because the developer cannot be verified"

    • Bypass: Right-click → Open → Click "Open" in the dialog
    • Or: System Settings → Privacy & Security → Click "Open Anyway"
  • Windows: "Windows protected your PC"

    • Bypass: Click "More info" → "Run anyway"

Only download from official GitHub Releases to ensure you're getting the legitimate application.

🚀 Getting Started

  1. Launch PodcastSync
  2. Click "Add Subscription" and enter a podcast RSS feed URL
  3. Episodes will automatically start downloading to your configured folder
  4. Manage subscriptions, check for updates, and monitor downloads from the UI

📝 Technical Details

  • Frontend: React 18 + TypeScript + Vite
  • Backend: Rust + Tauri 1.5
  • Database: SQLite
  • Platforms: macOS (Apple Silicon), Windows (x64)

🙏 Credits

Developed with ❤️ by Lumy Radio


📚 Documentation

  • README - User guide and features
  • RELEASE - Release process documentation

Full Changelog: Initial release