Compare commits

..

No commits in common. "main" and "v0.4.1" have entirely different histories.
main ... v0.4.1

23 changed files with 61 additions and 155 deletions

View file

@ -77,6 +77,11 @@ article.message {
} }
#hero { #hero {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient( background: radial-gradient(
circle 50vh at calc(100vw - 4rem) 50%, circle 50vh at calc(100vw - 4rem) 50%,
var(--pico-primary-background), var(--pico-primary-background),
@ -85,41 +90,19 @@ article.message {
color-mix(in hsl, var(--pico-primary-background) 30%, var(--pico-background-color)) 60%, color-mix(in hsl, var(--pico-primary-background) 30%, var(--pico-background-color)) 60%,
color-mix(in hsl, var(--pico-primary-background) 10%, var(--pico-background-color)) 80%, color-mix(in hsl, var(--pico-primary-background) 10%, var(--pico-background-color)) 80%,
var(--pico-background-color)); var(--pico-background-color));
position: absolute; display: grid;
top: 0; grid-template-rows: 1fr min-content;
bottom: 0; align-items: center;
left: 0;
right: 0;
height: 100%;
overflow-y: auto;
padding: 4rem; padding: 4rem;
main { .big-logo {
display: contents; font-size: 8rem;
} }
section {
max-width: 20rem; h1 {
font-size: 4rem;
} }
} }
.full-page {
height: 100%;
display: grid;
grid-template-rows: 1fr;
align-items: center;
margin-bottom: 4rem;
&.r {
-ms-grid-column-align: end;
}
.big-logo {
font-size: 8rem;
}
h1 {
font-size: 4rem;
}
}
h1, h1,
h2, h2,
@ -218,7 +201,3 @@ table.results, table.musics {
} }
} }
} }
.brand-name {
color: var(--pico-primary);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View file

@ -1,25 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="256" height="256" version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="Gradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" style="stop-color:#AA40BF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#AA40BF;stop-opacity:1" />
</linearGradient>
<filter id="alpha-to-white">
<feColorMatrix in="SourceGraphic" type="matrix"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
</filter>
<g id="child-svg"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" height="16px" width="16px"><path d="M18.7134 8.12811L18.4668 8.69379C18.2864 9.10792 17.7136 9.10792 17.5331 8.69379L17.2866 8.12811C16.8471 7.11947 16.0555 6.31641 15.0677 5.87708L14.308 5.53922C13.8973 5.35653 13.8973 4.75881 14.308 4.57612L15.0252 4.25714C16.0384 3.80651 16.8442 2.97373 17.2761 1.93083L17.5293 1.31953C17.7058 0.893489 18.2942 0.893489 18.4706 1.31953L18.7238 1.93083C19.1558 2.97373 19.9616 3.80651 20.9748 4.25714L21.6919 4.57612C22.1027 4.75881 22.1027 5.35653 21.6919 5.53922L20.9323 5.87708C19.9445 6.31641 19.1529 7.11947 18.7134 8.12811ZM7 3H12V6H9V17C9 19.2091 7.20914 21 5 21C2.79086 21 1 19.2091 1 17C1 14.7909 2.79086 13 5 13C5.72857 13 6.41165 13.1948 7 13.5351V3ZM18 13.5351V11H20V17C20 19.2091 18.2091 21 16 21C13.7909 21 12 19.2091 12 17C12 14.7909 13.7909 13 16 13C16.7286 13 17.4117 13.1948 18 13.5351Z" /></svg></g>
</defs>
<rect
width="256"
height="256"
fill="url(#Gradient)"
ry="128"
x="0"
y="0" />
<use xlink:href="#child-svg" filter="url(#alpha-to-white)"
transform="matrix(8,0,0,8,64,64)" />
</svg>

Before

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -1,21 +0,0 @@
{
"name": "MyWebSite",
"short_name": "MySite",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#aa40bf",
"background_color": "#ffffff",
"display": "standalone"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

View file

@ -11,7 +11,7 @@
Musik Musik
{% endblock title %} {% endblock title %}
</title> </title>
{% include "favicon.html" %} <link rel="icon" href="{% static "logo.svg" %}">
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap" <link href="https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap"

View file

@ -1,8 +0,0 @@
{% load static %}
<meta name="theme-color" content="#aa40bf">
<link rel="icon" type="image/png" href="{% static "favicon/favicon-96x96.png" %}" sizes="96x96">
<link rel="icon" type="image/svg+xml" href="{% static "favicon/favicon.svg" %}">
<link rel="shortcut icon" href="{% static "favicon/favicon.ico" %}">
<link rel="apple-touch-icon" sizes="180x180" href="{% static "favicon/apple-touch-icon.png" %}">
<meta name="apple-mobile-web-app-title" content="Musik">
<link rel="manifest" href="{% static "favicon/site.webmanifest" %}">

View file

@ -1 +1 @@
Musik {{ VERSION }} © <a href="https://code.edgarpierre.fr/edpibu/musik">Edgar P. Burkhart</a> <a href="{% url "legal" %}">Mentions légales et confidentialité</a> Musik {{ VERSION }} © <a href="https://code.edgarpierre.fr/edpibu/musik">Edgar P. Burkhart</a> <a href="{% url "legal" %}">Mentions légales</a>

View file

@ -1,25 +1,11 @@
{% load static %} {% load static %}
<div id="hero"> <div id="hero">
<main> <main>
<div class="full-page"> <i class="ri-music-ai-fill big-logo"></i>
<div> <h1>Musik</h1>
<i class="ri-music-ai-fill big-logo"></i> <p>
<h1>Musik</h1> <a href="{% url "home" %}" role="button"><i class="ri-play-fill"></i> Jouer</a>
<p> </p>
<a href="{% url "home" %}" role="button"><i class="ri-play-fill"></i> Jouer</a>
</p>
</div>
</div>
<div class="full-page r">
<section>
<h2>
<span class="brand-name"><i class="ri-music-ai-fill"></i> Musik</span> Le jeu où ta playlist devient ton arme secrète !
</h2>
<p>
Invite ta bande, ajoute tes sons fétiches, et cest parti ! Une playlist Youtube apparaît, mélangeant les coups de cœur de tout le monde. Le jeu ? Écoute, devine qui a choisi quoi, et découvre les secrets musicaux de tes potes. Entre pièges, révélations et fous rires, Musik cest le jeu parfait pour tester vos oreilles… et vos amitiés. Prêt à jouer le DJ incognito ?
</p>
</section>
</div>
</main> </main>
<footer> <footer>
{% include "footer.html" %} {% include "footer.html" %}

View file

@ -16,7 +16,6 @@
Youtube est une marque de Google LLC. Youtube est une marque de Google LLC.
</p> </p>
<p> <p>
Les données saisies dans Musik (groupes créés, listes de musiques) sont conservées jusqu'à demande de suppression. La suppression du compte entraîne la suppression de l'ensemble des données qui y sont liées. La suppression des données stockée par le service Musik pour son utilisation peut être demandée par email à <a href="mailto:contact@edgarpierre.fr">Edgar P. Burkhart</a>.
La suppression du compte peut être demandée dans les paramètres du compte. La suppression des données est immédiate et définitive.
</p> </p>
{% endblock content %} {% endblock content %}

View file

@ -32,12 +32,10 @@ services:
rabbitmq: rabbitmq:
image: rabbitmq image: rabbitmq
container_name: musik_rabbitmq container_name: musik_rabbitmq
restart: unless-stopped
postgres: postgres:
image: postgres:17 image: postgres:17
container_name: musik_postgres container_name: musik_postgres
restart: unless-stopped
env_file: stack.env env_file: stack.env
volumes: volumes:
- /docker/musik/postgres:/var/lib/postgresql/data - /docker/musik/postgres:/var/lib/postgresql/data

View file

@ -99,9 +99,6 @@ def generateYoutubePlaylist(sender, instance, created, **kwargs):
if creds := instance.group.owner.youtubecredentials: if creds := instance.group.owner.youtubecredentials:
tasks.generate_playlist.delay_on_commit(creds.credentials, instance.pk) tasks.generate_playlist.delay_on_commit(creds.credentials, instance.pk)
else:
instance.playlist_loading = False
instance.save()
@receiver(post_delete, sender=MusikGame) @receiver(post_delete, sender=MusikGame)
@ -121,10 +118,13 @@ class MusicGameOrder(models.Model):
value = models.PositiveIntegerField(default=0) value = models.PositiveIntegerField(default=0)
def update_value(self): def update_value(self):
x = self.musicgameanswer_set.filter(game__player=F("answer")).count() n_right = self.musicgameanswer_set.filter(game__player=F("answer")).count()
n = self.game.players.count() if n_right == 0:
n = max(3, n) self.value = 1000
self.value = 1000 * 2 ** (-(x - 2) / (n - 2)) else:
self.value = 1000 / (
1 + ((n_right - 1) / (self.game.players.count() - 1)) ** 0.5
)
self.save() self.save()
class Meta: class Meta:

View file

@ -18,7 +18,7 @@ def generate_playlist(creds, game_pk):
"description": "Playlist générée par Musik", "description": "Playlist générée par Musik",
}, },
"status": { "status": {
"privacyStatus": "unlisted", "privacyStatus": "private",
}, },
}, },
) )

View file

@ -21,6 +21,6 @@
{% endfor %} {% endfor %}
</tbody> </tbody>
</table> </table>
{% if not musikgame.over %}<button type="submit">Sauvegarder mes réponses</button>{% endif %} {% if not musikgame.over %}<button type="submit">Valider mes réponses</button>{% endif %}
</form> </form>
{% endblock content %} {% endblock content %}

View file

@ -9,31 +9,31 @@
{% endif %} {% endif %}
{{ musikgame.date }} {{ musikgame.date }}
</h1> </h1>
<form method="post"> {% if musikgame.playlist or musikgame.playlist_loading %}
{% csrf_token %} <form method="post">
<fieldset role="group"> {% csrf_token %}
{% if musikgame.playlist or musikgame.playlist_loading %} <fieldset role="group">
<a target="_blank" <a target="_blank"
href="{% yt_playlist musikgame %}" href="{% yt_playlist musikgame %}"
role="button" role="button"
{% if musikgame.playlist_loading %}aria-busy="true"{% endif %}><i class="ri-youtube-fill"></i> Playlist</a> {% if musikgame.playlist_loading %}aria-busy="true"{% endif %}><i class="ri-youtube-fill"></i> Playlist</a>
{% endif %} {% if musikgame.over %}
{% if musikgame.over %} <a href="{% url "game_answer" musikgame.pk %}"
<a href="{% url "game_answer" musikgame.pk %}" role="button"
role="button" class="secondary"><i class="ri-play-list-2-fill"></i> Mes réponses</a>
class="secondary"><i class="ri-play-list-2-fill"></i> Mes réponses</a> {% else %}
{% else %} <a href="{% url "game_answer" musikgame.pk %}" role="button"><i class="ri-play-list-2-fill"></i> Répondre</a>
<a href="{% url "game_answer" musikgame.pk %}" role="button"><i class="ri-play-list-2-fill"></i> Répondre</a> {% endif %}
{% endif %}
</fieldset>
{% if is_leader and not musikgame.over %}
<fieldset>
<button type="submit" formaction="{% url "game_end" musikgame.pk %}">
<i class="ri-stop-circle-fill"></i> Finir la partie
</button>
</fieldset> </fieldset>
{% endif %} {% if is_leader and not musikgame.over %}
</form> <fieldset>
<button type="submit" formaction="{% url "game_end" musikgame.pk %}">
<i class="ri-stop-circle-fill"></i> Finir la partie
</button>
</fieldset>
{% endif %}
</form>
{% endif %}
<h2> <h2>
<i class="ri-group-2-fill"></i> Joueurs <i class="ri-group-2-fill"></i> Joueurs
</h2> </h2>

View file

@ -5,12 +5,10 @@
<i class="ri-group-2-fill"></i> {{ group.name }} <i class="ri-group-2-fill"></i> {{ group.name }}
</h1> </h1>
<p> <p>
{% if group.owner.youtubecredentials.credentials %} {% if not user.youtubecredentials.credentials %}
<i class="ri-youtube-fill"></i> Une playlist sera générée automatiquement sur le compte Youtube de <strong>{{ group.owner }}</strong> (<strong>{{ group.owner.youtubecredentials.title }}</strong>). <a href="{% url "youtube_login" %}" role="button"><i class="ri-youtube-fill"></i> Me connecter au compte Youtube</a>
{% elif user == group.owner %}
<a href="{% url "youtube_login" %}" role="button"><i class="ri-youtube-fill"></i> Connecter mon compte Youtube</a>
{% else %} {% else %}
<small>Aucune playlist Youtube ne sera générée car <strong>{{ group.owner }}</strong> n'a pas lié son compte Youtube.</small> <i class="ri-youtube-fill"></i> Une playlist sera générée automatiquement sur le compte Youtube <strong>{{ user.youtubecredentials.title }}</strong>.
{% endif %} {% endif %}
</p> </p>
{% form form %} {% form form %}

View file

@ -327,12 +327,15 @@ class GameCreateView(LoginRequiredMixin, CreateView):
pm_list = list(zip(players, musics)) pm_list = list(zip(players, musics))
random.shuffle(pm_list) random.shuffle(pm_list)
for (player, music), order in zip(pm_list, range(1, len(pm_list) + 1)): for (player, music), order in zip(pm_list, range(1, len(pm_list) + 1)):
music.blacklisted = True
music.save()
models.MusicGameOrder.objects.create( models.MusicGameOrder.objects.create(
game=form.instance, player=player, music_video=music, order=order game=form.instance, player=player, music_video=music, order=order
) )
form.instance.playlist_loading = True if models.YoutubeCredentials.objects.filter(user=self.request.user).exists():
form.instance.save() form.instance.playlist_loading = True
form.instance.save()
return res return res
@ -478,9 +481,6 @@ class GameEndView(LoginRequiredMixin, SingleObjectMixin, View):
if not game.group.is_leader(request.user): if not game.group.is_leader(request.user):
raise PermissionDenied() raise PermissionDenied()
game.over = True game.over = True
models.MusicVideo.objects.filter(musicgameorder__game=game).update(
blacklisted=True
)
for go in game.musicgameorder_set.all(): for go in game.musicgameorder_set.all():
go.update_value() go.update_value()

View file

@ -13,7 +13,7 @@ https://docs.djangoproject.com/en/5.2/ref/settings/
import os import os
from pathlib import Path from pathlib import Path
VERSION = "0.4.4" VERSION = "0.4.1"
# Build paths inside the project like this: BASE_DIR / 'subdir'. # Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent BASE_DIR = Path(__file__).resolve().parent.parent

View file

@ -1,6 +1,6 @@
[project] [project]
name = "musik" name = "musik"
version = "0.4.4" version = "0.4.1"
description = "Le jeu de Musik." description = "Le jeu de Musik."
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"

2
uv.lock generated
View file

@ -423,7 +423,7 @@ wheels = [
[[package]] [[package]]
name = "musik" name = "musik"
version = "0.4.4" version = "0.4.1"
source = { virtual = "." } source = { virtual = "." }
dependencies = [ dependencies = [
{ name = "celery" }, { name = "celery" },