+
+ {{ currentTrack.title }}
-
-
+
-
- {{ currentTrack.artist.name | truncate(35) }} /
- {{ currentTrack.album.title | truncate(35) }}
+
diff --git a/front/src/components/Sidebar.vue b/front/src/components/Sidebar.vue
index d16ae2e79..79e8e0043 100644
--- a/front/src/components/Sidebar.vue
+++ b/front/src/components/Sidebar.vue
@@ -6,7 +6,7 @@
+
+ {{ currentTrack.artist.name }} /
+ {{ currentTrack.album.title }}
-
+
{{ object.artist.name }}
diff --git a/front/src/components/audio/ChannelEntryCard.vue b/front/src/components/audio/ChannelEntryCard.vue
index 430f205f4..db649b14b 100644
--- a/front/src/components/audio/ChannelEntryCard.vue
+++ b/front/src/components/audio/ChannelEntryCard.vue
@@ -24,7 +24,7 @@
src="../../assets/audio/default-cover.png">
-
+
{{ entry.title }}
diff --git a/front/src/components/audio/ChannelSerieCard.vue b/front/src/components/audio/ChannelSerieCard.vue
index 2ce176451..0152b6c92 100644
--- a/front/src/components/audio/ChannelSerieCard.vue
+++ b/front/src/components/audio/ChannelSerieCard.vue
@@ -6,10 +6,10 @@
- 
+
-
- {{ serie.title|truncate(30) }}
+
+ {{ serie.title }}
diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue
index 60ae53485..b4cf6a385 100644
--- a/front/src/components/audio/Player.vue
+++ b/front/src/components/audio/Player.vue
@@ -16,13 +16,13 @@
-
+
{{ currentTrack.title }}
diff --git a/front/src/components/audio/album/Card.vue b/front/src/components/audio/album/Card.vue
index 63f418c0f..9655f75aa 100644
--- a/front/src/components/audio/album/Card.vue
+++ b/front/src/components/audio/album/Card.vue
@@ -7,13 +7,13 @@
-
+
{{ album.title }}
-
+
{{ album.artist.name }}
diff --git a/front/src/components/audio/artist/Card.vue b/front/src/components/audio/artist/Card.vue
index 7bc82a251..813a1183e 100644
--- a/front/src/components/audio/artist/Card.vue
+++ b/front/src/components/audio/artist/Card.vue
@@ -7,7 +7,7 @@
-
+
{{ artist.name|truncate(30) }}
diff --git a/front/src/components/audio/track/Row.vue b/front/src/components/audio/track/Row.vue
index a0dc8f5a3..0dcef830c 100644
--- a/front/src/components/audio/track/Row.vue
+++ b/front/src/components/audio/track/Row.vue
@@ -8,7 +8,7 @@
-
+
{{ track.position }}.
@@ -21,7 +21,7 @@
-
+
{{ track.album.title|truncate(40) }}
diff --git a/front/src/components/audio/track/Widget.vue b/front/src/components/audio/track/Widget.vue
index 00982f56f..a011e8753 100644
--- a/front/src/components/audio/track/Widget.vue
+++ b/front/src/components/audio/track/Widget.vue
@@ -14,15 +14,15 @@

-
-
- {{ object.track.title|truncate(25) }}
+
+
+ {{ object.track.title }}
-
-
+
{{ playlist.name }}
diff --git a/front/src/components/tags/List.vue b/front/src/components/tags/List.vue
index 049c31e54..0da76378e 100644
--- a/front/src/components/tags/List.vue
+++ b/front/src/components/tags/List.vue
@@ -4,7 +4,6 @@
:to="{name: detailRoute, params: {id: tag}}"
:class="['ui', 'circular', 'hashtag', 'label', labelClasses]"
v-for="tag in toDisplay"
- :title="tag"
:key="tag">
#{{ tag|truncate(truncateSize) }}
diff --git a/front/src/views/content/libraries/FilesTable.vue b/front/src/views/content/libraries/FilesTable.vue
index d60b21ede..f91485b62 100644
--- a/front/src/views/content/libraries/FilesTable.vue
+++ b/front/src/views/content/libraries/FilesTable.vue
@@ -123,7 +123,7 @@
-
+
{{ scope.obj.track.title|truncate(25) }}