🧪 Beta channel — Pre-release. Add the beta repo URL:
https://raw.githubusercontent.com/peterdu1109/NotifySync/main/repository-beta.json. On 5.5.12.4-beta5, Jellyfin offers this as a regular update.
🇬🇧 English
📝 In Short
The Path column in the admin Deletions tab now wraps onto multiple lines so the full path is always visible — no more truncation requiring a tooltip.
🐛 What's Fixed
- Deletion paths fully visible — Previously the Path column was clipped at 280 px with an ellipsis (
/mes_disques/HDD8_6To/Séries8/The Great (2020) [t…). On long paths typical of deep library structures, only the start was readable and you needed to hover for a tooltip — which doesn't work on mobile. Now the column wraps the path onto as many lines as needed. The full path is always on screen.
🔧 Technical details for the curious
ConfigurationPage.html CSS for .ns-table td.ns-path:
white-space: nowrap→white-space: normaltext-overflow: ellipsisremoved (no longer needed)word-break: break-alladded so long paths break anywhere (paths have no real words;/separators don't always create natural break points)max-widthraised from 280 px to 380 px to give wrapping a comfortable budgetvertical-align: topadded so the path text aligns with the row's top edge when other cells are shortline-height: 1.4for legibility of wrapped lines
No schema, server, or logic change. Internal version 5.5.12.5 so Jellyfin offers an automatic update from 5.5.12.4-beta5.
🇫🇷 Français
📝 En bref
La colonne Chemin de l'onglet admin Suppressions s'enroule maintenant sur plusieurs lignes pour que le chemin complet soit toujours visible — fini la troncature qui exigeait un tooltip.
🐛 Corrections
- Chemins de suppression entièrement visibles — Avant la colonne Chemin était clippée à 280 px avec une ellipsis (
/mes_disques/HDD8_6To/Séries8/The Great (2020) [t…). Sur les chemins longs typiques des bibliothèques profondes, seul le début était lisible et il fallait survoler pour un tooltip — ce qui ne marche pas sur mobile. Maintenant la colonne wrap le chemin sur autant de lignes que nécessaire. Le chemin complet est toujours à l'écran.
🔧 Détails techniques pour les curieux
CSS de ConfigurationPage.html pour .ns-table td.ns-path :
white-space: nowrap→white-space: normaltext-overflow: ellipsisretiré (plus utile)word-break: break-allajouté pour que les chemins longs cassent n'importe où (les chemins n'ont pas de vrais mots ; les séparateurs/ne créent pas toujours des points de break naturels)max-widthrelevé de 280 px à 380 px pour donner au wrapping un budget confortablevertical-align: topajouté pour aligner le texte du chemin sur le haut de la ligne quand les autres cellules sont courtesline-height: 1.4pour la lisibilité des lignes wrappées
Aucun changement de schéma, serveur ou logique. Version interne 5.5.12.5 pour que Jellyfin propose une mise à jour automatique depuis 5.5.12.4-beta5.