[Support] search-and-sort-movies


Recommended Posts

Bonjour à toutes et à tous,

 

J’ai créé cette application à des fins personnels. Je me suis dit que je pouvais le partager avec cette communauté exceptionnelle.

 

Cette application va nettoyer et trier le nom du fichier de vos vidéos sur votre serveur. L’architecture est :

- be_sorted: dossier où les fichiers vidéos doivent être mis afin que le trie fonctionne

- series:  l’application va trier les séries dans ce dossier

- movies: elle va trier les films dans ce dossier

 

Bien-sûr, je ne suis aucunement responsable des fichiers que vous téléchargez. L'application sert juste à nettoyer le nom et trier les fichiers au bon endroit.

 

Hello to all of you,


I created this application for personal use. I thought I would share it with this great community.


This application will clean and sort the file name of your videos on your server. The architecture is :

- be_sorted: folder where the video files must be put for the sorting to work

- series: the application will sort the series in this folder

- movies: it will sort the movies into this folder


Of course, I am not responsible for the files you upload. The application just cleans up the name and sorts the files to the right place.

 

02 June 2023
Improved sorting.
A FORMAT_FILE environment variable has been added:
- the character to be chosen, by default the "-". if you want a space then put an "s".
- name: the name of the file
- year: the year if it exists in the original file
- resolution: the resolution of the video if it exists in the original file

Example: Original File: My.Favourite.Movie.2023.4K.MULTi.2160p.HDR.WEB.EAC3.x265.mkv
- FORMAT_FILE = -, name (default) => mon-film-prefere.mkv
- FORMAT_FILE = -, name, year => my-film-prefere-2023.mkv
- FORMAT_FILE = -, name, year, resolution => my-film-prefere-2023-4k.mkv
- FORMAT_FILE = _, name, year, resolution => my-film-preference-2023_4k.mkv
- FORMAT_FILE = s, year, name => "2023 mon film prefere.mkv"
- ...

FORMAT_FILE affects films and series.

 

Sorry for English. Translated with DeepL.

Capture d’écran 2021-09-07 à 10.00.50.png

Edited by Kameleon83
Link to comment

This Docker deletes all files from the folders.

 

When I start the Docker and put files in, it does what it is supposed to do. If I leave the data as it is because I don't think anything bad about it, and restart the docker, it deletes all the files in the existing paths.

 

This should not happen!

 

If it runs then it does its work.

 

Link to comment

Ok c'était apparemment un problème sur ma partie / le serveur après une réinitialisation complète du serveur il fonctionne maintenant avec le redémarrage et l'arrêt, cependant.

 

Mais maintenant vient le problème suivant, après l'achèvement les dossiers ont la permission "root" et je ne peux pas déplacer les dossiers avec mon utilisateur. Veuillez réparer cela.

 

Toutefois, j'aimerais pouvoir définir COMMENT renommer les données.

 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 

Ok it was apparently a problem on my part / the server after a complete reset of the server it now works with restart start and stop, however.

 

But now comes the next problem, after completion the folders have the "root" permission and I can not move the folders with my user.

 

Please fix.

 

But I still want to be able to define HOW he renames the data.

Edited by Krashdeez
Link to comment
  • 3 weeks later...
On 9/10/2021 at 3:44 PM, Krashdeez said:

Ok c'était apparemment un problème sur ma partie / le serveur après une réinitialisation complète du serveur il fonctionne maintenant avec le redémarrage et l'arrêt, cependant.

 

Mais maintenant vient le problème suivant, après l'achèvement les dossiers ont la permission "root" et je ne peux pas déplacer les dossiers avec mon utilisateur. Veuillez réparer cela.

 

Toutefois, j'aimerais pouvoir définir COMMENT renommer les données.

 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 

Ok it was apparently a problem on my part / the server after a complete reset of the server it now works with restart start and stop, however.

 

But now comes the next problem, after completion the folders have the "root" permission and I can not move the folders with my user.

 

Please fix.

 

But I still want to be able to define HOW he renames the data.

Hello, désolé de ne répondre que maintenant. Je n'avais pas vu les messages.

 

Je suis content que cela fonctionne correctement.

 

Merci pour tes retours. C'est effectivement des améliorations que je peux faire.

 

Je vais essayer de trouver du temps pour améliorer tout cela.

 

--------

 

Hello, sorry for only responding now. I hadn't seen the messages.

I'm glad it's working properly.

Thanks for your feedback. It is indeed improvements that I can make.

I will try to find some time to improve it.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.