-
-
Notifications
You must be signed in to change notification settings - 8000 Fork 231
Display track filename and file size in edit screen #3053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am currently working on this as my station operator wanted it too. |
I implemented this + being able to add the filename as one of the track dashboard columns too. I would like your input if you have any @RobertWaterloo , here is a screenshot from my local instance: |
Excellent! Looks really good.
I'd like to find the files in the repository, so it would be handy if the
the fully-qualified path could be made visible too. eg.
/srv/libretime/imported/13/artist/album/filename.mp3 Maybe as a separate
column...
Thanx!
--Bob.
Bob Jonkman ***@***.***
Radio Waterloo CKMS-FM 102.7 https://radiowaterloo.ca/
Host and Producer: CKMS Community Connections, Mondays 11am-Noon
Member: Technical, Program and Music Committees
…On Mon, 30 Sept 2024 at 13:15, dakriy ***@***.***> wrote:
I implemented this + being able to add the filename as one of the track
dashboard columns too. I would like your input if you have any
@RobertWaterloo <https://github.com/RobertWaterloo> , here is a
screenshot from my local instance:
show-filename.PNG (view on web)
<https://github.com/user-attachments/assets/29842788-261a-404f-94d9-61bffed0b6a2>
—
Reply to this email directly, view it on GitHub
<#3053 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOAIDXITTF2H7MKMW4L7WBLZZGBLXAVCNFSM6AAAAABKMRFUPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBTG42TAOJTGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Administrators can now see the full file path, but any other type of user just sees the file name as it can be extra clutter unnecessary information for anybody other than an administrator who has access to the filesystem. |
Wonderful! I'll pull this version as soon as I have some space on our dev
server!
…--Bob.
Bob Jonkman ***@***.***
Radio Waterloo CKMS-FM 102.7 https://radiowaterloo.ca/
Host and Producer: CKMS Community Connections, Mondays 11am-Noon
Member: Technical, Program and Music Committees
On Mon, 30 Sept 2024 at 17:10, dakriy ***@***.***> wrote:
Administrators can now see the full file path, but any other type of user
just sees the file name as it can be extra clutter unnecessary information
for anybody other than an administrator who has access to the filesystem.
—
Reply to this email directly, view it on GitHub
<#3053 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOAIDXPWQQJBHC64AUVPWFDZZG42XAVCNFSM6AAAAABKMRFUPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBUGE2DSNZZHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
🤖 I have created a release *beep* *boop* --- ## [4.3.0](4.2.0...4.3.0) (2025-03-12) ### Features * add flac support to Web player ([#3128](#3128)) ([203c927](203c927)) * add Norwegian Bokmål locale ([#3073](#3073)) ([e614fbc](e614fbc)) * **analyzer:** parse comment fields from mp3 files ([#3082](#3082)) ([02a779b](02a779b)) * **api:** added filters on genre & md5 for files api ([#3127](#3127)) ([b1bdd6d](b1bdd6d)) * **api:** enable writes to schedule table ([#3109](#3109)) ([2ac7e8a](2ac7e8a)) * **legacy:** implement subset sum solution to show scheduling ([#3019](#3019)) ([5b5c68c](5b5c68c)), closes [#3018](#3018) * **legacy:** order by filename when lptime is null ([#3069](#3069)) ([8c26505](8c26505)) * **legacy:** show filename and size on edit page and add filename datatable column ([#3083](#3083)) ([16deaf0](16deaf0)), closes [#3053](#3053) * **legacy:** trused header sso auth ([#3095](#3095)) ([2985d85](2985d85)) * **legacy:** update deprecated PHP code ([#2789](#2789)) ([3a8dcbc](3a8dcbc)) * **playout:** add Liquidsoap 2.0 support ([#2786](#2786)) ([f9c0bd5](f9c0bd5)) * use custom intro/outro playlists per show ([#2941](#2941)) ([299be3c](299be3c)) ### Bug Fixes * add missing file for nb_NO locale ([#3075](#3075)) ([a3865aa](a3865aa)) * **analyzer:** make ffmpeg filters less aggressive ([#3086](#3086)) ([32cad0f](32cad0f)), closes [#2629](#2629) * docker warnings "keywords casing do not match" ([#3048](#3048)) ([e095cb2](e095cb2)) * intro/outro playlist unset was impossible ([#3101](#3101)) ([7992a9b](7992a9b)) * **legacy:** additional specifics added to CSVexport.js for RFC 4180 ([#3131](#3131)) ([644d2b9](644d2b9)), closes [#2477](#2477) * **legacy:** fix filename criteria searching ([#3068](#3068)) ([c883d0f](c883d0f)) * **legacy:** migrations from airtime 2.5.1 ([#3123](#3123)) ([82d5af2](82d5af2)) * **legacy:** support Postgresql 12 syntax ([#3103](#3103)) ([0b221f4](0b221f4)), closes [#3102](#3102) * **playout:** improve the way hashlib is called in libretime_playout/player ([#3135](#3135)) ([5b4c720](5b4c720)), closes [#3134](#3134) * regenerate API schema ([38a0bf9](38a0bf9)) * regenerate API schema ([ce257a1](ce257a1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Is your feature request related to a problem?
I would like to see the filename and file size of the tracks.
Describe the solution you'd like
Filename and file size could be displayed as a (non-editable) field in the track edit screen.
Describe alternatives you've considered
Currently I look at the server's filesystem and hunt through the LibreTime track repository at /srv/libretime/imported/
Most of our DJs don't have the permissions to navigate the server filesystem.
Additional context
I think Airtime 2.x may have displayed filename.
The text was updated successfully, but these errors were encountered: