Skip to content
Extraits de code Groupes Projets

Report Brieuc Dubois

Fusionnées Brieuc Dubois a demandé de fusionner bridubois/lingi2401:master vers master
Affichage du commit 70731d68
Afficher la dernière version
1 fichier
+ 24
0
Préférences
Navigateur de fichiers
Comparer les modifications
# Contributing to an Open Source Project : Finamp
| **Author** | Brieuc Dubois |
| ----------------------- | --------------------------------------------------------- |
| **Date** | 12/10/2023 |
| **NOMA** | 2375-20-00 |
| **Academic Year** | 2023-2024 |
| **Open Source Project** | [Finamp](https://github.com/jmshrv/finamp) |
| **Pull request made** | [pr#382](https://github.com/jmshrv/finamp/pull/382) |
| **License** | [MPL](https://github.com/jmshrv/finamp/blob/main/LICENSE) |
## The project
Finamp is a FOSS Android and IOS music player that uses [Jellyfin](https://github.com/jellyfin/jellyfin) as a backend. Unlike the official client (also FOSS), this one allows downloading music for offline listening and is specialized for playing music, not movies, shows, ...
## My contribution
I personally use the application and have fixed a few things I didn't like by PR. One of them was the problem with removing songs from the playlist. Some previous attempts failed to accomplish this correctly. This one implements and fixes the feature.
## Learning and conclusion
Discussion with the community is always a good way to address certain concerns and move a project forward.
When you contribute to software that you use, you are not just a spectator, you are an actor, implementing, changing, fixing, ... what you want in your software, affecting your own tech life.