mirror of
https://github.com/Dvorinka/PlexSync.git
synced 2026-06-03 20:12:57 +00:00
update
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "Installing required Python packages..."
|
||||||
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo "Starting Plex Playlist Sync Web Interface..."
|
||||||
|
python3 app.py
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
read -p "Press Enter to continue..."
|
||||||
@@ -8,6 +8,40 @@
|
|||||||
<p class="lead">Sync your Spotify playlists with Plex Music Library</p>
|
<p class="lead">Sync your Spotify playlists with Plex Music Library</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="card shadow-sm border-info mb-4">
|
||||||
|
<div class="card-header bg-info text-white">
|
||||||
|
<h3 class="h5 mb-0"><i class="bi bi-magic me-2"></i>Get High Quality Music with SpotiFLAC</h3>
|
||||||
|
</div>
|
||||||
|
<div class="card-body">
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-4 text-center mb-3 mb-md-0">
|
||||||
|
<a href="https://github.com/afkarxyz/SpotiFLAC" target="_blank" rel="noopener noreferrer">
|
||||||
|
<img src="https://raw.githubusercontent.com/afkarxyz/SpotiFLAC/main/screenshot.png"
|
||||||
|
alt="SpotiFLAC Screenshot"
|
||||||
|
class="img-fluid rounded shadow-sm"
|
||||||
|
style="max-height: 200px;"
|
||||||
|
onerror="this.src='https://via.placeholder.com/300x200?text=SpotiFLAC'; this.onerror=null;">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-8">
|
||||||
|
<h5 class="card-title">Download Spotify Playlists in Maximum Quality</h5>
|
||||||
|
<p class="card-text">
|
||||||
|
<a href="https://github.com/afkarxyz/SpotiFLAC" target="_blank" rel="noopener noreferrer" class="fw-bold">SpotiFLAC</a>
|
||||||
|
lets you download your Spotify playlists in FLAC/MP3 quality.
|
||||||
|
Upload them to your Plex music library, then use this tool to match and sync your playlists!
|
||||||
|
</p>
|
||||||
|
<p class="card-text small text-muted">
|
||||||
|
<i class="bi bi-info-circle me-1"></i>
|
||||||
|
Tip: Make sure to add the downloaded playlist folder to your Plex library first for matching to work.
|
||||||
|
</p>
|
||||||
|
<a href="https://github.com/afkarxyz/SpotiFLAC" target="_blank" rel="noopener noreferrer" class="btn btn-info">
|
||||||
|
<i class="bi bi-github me-2"></i>Check out SpotiFLAC
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="card shadow">
|
<div class="card shadow">
|
||||||
<div class="card-header bg-primary text-white">
|
<div class="card-header bg-primary text-white">
|
||||||
<h2 class="h4 mb-0">Step 1: Connect to Plex</h2>
|
<h2 class="h4 mb-0">Step 1: Connect to Plex</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user