Skip to content
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

Some services not working - celery, playout, liquidsoap, analyzer #1157

Closed
samkitk opened this issue Jan 5, 2021 · 16 comments
Closed

Some services not working - celery, playout, liquidsoap, analyzer #1157

samkitk opened this issue Jan 5, 2021 · 16 comments
Labels
is: bug status: stalled This issue or pull request is stalled

Comments

@samkitk
Copy link
Contributor

samkitk commented Jan 5, 2021

Describe the bug
These services not restarting - keep failing
libretime-celery
libretime-liquidsoap
libretime-playout
libretime-analyzer

image

Context:
(Please Read to better understand)
On a fresh install it works properly for sometime . Even System Status page (LibreTime systemstatus - accessible through admin panel settings) shows that everything is fine.

Normal functioning - no interaction with code or anything

After sometime, automatically with no interference,
The the system status page shows that the three services -
-libretime-liquidsoap
-libretime-playout
-libretime-analyzer

have stopped working.

But the radio is absolutely functional and everything works just fine. Even 'systemctl status' showed that everything worked fabulously. It showed green dot and "running" in green. Still the systemstatus says that those three components are not working.

However, it is all fine - this not the first time something like this happened - so I just ignore it since the data is valuable to me and I let it go on.

But, once I got irritated and thought that a system restart would solve the problem.

After Server Reboot

But, Nope Now after the reboot!
Celery also stopped working and so did the rest other three. And now, the systemctl shows that they are in "failed/degraded" state.

So currently these four services are not functioning
'libretime-celery
libretime-playout
libretime-analyzer
libretime-liquidsoap'

So nothing is working. The mountpoint at :8000_a shows 404 file not found error.

Additional Information:
(Let's call everything before server reboot - A (which had three errors on systemstatus but practically made no difference to the stream.)
Let's call everything after the server reboot - B (which has four errors on systemstatus page and actually the services are not being restarted - they immediately stop working after starting for a split second)

A (Before Server Reboot - normal life)
The ON-AIR Button is not red in colour despite the show running on - however I can hear the stream perfectly.
Stream and functioning + scheduling + playing was working absolutely fine

B (After Server Reboot - RIP)
The song is getting scheduled, even in the admin panel it is shown that it is playing - but button is not RED (on-air) neither is stream available.

Stream shows that there is a 404 error.
image

Surprisingly, Output stream shows that it is connected successfully which Idk how,
image

LibreTime version:
b6d22c9 / b6d22c9

Installation method:

  • OS: [Ubuntu]
  • OS Version [18.04.5 LTS]
  • Method: [git clone latest master branch, then cd directory, sudo bash install -fiap {as the website mentioned}]

Reference to my previous issue:
#1146 It is very similar to this one I guess

@samkitk samkitk added the is: bug label Jan 5, 2021
@paddatrapper
Copy link
Contributor

What are the log contents under /var/log/airtime/?

@samkitk
Copy link
Contributor Author

samkitk commented Jan 6, 2021

2021-01-06T17:32:08+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:26 - errorAction()] - Forbidden
2021-01-06T17:32:08+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:27 - errorAction()] - #0 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(1712): CORSHelper::enableCrossOriginRequests(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(345): ApiController->returnJsonOrJsonp(Object(Zend_Controller_Request_Http), Array)
#2 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Action.php(516): ApiController->liveInfoAction()
#3 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('liveInfoAction')
#4 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#5 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#6 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#7 /usr/share/airtime/php/airtime_mvc/application/airtime-boot.php(84): Zend_Application->run()
#8 /usr/share/airtime/php/airtime_mvc/public/index.php(68): require_once('/usr/share/airt...')
#9 {main}
2021-01-06T17:32:08+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:54 - errorAction()] - An internal application error has occurred.: Zend_Controller_Action_Exception: Forbidden in /usr/share/airtime/php/airtime_mvc/application/common/CORSHelper.php:15
Stack trace:
#0 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(1712): CORSHelper::enableCrossOriginRequests(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(345): ApiController->returnJsonOrJsonp(Object(Zend_Controller_Request_Http), Array)
#2 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Action.php(516): ApiController->liveInfoAction()
#3 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('liveInfoAction')
#4 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#5 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#6 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#7 /usr/share/airtime/php/airtime_mvc/application/airtime-boot.php(84): Zend_Application->run()
#8 /usr/share/airtime/php/airtime_mvc/public/index.php(68): require_once('/usr/share/airt...')
#9 {main}
2021-01-06T17:32:13+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:26 - errorAction()] - Forbidden
2021-01-06T17:32:13+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:27 - errorAction()] - #0 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(1712): CORSHelper::enableCrossOriginRequests(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(345): ApiController->returnJsonOrJsonp(Object(Zend_Controller_Request_Http), Array)
#2 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Action.php(516): ApiController->liveInfoAction()
#3 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('liveInfoAction')
#4 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#5 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#6 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#7 /usr/share/airtime/php/airtime_mvc/application/airtime-boot.php(84): Zend_Application->run()
#8 /usr/share/airtime/php/airtime_mvc/public/index.php(68): require_once('/usr/share/airt...')
#9 {main}
2021-01-06T17:32:13+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:54 - errorAction()] - An internal application error has occurred.: Zend_Controller_Action_Exception: Forbidden in /usr/share/airtime/php/airtime_mvc/application/common/CORSHelper.php:15
Stack trace:
#0 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(1712): CORSHelper::enableCrossOriginRequests(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(345): ApiController->returnJsonOrJsonp(Object(Zend_Controller_Request_Http), Array)
#2 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Action.php(516): ApiController->liveInfoAction()
#3 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('liveInfoAction')
#4 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#5 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#6 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#7 /usr/share/airtime/php/airtime_mvc/application/airtime-boot.php(84): Zend_Application->run()
#8 /usr/share/airtime/php/airtime_mvc/public/index.php(68): require_once('/usr/share/airt...')
#9 {main}
2021-01-06T17:32:18+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:26 - errorAction()] - Forbidden
2021-01-06T17:32:18+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:27 - errorAction()] - #0 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(1712): CORSHelper::enableCrossOriginRequests(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(345): ApiController->returnJsonOrJsonp(Object(Zend_Controller_Request_Http), Array)
#2 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Action.php(516): ApiController->liveInfoAction()
#3 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('liveInfoAction')
#4 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#5 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#6 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#7 /usr/share/airtime/php/airtime_mvc/application/airtime-boot.php(84): Zend_Application->run()
#8 /usr/share/airtime/php/airtime_mvc/public/index.php(68): require_once('/usr/share/airt...')
#9 {main}
2021-01-06T17:32:18+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:54 - errorAction()] - An internal application error has occurred.: Zend_Controller_Action_Exception: Forbidden in /usr/share/airtime/php/airtime_mvc/application/common/CORSHelper.php:15
Stack trace:
#0 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(1712): CORSHelper::enableCrossOriginRequests(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(345): ApiController->returnJsonOrJsonp(Object(Zend_Controller_Request_Http), Array)
#2 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Action.php(516): ApiController->liveInfoAction()
#3 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('liveInfoAction')
#4 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#5 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#6 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#7 /usr/share/airtime/php/airtime_mvc/application/airtime-boot.php(84): Zend_Application->run()
#8 /usr/share/airtime/php/airtime_mvc/public/index.php(68): require_once('/usr/share/airt...')
#9 {main}
2021-01-06T17:32:23+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:26 - errorAction()] - Forbidden
2021-01-06T17:32:23+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:27 - errorAction()] - #0 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(1712): CORSHelper::enableCrossOriginRequests(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(345): ApiController->returnJsonOrJsonp(Object(Zend_Controller_Request_Http), Array)
#2 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Action.php(516): ApiController->liveInfoAction()
#3 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('liveInfoAction')
#4 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#5 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#6 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#7 /usr/share/airtime/php/airtime_mvc/application/airtime-boot.php(84): Zend_Application->run()
#8 /usr/share/airtime/php/airtime_mvc/public/index.php(68): require_once('/usr/share/airt...')
#9 {main}
2021-01-06T17:32:23+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:54 - errorAction()] - An internal application error has occurred.: Zend_Controller_Action_Exception: Forbidden in /usr/share/airtime/php/airtime_mvc/application/common/CORSHelper.php:15
Stack trace:
#0 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(1712): CORSHelper::enableCrossOriginRequests(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(345): ApiController->returnJsonOrJsonp(Object(Zend_Controller_Request_Http), Array)
#2 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Action.php(516): ApiController->liveInfoAction()
#3 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('liveInfoAction')
#4 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#5 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#6 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#7 /usr/share/airtime/php/airtime_mvc/application/airtime-boot.php(84): Zend_Application->run()
#8 /usr/share/airtime/php/airtime_mvc/public/index.php(68): require_once('/usr/share/airt...')
#9 {main}
2021-01-06T17:32:28+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:26 - errorAction()] - Forbidden
2021-01-06T17:32:28+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:27 - errorAction()] - #0 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(1712): CORSHelper::enableCrossOriginRequests(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(345): ApiController->returnJsonOrJsonp(Object(Zend_Controller_Request_Http), Array)
#2 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Action.php(516): ApiController->liveInfoAction()
#3 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('liveInfoAction')
#4 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#5 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#6 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#7 /usr/share/airtime/php/airtime_mvc/application/airtime-boot.php(84): Zend_Application->run()
#8 /usr/share/airtime/php/airtime_mvc/public/index.php(68): require_once('/usr/share/airt...')
#9 {main}
2021-01-06T17:32:28+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:54 - errorAction()] - An internal application error has occurred.: Zend_Controller_Action_Exception: Forbidden in /usr/share/airtime/php/airtime_mvc/application/common/CORSHelper.php:15
Stack trace:
#0 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(1712): CORSHelper::enableCrossOriginRequests(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(345): ApiController->returnJsonOrJsonp(Object(Zend_Controller_Request_Http), Array)
#2 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Action.php(516): ApiController->liveInfoAction()
#3 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('liveInfoAction')
#4 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#5 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#6 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#7 /usr/share/airtime/php/airtime_mvc/application/airtime-boot.php(84): Zend_Application->run()
#8 /usr/share/airtime/php/airtime_mvc/public/index.php(68): require_once('/usr/share/airt...')
#9 {main}
2021-01-06T17:32:33+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:26 - errorAction()] - Forbidden
2021-01-06T17:32:33+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:27 - errorAction()] - #0 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(1712): CORSHelper::enableCrossOriginRequests(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(345): ApiController->returnJsonOrJsonp(Object(Zend_Controller_Request_Http), Array)
#2 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Action.php(516): ApiController->liveInfoAction()
#3 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('liveInfoAction')
#4 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#5 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#6 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#7 /usr/share/airtime/php/airtime_mvc/application/airtime-boot.php(84): Zend_Application->run()
#8 /usr/share/airtime/php/airtime_mvc/public/index.php(68): require_once('/usr/share/airt...')
#9 {main}
2021-01-06T17:32:33+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:54 - errorAction()] - An internal application error has occurred.: Zend_Controller_Action_Exception: Forbidden in /usr/share/airtime/php/airtime_mvc/application/common/CORSHelper.php:15
Stack trace:
#0 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(1712): CORSHelper::enableCrossOriginRequests(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(345): ApiController->returnJsonOrJsonp(Object(Zend_Controller_Request_Http), Array)
#2 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Action.php(516): ApiController->liveInfoAction()
#3 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('liveInfoAction')
#4 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#5 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#6 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#7 /usr/share/airtime/php/airtime_mvc/application/airtime-boot.php(84): Zend_Application->run()
#8 /usr/share/airtime/php/airtime_mvc/public/index.php(68): require_once('/usr/share/airt...')
#9 {main}
2021-01-06T17:32:38+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:26 - errorAction()] - Forbidden
2021-01-06T17:32:38+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:27 - errorAction()] - #0 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(1712): CORSHelper::enableCrossOriginRequests(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(345): ApiController->returnJsonOrJsonp(Object(Zend_Controller_Request_Http), Array)
#2 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Action.php(516): ApiController->liveInfoAction()
#3 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('liveInfoAction')
#4 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#5 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#6 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#7 /usr/share/airtime/php/airtime_mvc/application/airtime-boot.php(84): Zend_Application->run()
#8 /usr/share/airtime/php/airtime_mvc/public/index.php(68): require_once('/usr/share/airt...')
#9 {main}
2021-01-06T17:32:38+05:30 ERR (3): <IP Address-Redacted> [ErrorController.php:54 - errorAction()] - An internal application error has occurred.: Zend_Controller_Action_Exception: Forbidden in /usr/share/airtime/php/airtime_mvc/application/common/CORSHelper.php:15
Stack trace:
#0 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(1712): CORSHelper::enableCrossOriginRequests(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /usr/share/airtime/php/airtime_mvc/application/controllers/ApiController.php(345): ApiController->returnJsonOrJsonp(Object(Zend_Controller_Request_Http), Array)
#2 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Action.php(516): ApiController->liveInfoAction()
#3 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Dispatcher/Standard.php(308): Zend_Controller_Action->dispatch('liveInfoAction')
#4 /usr/share/airtime/php/vendor/zf1s/zend-controller/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#5 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application/Bootstrap/Bootstrap.php(105): Zend_Controller_Front->dispatch()
#6 /usr/share/airtime/php/vendor/zf1s/zend-application/library/Zend/Application.php(384): Zend_Application_Bootstrap_Bootstrap->run()
#7 /usr/share/airtime/php/airtime_mvc/application/airtime-boot.php(84): Zend_Application->run()
#8 /usr/share/airtime/php/airtime_mvc/public/index.php(68): require_once('/usr/share/airt...')
#9 {main}

@samkitk
Copy link
Contributor Author

samkitk commented Jan 6, 2021

Upon searching more similar issues came across this #822 (Related to unable to Login) - but I am able to login and perform all functions
and #917.

Context: No my instance is not behind any proxy. Just a fresh server with steps of installation followed from website - git clone and sudo bash install fiap

My airtime.conf apache2

<VirtualHost *:80>
   ServerAdmin foo@bar.org
   DocumentRoot /usr/share/airtime/php/airtime_mvc/public/
   php_admin_value upload_tmp_dir /tmp
   php_value post_max_size 500M
   php_value upload_max_filesize 500M
   php_value request_order "GPC"
   php_value session.gc_probability 0
   php_value session.auto_start 0

   AddOutputFilterByType DEFLATE text/plain
   AddOutputFilterByType DEFLATE text/html
   AddOutputFilterByType DEFLATE text/xml
   AddOutputFilterByType DEFLATE text/css
   AddOutputFilterByType DEFLATE application/xml
   AddOutputFilterByType DEFLATE application/xhtml+xml
   AddOutputFilterByType DEFLATE application/rss+xml
   AddOutputFilterByType DEFLATE application/javascript
   AddOutputFilterByType DEFLATE application/x-javascript
   AddOutputFilterByType DEFLATE application/json


  <Directory /usr/share/airtime/php/airtime_mvc/public/>
      RewriteEngine On
      RewriteCond %{REQUEST_FILENAME} -s [OR]
      RewriteCond %{REQUEST_FILENAME} -l [OR]
      RewriteCond %{REQUEST_FILENAME} -d
      RewriteRule ^.*$ - [NC,L]
      RewriteRule ^.*$ index.php [NC,L]

      DirectoryIndex index.html index.php
      AllowOverride all
      Order allow,deny
      Allow from all

      Require all granted
  </Directory>
</VirtualHost>

@paddatrapper
Copy link
Contributor

What are the contents of /etc/airtime/airtime.conf?

@zklosko
Copy link
Member

zklosko commented Jan 6, 2021

I've had these issues too

@samkitk
Copy link
Contributor Author

samkitk commented Jan 11, 2021

After a fresh install , again I encounter this same issue. Currently the three services -

LibreTime Version | ecd3020

Service Description Status
Media Analyzer LibreTime media analyzer service Check that the libretime-analyzer service is installed correctly in /etc/systemd/system/, and ensure that it's running withsystemctl status libretime-analyzerIf not, trysudo systemctl restart libretime-analyzer
Pypo LibreTime playout service Check that the libretime-playout service is installed correctly in /etc/systemd/system/, and ensure that it's running withsystemctl status libretime-playoutIf not, trysudo systemctl restart libretime-playout
Liquidsoap LibreTime liquidsoap service Check that the libretime-liquidsoap service is installed correctly in /etc/systemd/system/, and ensure that it's running withsystemctl status libretime-liquidsoapIf not, trysudo systemctl restart libretime-liquidsoap

Now, if I restart - the fourth service - celery will also stop working and render it unusable.

Attaching my airtime.conf as requested in #1157 (comment)

[general]
api_key = XXXXXXXXXXXXXXXXXx
web_server_user = www-data
base_url = XXX.XX.XXX.XXX
base_port = 80
base_dir = /
force_ssl =
cache_ahead_hours = 1
airtime_dir =
station_id =
auth = local


[database]
host = localhost
dbname = airtime
dbuser = airtime
dbpass = airtime


[rabbitmq]
host = 127.0.0.1
port = 5672
user = airtime
password = newpassword
vhost = /airtime


[current_backend]
storage_backend=file


[monit]
user =
password =



[pypo]
api_client = 'airtime'
cache_dir = '/var/tmp/airtime/pypo/cache/'
file_dir = '/var/tmp/airtime/pypo/files/' 
tmp_dir = '/var/tmp/airtime/pypo/tmp/'
cache_base_dir = '/var/tmp/airtime/pypo'
log_base_dir = '/var/log/airtime'
pypo_log_dir = '/var/log/airtime/pypo'
liquidsoap_log_dir = '/var/log/airtime/pypo-liquidsoap'
ls_host = '127.0.0.1'
ls_port = '1234'
poll_interval = 3600
push_interval = 1
cue_style = 'pre'
record_bitrate = 256
record_samplerate = 44100
record_channels = 2
record_sample_size = 16
record_file_type = 'ogg'
base_recorded_files = '/var/tmp/airtime/show-recorder/'


[soundcloud]
connection_retries = 3
time_between_retries = 60
soundcloud_client_id = 0
soundcloud_client_secret = 0
soundcloud_redirect_uri = http://libretime.example.org/soundcloud_callback.php
[facebook]
facebook_app_id = 0
facebook_app_url = http://example.org
facebook_app_api_key = 0

[ldap]
hostname = ldap.example.org
binddn = 'uid=libretime,cn=sysaccounts,cn=etc,dc=int,dc=example,dc=org'
password = hackme
account_domain = INT.EXAMPLE.ORG
basedn = 'cn=users,cn=accounts,dc=int,dc=example,dc=org'
filter_field = uid
groupmap_guest = 'cn=guest,cn=groups,cn=accounts,dc=int,dc=example,dc=org'
groupmap_host = 'cn=host,cn=groups,cn=accounts,dc=int,dc=example,dc=org'
groupmap_program_manager = 'cn=program_manager,cn=groups,cn=accounts,dc=int,dc=example,dc=org'
groupmap_admin = 'cn=admins,cn=groups,cn=accounts,dc=int,dc=example,dc=org'
groupmap_superadmin = 'cn=superadmin,cn=groups,cn=accounts,dc=int,dc=example,dc=org'

@paddatrapper
Copy link
Contributor

So your base url is an IP address? Do you use the IP address to access the site too?

@samkitk
Copy link
Contributor Author

samkitk commented Jan 11, 2021 via email

@zklosko
Copy link
Member

zklosko commented Jan 11, 2021

@paddatrapper it might be related to #1142

@paddatrapper
Copy link
Contributor

@samkitk what is the content of /var/log/airtime/pypo/pypo.log?

@Robbt
Copy link
Member

Robbt commented Jan 13, 2021

It looks like the issue is related to the computer being able to access the server for whatever reason based upon CORS etc. Have you tried adding your IP to the CORS url under settings ? I'm not sure why this would be having an issue but this would be my first place to try to fix the issue based upon the zendphp log.

Also you should look at the logs for the various services that are failing as @paddatrapper recommended in the last comment.

@samkitk
Copy link
Contributor Author

samkitk commented Jan 19, 2021

@samkitk what is the content of /var/log/airtime/pypo/pypo.log?

Hi @paddatrapper
Please find the logs under /var/log/airtime/pypo/pypo.log

2021-01-19 10:26:56,910 [pypoliqqueue] [INFO ]  waiting 89.089438s until next scheduled item
2021-01-19 10:26:56,965 [pypofetch] [INFO ]  File '/var/tmp/airtime/pypo/cache/scheduler/42.mp3' removed
2021-01-19 10:26:57,006 [pypofetch] [INFO ]  File '/var/tmp/airtime/pypo/cache/scheduler/39.mp3' removed
2021-01-19 10:26:57,046 [pypofetch] [INFO ]  File '/var/tmp/airtime/pypo/cache/scheduler/41.mp3' removed
2021-01-19 10:26:57,047 [pypofetch] [INFO ]  Loop #2331
2021-01-19 10:26:57,073 [pypofile] [INFO ]  copying from http://<IP-Address>/rest/media/33 to local cache /var/tmp/airtime/pypo/cache/scheduler/33.mp3
2021-01-19 10:26:57,197 [pypofile] [INFO ]  copying from http://<IP-Address>/rest/media/32 to local cache /var/tmp/airtime/pypo/cache/scheduler/32.mp3
2021-01-19 10:28:26,015 [pypoliqqueue] [INFO ]  waiting 2456.984794s until next scheduled item
2021-01-19 10:30:58,312 [recorder] [INFO ]  Parsing recording show schedules...
2021-01-19 10:30:58,312 [recorder] [INFO ]  updated recorder schedule received: {'shows': [], 'is_recording': False, 'server_timezone': 'Asia/Kolkata'}
2021-01-19 10:34:57,048 [pypofetch] [INFO ]  Queue timeout. Fetching schedule manually
2021-01-19 10:34:57,134 [pypofile] [INFO ]  copying from http://<IP-Address>/rest/media/30 to local cache /var/tmp/airtime/pypo/cache/scheduler/30.mp3
2021-01-19 10:34:57,168 [pypoliqqueue] [INFO ]  New schedule received: {'2021-01-19-11-09-23': {'id': 37, 'type': 'file', 'metadata': {'id': 37, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Elijah Nang/Gaijin II Tale of Rai/Elijah Nang - Gomenasai IV.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:47', 'utime': '2021-01-06 19:02:02', 'lptime': '2021-01-19 00:58:09', 'md5': '553c4b651197b4db1e30ec00752f1418', 'track_title': 'Gomenasai IV', 'artist_name': 'Elijah Nang', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:04:28.56', 'album_title': 'Gaijin II Tale of Rai', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 5, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Elijah Nang', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Elijah Nang', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-6.52', 'owner_id': 1, 'cuein': '00:00:00.066354', 'cueout': '00:04:28.536958', 'hidden': False, 'filesize': 6648125, 'description': None, 'artwork': 'imported/1/artwork/Elijah Nang - Gomenasai IV', 'track_type': ''}, 'row_id': 747, 'uri': 'http://<IP-Address>/rest/media/37', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.066, 'cue_out': 268.537, 'start': datetime.datetime(2021, 1, 19, 11, 9, 23), 'end': datetime.datetime(2021, 1, 19, 11, 13, 51), 'show_name': 'Testing 03', 'replay_gain': -6.52, 'independent_event': False, 'filesize': 6648125, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/37.mp3', 'file_ready': True}, '2021-01-19-11-13-51': {'id': 36, 'type': 'file', 'metadata': {'id': 36, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Aphrow/Lion Dance./Aphrow - Lion Dance.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:43', 'utime': '2021-01-06 19:01:52', 'lptime': '2021-01-19 01:02:37', 'md5': 'd0f808f54b36ae214846bc84c856b7b6', 'track_title': 'Lion Dance.', 'artist_name': 'Aphrow', 'bit_rate': 192000, 'sample_rate': 44100, 'format': None, 'length': '00:03:43.242449', 'album_title': 'Lion Dance.', 'genre': None, 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Dreamhop Music', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': 'Dreamhop Music', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '7.54', 'owner_id': 1, 'cuein': '00:00:00.556848', 'cueout': '00:03:43.217392', 'hidden': False, 'filesize': 5471050, 'description': None, 'artwork': 'imported/1/artwork/Aphrow - Lion Dance', 'track_type': ''}, 'row_id': 748, 'uri': 'http://<IP-Address>/rest/media/36', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.557, 'cue_out': 223.217, 'start': datetime.datetime(2021, 1, 19, 11, 13, 51), 'end': datetime.datetime(2021, 1, 19, 11, 17, 34), 'show_name': 'Testing 03', 'replay_gain': 7.54, 'independent_event': False, 'filesize': 5471050, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/36.mp3', 'file_ready': True}, '2021-01-19-11-17-34': {'id': 35, 'type': 'file', 'metadata': {'id': 35, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Cotard Beatz/Yoisho/Cotard Beatz - Yoisho.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:39', 'utime': '2021-01-06 19:01:46', 'lptime': '2021-01-19 01:06:19', 'md5': '9d55e38d481feb5c8aaab684283881f4', 'track_title': 'Yoisho', 'artist_name': 'Cotard Beatz', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:01:37.08', 'album_title': 'Yoisho', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Walking Corpse Records', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Walking Corpse Records', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '2.36', 'owner_id': 1, 'cuein': '00:00:00.38725', 'cueout': '00:01:37.056958', 'hidden': False, 'filesize': 2446388, 'description': None, 'artwork': 'imported/1/artwork/Cotard Beatz - Yoisho', 'track_type': ''}, 'row_id': 749, 'uri': 'http://<IP-Address>/rest/media/35', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.387, 'cue_out': 97.057, 'start': datetime.datetime(2021, 1, 19, 11, 17, 34), 'end': datetime.datetime(2021, 1, 19, 11, 19, 11), 'show_name': 'Testing 03', 'replay_gain': 2.36, 'independent_event': False, 'filesize': 2446388, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/35.mp3', 'file_ready': True}, '2021-01-19-11-19-11': {'id': 34, 'type': 'file', 'metadata': {'id': 34, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Yotsuba/Huey Daze - Yotsuba.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:37', 'utime': '2021-01-06 19:01:42', 'lptime': '2021-01-19 01:07:56', 'md5': '83ed911c396617c9d626fb70e49406db', 'track_title': 'Yotsuba', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:10.296', 'album_title': 'Yotsuba', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Huey Daze', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Huey Daze', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.42', 'owner_id': 1, 'cuein': '00:00:00.028667', 'cueout': '00:02:05.546396', 'hidden': False, 'filesize': 3204367, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Yotsuba', 'track_type': ''}, 'row_id': 750, 'uri': 'http://<IP-Address>/rest/media/34', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.029, 'cue_out': 125.546, 'start': datetime.datetime(2021, 1, 19, 11, 19, 11), 'end': datetime.datetime(2021, 1, 19, 11, 21, 16), 'show_name': 'Testing 03', 'replay_gain': -4.42, 'independent_event': False, 'filesize': 3204367, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/34.mp3', 'file_ready': True}, '2021-01-19-11-21-16': {'id': 33, 'type': 'file', 'metadata': {'id': 33, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Tenno/Journey/Tenno - Journey.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:34', 'utime': '2021-01-06 19:01:38', 'lptime': '2021-01-19 01:10:02', 'md5': 'db0abafefaf81de39e60e3f305111d27', 'track_title': 'Journey', 'artist_name': 'Tenno', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:49.44', 'album_title': 'Journey', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Tenno', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Tenno', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-1.75', 'owner_id': 1, 'cuein': '00:00:00.030792', 'cueout': '00:02:46.424125', 'hidden': False, 'filesize': 4266115, 'description': None, 'artwork': 'imported/1/artwork/Tenno - Journey', 'track_type': ''}, 'row_id': 751, 'uri': 'http://<IP-Address>/rest/media/33', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.031, 'cue_out': 166.424, 'start': datetime.datetime(2021, 1, 19, 11, 21, 16), 'end': datetime.datetime(2021, 1, 19, 11, 24, 3), 'show_name': 'Testing 03', 'replay_gain': -1.75, 'independent_event': False, 'filesize': 4266115, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/33.mp3', 'file_ready': True}, '2021-01-19-11-24-03': {'id': 32, 'type': 'file', 'metadata': {'id': 32, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Runaway./Bamboo/Runaway - Bamboo.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:31', 'utime': '2021-01-06 19:01:37', 'lptime': '2021-01-19 01:12:48', 'md5': '234366eb38ebfa26703622feb0d12536', 'track_title': 'Bamboo', 'artist_name': 'Runaway.', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:00.144', 'album_title': 'Bamboo', 'genre': None, 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1394870 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1394870 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.79', 'owner_id': 1, 'cuein': '00:00:00.075208', 'cueout': '00:02:53.073937', 'hidden': False, 'filesize': 4493817, 'description': None, 'artwork': 'imported/1/artwork/Runaway - Bamboo', 'track_type': ''}, 'row_id': 752, 'uri': 'http://<IP-Address>/rest/media/32', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.075, 'cue_out': 173.074, 'start': datetime.datetime(2021, 1, 19, 11, 24, 3), 'end': datetime.datetime(2021, 1, 19, 11, 26, 56), 'show_name': 'Testing 03', 'replay_gain': -2.79, 'independent_event': False, 'filesize': 4493817, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/32.mp3', 'file_ready': True}, '2021-01-19-11-26-56': {'id': 30, 'type': 'file', 'metadata': {'id': 30, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Answer Love/Lilac - Anata.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:26', 'utime': '2021-01-06 19:01:34', 'lptime': '2021-01-19 01:15:41', 'md5': 'ae10fed8f084892202a30fd31874d8a4', 'track_title': 'Anata', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:19.368', 'album_title': 'Answer Love', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 2, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '0.05', 'owner_id': 1, 'cuein': '00:00:00', 'cueout': '00:02:19.368', 'hidden': False, 'filesize': 3420214, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Anata', 'track_type': ''}, 'row_id': 753, 'uri': 'http://<IP-Address>/rest/media/30', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0, 'cue_out': 139.368, 'start': datetime.datetime(2021, 1, 19, 11, 26, 56), 'end': datetime.datetime(2021, 1, 19, 11, 29, 15), 'show_name': 'Testing 03', 'replay_gain': 0.05, 'independent_event': False, 'filesize': 3420214, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/30.mp3', 'file_ready': False}, '2021-01-19-11-29-15': {'id': 31, 'type': 'file', 'metadata': {'id': 31, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Sonnet/Huey Daze - Amore.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:28', 'utime': '2021-01-06 19:01:34', 'lptime': '2021-01-19 01:18:00', 'md5': 'c1d9f973a58f269cac868d94ef4111b8', 'track_title': 'Amore', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:10.296', 'album_title': 'Sonnet', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 3, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'College Music Records', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 College Music Records', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.42', 'owner_id': 1, 'cuein': '00:00:00.028667', 'cueout': '00:02:05.546396', 'hidden': False, 'filesize': 3227409, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Amore', 'track_type': ''}, 'row_id': 754, 'uri': 'http://<IP-Address>/rest/media/31', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.029, 'cue_out': 125.546, 'start': datetime.datetime(2021, 1, 19, 11, 29, 15), 'end': datetime.datetime(2021, 1, 19, 11, 31, 21), 'show_name': 'Testing 03', 'replay_gain': -4.42, 'independent_event': False, 'filesize': 3227409, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/31.mp3', 'file_ready': False}, '2021-01-19-11-31-21': {'id': 29, 'type': 'file', 'metadata': {'id': 29, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Serenade/Huey Daze - Take You There.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:23', 'utime': '2021-01-06 19:01:32', 'lptime': '2021-01-19 01:20:06', 'md5': '414827a62b5ef44502fb05c86c9e0b02', 'track_title': 'Take You There', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:32.136', 'album_title': 'Serenade', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2017', 'track_number': 2, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Huey Daze', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2017 Huey Daze', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.54', 'owner_id': 1, 'cuein': '00:00:00.199063', 'cueout': '00:02:30.456312', 'hidden': False, 'filesize': 3807982, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Take You There', 'track_type': ''}, 'row_id': 755, 'uri': 'http://<IP-Address>/rest/media/29', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.199, 'cue_out': 150.456, 'start': datetime.datetime(2021, 1, 19, 11, 31, 21), 'end': datetime.datetime(2021, 1, 19, 11, 33, 51), 'show_name': 'Testing 03', 'replay_gain': -4.54, 'independent_event': False, 'filesize': 3807982, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/29.mp3', 'file_ready': False}, '2021-01-19-11-33-51': {'id': 28, 'type': 'file', 'metadata': {'id': 28, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Answer Love/Lilac - Hatsukoi.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:21', 'utime': '2021-01-06 19:01:31', 'lptime': '2021-01-19 01:22:36', 'md5': '6298774039f1e40afbc1a3bca149f7ae', 'track_title': 'Hatsukoi', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:05.064', 'album_title': 'Answer Love', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.03', 'owner_id': 1, 'cuein': '00:00:00.155479', 'cueout': '00:02:03.249896', 'hidden': False, 'filesize': 3069668, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Hatsukoi', 'track_type': ''}, 'row_id': 756, 'uri': 'http://<IP-Address>/rest/media/28', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.155, 'cue_out': 123.25, 'start': datetime.datetime(2021, 1, 19, 11, 33, 51), 'end': datetime.datetime(2021, 1, 19, 11, 35, 54), 'show_name': 'Testing 03', 'replay_gain': -2.03, 'independent_event': False, 'filesize': 3069668, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/28.mp3', 'file_ready': False}}
2021-01-19 10:34:57,174 [pypoliqqueue] [INFO ]  waiting 2065.825868s until next scheduled item
2021-01-19 10:34:57,221 [pypofetch] [INFO ]  File '/var/tmp/airtime/pypo/cache/scheduler/40.mp3' removed
2021-01-19 10:34:57,222 [pypofetch] [INFO ]  Loop #2332
2021-01-19 10:34:57,269 [pypofile] [INFO ]  copying from http://<IP-Address>/rest/media/31 to local cache /var/tmp/airtime/pypo/cache/scheduler/31.mp3
2021-01-19 10:34:57,367 [pypofile] [INFO ]  copying from http://<IP-Address>/rest/media/29 to local cache /var/tmp/airtime/pypo/cache/scheduler/29.mp3
2021-01-19 10:34:57,485 [pypofile] [INFO ]  copying from http://<IP-Address>/rest/media/28 to local cache /var/tmp/airtime/pypo/cache/scheduler/28.mp3
2021-01-19 10:42:57,223 [pypofetch] [INFO ]  Queue timeout. Fetching schedule manually
2021-01-19 10:42:57,359 [pypofile] [INFO ]  copying from http://<IP-Address>/rest/media/27 to local cache /var/tmp/airtime/pypo/cache/scheduler/27.mp3
2021-01-19 10:42:57,365 [pypofetch] [INFO ]  Loop #2333
2021-01-19 10:42:57,369 [pypoliqqueue] [INFO ]  New schedule received: {'2021-01-19-11-09-23': {'id': 37, 'type': 'file', 'metadata': {'id': 37, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Elijah Nang/Gaijin II Tale of Rai/Elijah Nang - Gomenasai IV.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:47', 'utime': '2021-01-06 19:02:02', 'lptime': '2021-01-19 00:58:09', 'md5': '553c4b651197b4db1e30ec00752f1418', 'track_title': 'Gomenasai IV', 'artist_name': 'Elijah Nang', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:04:28.56', 'album_title': 'Gaijin II Tale of Rai', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 5, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Elijah Nang', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Elijah Nang', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-6.52', 'owner_id': 1, 'cuein': '00:00:00.066354', 'cueout': '00:04:28.536958', 'hidden': False, 'filesize': 6648125, 'description': None, 'artwork': 'imported/1/artwork/Elijah Nang - Gomenasai IV', 'track_type': ''}, 'row_id': 747, 'uri': 'http://<IP-Address>/rest/media/37', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.066, 'cue_out': 268.537, 'start': datetime.datetime(2021, 1, 19, 11, 9, 23), 'end': datetime.datetime(2021, 1, 19, 11, 13, 51), 'show_name': 'Testing 03', 'replay_gain': -6.52, 'independent_event': False, 'filesize': 6648125, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/37.mp3', 'file_ready': True}, '2021-01-19-11-13-51': {'id': 36, 'type': 'file', 'metadata': {'id': 36, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Aphrow/Lion Dance./Aphrow - Lion Dance.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:43', 'utime': '2021-01-06 19:01:52', 'lptime': '2021-01-19 01:02:37', 'md5': 'd0f808f54b36ae214846bc84c856b7b6', 'track_title': 'Lion Dance.', 'artist_name': 'Aphrow', 'bit_rate': 192000, 'sample_rate': 44100, 'format': None, 'length': '00:03:43.242449', 'album_title': 'Lion Dance.', 'genre': None, 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Dreamhop Music', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': 'Dreamhop Music', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '7.54', 'owner_id': 1, 'cuein': '00:00:00.556848', 'cueout': '00:03:43.217392', 'hidden': False, 'filesize': 5471050, 'description': None, 'artwork': 'imported/1/artwork/Aphrow - Lion Dance', 'track_type': ''}, 'row_id': 748, 'uri': 'http://<IP-Address>/rest/media/36', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.557, 'cue_out': 223.217, 'start': datetime.datetime(2021, 1, 19, 11, 13, 51), 'end': datetime.datetime(2021, 1, 19, 11, 17, 34), 'show_name': 'Testing 03', 'replay_gain': 7.54, 'independent_event': False, 'filesize': 5471050, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/36.mp3', 'file_ready': True}, '2021-01-19-11-17-34': {'id': 35, 'type': 'file', 'metadata': {'id': 35, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Cotard Beatz/Yoisho/Cotard Beatz - Yoisho.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:39', 'utime': '2021-01-06 19:01:46', 'lptime': '2021-01-19 01:06:19', 'md5': '9d55e38d481feb5c8aaab684283881f4', 'track_title': 'Yoisho', 'artist_name': 'Cotard Beatz', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:01:37.08', 'album_title': 'Yoisho', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Walking Corpse Records', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Walking Corpse Records', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '2.36', 'owner_id': 1, 'cuein': '00:00:00.38725', 'cueout': '00:01:37.056958', 'hidden': False, 'filesize': 2446388, 'description': None, 'artwork': 'imported/1/artwork/Cotard Beatz - Yoisho', 'track_type': ''}, 'row_id': 749, 'uri': 'http://<IP-Address>/rest/media/35', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.387, 'cue_out': 97.057, 'start': datetime.datetime(2021, 1, 19, 11, 17, 34), 'end': datetime.datetime(2021, 1, 19, 11, 19, 11), 'show_name': 'Testing 03', 'replay_gain': 2.36, 'independent_event': False, 'filesize': 2446388, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/35.mp3', 'file_ready': True}, '2021-01-19-11-19-11': {'id': 34, 'type': 'file', 'metadata': {'id': 34, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Yotsuba/Huey Daze - Yotsuba.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:37', 'utime': '2021-01-06 19:01:42', 'lptime': '2021-01-19 01:07:56', 'md5': '83ed911c396617c9d626fb70e49406db', 'track_title': 'Yotsuba', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:10.296', 'album_title': 'Yotsuba', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Huey Daze', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Huey Daze', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.42', 'owner_id': 1, 'cuein': '00:00:00.028667', 'cueout': '00:02:05.546396', 'hidden': False, 'filesize': 3204367, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Yotsuba', 'track_type': ''}, 'row_id': 750, 'uri': 'http://<IP-Address>/rest/media/34', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.029, 'cue_out': 125.546, 'start': datetime.datetime(2021, 1, 19, 11, 19, 11), 'end': datetime.datetime(2021, 1, 19, 11, 21, 16), 'show_name': 'Testing 03', 'replay_gain': -4.42, 'independent_event': False, 'filesize': 3204367, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/34.mp3', 'file_ready': True}, '2021-01-19-11-21-16': {'id': 33, 'type': 'file', 'metadata': {'id': 33, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Tenno/Journey/Tenno - Journey.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:34', 'utime': '2021-01-06 19:01:38', 'lptime': '2021-01-19 01:10:02', 'md5': 'db0abafefaf81de39e60e3f305111d27', 'track_title': 'Journey', 'artist_name': 'Tenno', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:49.44', 'album_title': 'Journey', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Tenno', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Tenno', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-1.75', 'owner_id': 1, 'cuein': '00:00:00.030792', 'cueout': '00:02:46.424125', 'hidden': False, 'filesize': 4266115, 'description': None, 'artwork': 'imported/1/artwork/Tenno - Journey', 'track_type': ''}, 'row_id': 751, 'uri': 'http://<IP-Address>/rest/media/33', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.031, 'cue_out': 166.424, 'start': datetime.datetime(2021, 1, 19, 11, 21, 16), 'end': datetime.datetime(2021, 1, 19, 11, 24, 3), 'show_name': 'Testing 03', 'replay_gain': -1.75, 'independent_event': False, 'filesize': 4266115, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/33.mp3', 'file_ready': True}, '2021-01-19-11-24-03': {'id': 32, 'type': 'file', 'metadata': {'id': 32, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Runaway./Bamboo/Runaway - Bamboo.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:31', 'utime': '2021-01-06 19:01:37', 'lptime': '2021-01-19 01:12:48', 'md5': '234366eb38ebfa26703622feb0d12536', 'track_title': 'Bamboo', 'artist_name': 'Runaway.', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:00.144', 'album_title': 'Bamboo', 'genre': None, 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1394870 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1394870 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.79', 'owner_id': 1, 'cuein': '00:00:00.075208', 'cueout': '00:02:53.073937', 'hidden': False, 'filesize': 4493817, 'description': None, 'artwork': 'imported/1/artwork/Runaway - Bamboo', 'track_type': ''}, 'row_id': 752, 'uri': 'http://<IP-Address>/rest/media/32', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.075, 'cue_out': 173.074, 'start': datetime.datetime(2021, 1, 19, 11, 24, 3), 'end': datetime.datetime(2021, 1, 19, 11, 26, 56), 'show_name': 'Testing 03', 'replay_gain': -2.79, 'independent_event': False, 'filesize': 4493817, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/32.mp3', 'file_ready': True}, '2021-01-19-11-26-56': {'id': 30, 'type': 'file', 'metadata': {'id': 30, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Answer Love/Lilac - Anata.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:26', 'utime': '2021-01-06 19:01:34', 'lptime': '2021-01-19 01:15:41', 'md5': 'ae10fed8f084892202a30fd31874d8a4', 'track_title': 'Anata', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:19.368', 'album_title': 'Answer Love', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 2, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '0.05', 'owner_id': 1, 'cuein': '00:00:00', 'cueout': '00:02:19.368', 'hidden': False, 'filesize': 3420214, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Anata', 'track_type': ''}, 'row_id': 753, 'uri': 'http://<IP-Address>/rest/media/30', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0, 'cue_out': 139.368, 'start': datetime.datetime(2021, 1, 19, 11, 26, 56), 'end': datetime.datetime(2021, 1, 19, 11, 29, 15), 'show_name': 'Testing 03', 'replay_gain': 0.05, 'independent_event': False, 'filesize': 3420214, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/30.mp3', 'file_ready': True}, '2021-01-19-11-29-15': {'id': 31, 'type': 'file', 'metadata': {'id': 31, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Sonnet/Huey Daze - Amore.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:28', 'utime': '2021-01-06 19:01:34', 'lptime': '2021-01-19 01:18:00', 'md5': 'c1d9f973a58f269cac868d94ef4111b8', 'track_title': 'Amore', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:10.296', 'album_title': 'Sonnet', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 3, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'College Music Records', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 College Music Records', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.42', 'owner_id': 1, 'cuein': '00:00:00.028667', 'cueout': '00:02:05.546396', 'hidden': False, 'filesize': 3227409, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Amore', 'track_type': ''}, 'row_id': 754, 'uri': 'http://<IP-Address>/rest/media/31', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.029, 'cue_out': 125.546, 'start': datetime.datetime(2021, 1, 19, 11, 29, 15), 'end': datetime.datetime(2021, 1, 19, 11, 31, 21), 'show_name': 'Testing 03', 'replay_gain': -4.42, 'independent_event': False, 'filesize': 3227409, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/31.mp3', 'file_ready': True}, '2021-01-19-11-31-21': {'id': 29, 'type': 'file', 'metadata': {'id': 29, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Serenade/Huey Daze - Take You There.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:23', 'utime': '2021-01-06 19:01:32', 'lptime': '2021-01-19 01:20:06', 'md5': '414827a62b5ef44502fb05c86c9e0b02', 'track_title': 'Take You There', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:32.136', 'album_title': 'Serenade', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2017', 'track_number': 2, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Huey Daze', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2017 Huey Daze', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.54', 'owner_id': 1, 'cuein': '00:00:00.199063', 'cueout': '00:02:30.456312', 'hidden': False, 'filesize': 3807982, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Take You There', 'track_type': ''}, 'row_id': 755, 'uri': 'http://<IP-Address>/rest/media/29', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.199, 'cue_out': 150.456, 'start': datetime.datetime(2021, 1, 19, 11, 31, 21), 'end': datetime.datetime(2021, 1, 19, 11, 33, 51), 'show_name': 'Testing 03', 'replay_gain': -4.54, 'independent_event': False, 'filesize': 3807982, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/29.mp3', 'file_ready': True}, '2021-01-19-11-33-51': {'id': 28, 'type': 'file', 'metadata': {'id': 28, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Answer Love/Lilac - Hatsukoi.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:21', 'utime': '2021-01-06 19:01:31', 'lptime': '2021-01-19 01:22:36', 'md5': '6298774039f1e40afbc1a3bca149f7ae', 'track_title': 'Hatsukoi', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:05.064', 'album_title': 'Answer Love', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.03', 'owner_id': 1, 'cuein': '00:00:00.155479', 'cueout': '00:02:03.249896', 'hidden': False, 'filesize': 3069668, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Hatsukoi', 'track_type': ''}, 'row_id': 756, 'uri': 'http://<IP-Address>/rest/media/28', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.155, 'cue_out': 123.25, 'start': datetime.datetime(2021, 1, 19, 11, 33, 51), 'end': datetime.datetime(2021, 1, 19, 11, 35, 54), 'show_name': 'Testing 03', 'replay_gain': -2.03, 'independent_event': False, 'filesize': 3069668, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/28.mp3', 'file_ready': True}, '2021-01-19-11-35-54': {'id': 27, 'type': 'file', 'metadata': {'id': 27, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Tenno/Legends of the Past/Tenno - Bushido.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:18', 'utime': '2021-01-06 19:01:29', 'lptime': '2021-01-19 01:24:39', 'md5': 'c4010898de23f4f94db9736b1177593b', 'track_title': 'Bushido', 'artist_name': 'Tenno', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:19.584', 'album_title': 'Legends of the Past', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Tenno', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Tenno', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.66', 'owner_id': 1, 'cuein': '00:00:00.029854', 'cueout': '00:02:18.286687', 'hidden': False, 'filesize': 3440548, 'description': None, 'artwork': 'imported/1/artwork/Tenno - Bushido', 'track_type': ''}, 'row_id': 757, 'uri': 'http://<IP-Address>/rest/media/27', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.03, 'cue_out': 138.287, 'start': datetime.datetime(2021, 1, 19, 11, 35, 54), 'end': datetime.datetime(2021, 1, 19, 11, 38, 12), 'show_name': 'Testing 03', 'replay_gain': -2.66, 'independent_event': False, 'filesize': 3440548, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/27.mp3', 'file_ready': False}, '2021-01-19-11-38-12': {'id': 26, 'type': 'file', 'metadata': {'id': 26, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Vindu/From the Ashes/Vindu - Reiwa.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:15', 'utime': '2021-01-06 19:01:28', 'lptime': '2021-01-19 01:26:58', 'md5': 'a09e58287627be3232b36307eb587632', 'track_title': 'Reiwa', 'artist_name': 'Vindu', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:48.456', 'album_title': 'From the Ashes', 'genre': 'Bosnian Electronic', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1126098 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1126098 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-6.49', 'owner_id': 1, 'cuein': '00:00:00.101458', 'cueout': '00:03:46.323292', 'hidden': False, 'filesize': 5549631, 'description': None, 'artwork': 'imported/1/artwork/Vindu - Reiwa', 'track_type': ''}, 'row_id': 758, 'uri': 'http://<IP-Address>/rest/media/26', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.101, 'cue_out': 226.323, 'start': datetime.datetime(2021, 1, 19, 11, 38, 12), 'end': datetime.datetime(2021, 1, 19, 11, 41, 58), 'show_name': 'Testing 03', 'replay_gain': -6.49, 'independent_event': False, 'filesize': 5549631, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/26.mp3', 'file_ready': False}, '2021-01-19-11-41-58': {'id': 25, 'type': 'file', 'metadata': {'id': 25, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Kimi/Lilac - Kimi.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:12', 'utime': '2021-01-06 19:01:27', 'lptime': '2021-01-19 01:30:44', 'md5': 'f44e00e2e194da8a4445d41c09a8edf3', 'track_title': 'Kimi', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:01:58.56', 'album_title': 'Kimi', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.9', 'owner_id': 1, 'cuein': '00:00:00.004458', 'cueout': '00:01:56.819854', 'hidden': False, 'filesize': 2968088, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Kimi', 'track_type': ''}, 'row_id': 759, 'uri': 'http://<IP-Address>/rest/media/25', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.004, 'cue_out': 116.82, 'start': datetime.datetime(2021, 1, 19, 11, 41, 58), 'end': datetime.datetime(2021, 1, 19, 11, 43, 55), 'show_name': 'Testing 03', 'replay_gain': -2.9, 'independent_event': False, 'filesize': 2968088, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/25.mp3', 'file_ready': False}}
2021-01-19 10:42:57,377 [pypoliqqueue] [INFO ]  waiting 1585.622642s until next scheduled item
2021-01-19 10:42:57,462 [pypofile] [INFO ]  copying from http://<IP-Address>/rest/media/26 to local cache /var/tmp/airtime/pypo/cache/scheduler/26.mp3
2021-01-19 10:42:57,610 [pypofile] [INFO ]  copying from http://<IP-Address>/rest/media/25 to local cache /var/tmp/airtime/pypo/cache/scheduler/25.mp3
2021-01-19 10:50:57,367 [pypofetch] [INFO ]  Queue timeout. Fetching schedule manually
2021-01-19 10:50:57,478 [pypofile] [INFO ]  copying from http://<IP-Address>/rest/media/24 to local cache /var/tmp/airtime/pypo/cache/scheduler/24.mp3
2021-01-19 10:50:57,485 [pypofetch] [INFO ]  Loop #2334
2021-01-19 10:50:57,489 [pypoliqqueue] [INFO ]  New schedule received: {'2021-01-19-11-09-23': {'id': 37, 'type': 'file', 'metadata': {'id': 37, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Elijah Nang/Gaijin II Tale of Rai/Elijah Nang - Gomenasai IV.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:47', 'utime': '2021-01-06 19:02:02', 'lptime': '2021-01-19 00:58:09', 'md5': '553c4b651197b4db1e30ec00752f1418', 'track_title': 'Gomenasai IV', 'artist_name': 'Elijah Nang', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:04:28.56', 'album_title': 'Gaijin II Tale of Rai', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 5, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Elijah Nang', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Elijah Nang', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-6.52', 'owner_id': 1, 'cuein': '00:00:00.066354', 'cueout': '00:04:28.536958', 'hidden': False, 'filesize': 6648125, 'description': None, 'artwork': 'imported/1/artwork/Elijah Nang - Gomenasai IV', 'track_type': ''}, 'row_id': 747, 'uri': 'http://<IP-Address>/rest/media/37', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.066, 'cue_out': 268.537, 'start': datetime.datetime(2021, 1, 19, 11, 9, 23), 'end': datetime.datetime(2021, 1, 19, 11, 13, 51), 'show_name': 'Testing 03', 'replay_gain': -6.52, 'independent_event': False, 'filesize': 6648125, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/37.mp3', 'file_ready': True}, '2021-01-19-11-13-51': {'id': 36, 'type': 'file', 'metadata': {'id': 36, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Aphrow/Lion Dance./Aphrow - Lion Dance.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:43', 'utime': '2021-01-06 19:01:52', 'lptime': '2021-01-19 01:02:37', 'md5': 'd0f808f54b36ae214846bc84c856b7b6', 'track_title': 'Lion Dance.', 'artist_name': 'Aphrow', 'bit_rate': 192000, 'sample_rate': 44100, 'format': None, 'length': '00:03:43.242449', 'album_title': 'Lion Dance.', 'genre': None, 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Dreamhop Music', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': 'Dreamhop Music', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '7.54', 'owner_id': 1, 'cuein': '00:00:00.556848', 'cueout': '00:03:43.217392', 'hidden': False, 'filesize': 5471050, 'description': None, 'artwork': 'imported/1/artwork/Aphrow - Lion Dance', 'track_type': ''}, 'row_id': 748, 'uri': 'http://<IP-Address>/rest/media/36', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.557, 'cue_out': 223.217, 'start': datetime.datetime(2021, 1, 19, 11, 13, 51), 'end': datetime.datetime(2021, 1, 19, 11, 17, 34), 'show_name': 'Testing 03', 'replay_gain': 7.54, 'independent_event': False, 'filesize': 5471050, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/36.mp3', 'file_ready': True}, '2021-01-19-11-17-34': {'id': 35, 'type': 'file', 'metadata': {'id': 35, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Cotard Beatz/Yoisho/Cotard Beatz - Yoisho.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:39', 'utime': '2021-01-06 19:01:46', 'lptime': '2021-01-19 01:06:19', 'md5': '9d55e38d481feb5c8aaab684283881f4', 'track_title': 'Yoisho', 'artist_name': 'Cotard Beatz', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:01:37.08', 'album_title': 'Yoisho', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Walking Corpse Records', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Walking Corpse Records', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '2.36', 'owner_id': 1, 'cuein': '00:00:00.38725', 'cueout': '00:01:37.056958', 'hidden': False, 'filesize': 2446388, 'description': None, 'artwork': 'imported/1/artwork/Cotard Beatz - Yoisho', 'track_type': ''}, 'row_id': 749, 'uri': 'http://<IP-Address>/rest/media/35', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.387, 'cue_out': 97.057, 'start': datetime.datetime(2021, 1, 19, 11, 17, 34), 'end': datetime.datetime(2021, 1, 19, 11, 19, 11), 'show_name': 'Testing 03', 'replay_gain': 2.36, 'independent_event': False, 'filesize': 2446388, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/35.mp3', 'file_ready': True}, '2021-01-19-11-19-11': {'id': 34, 'type': 'file', 'metadata': {'id': 34, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Yotsuba/Huey Daze - Yotsuba.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:37', 'utime': '2021-01-06 19:01:42', 'lptime': '2021-01-19 01:07:56', 'md5': '83ed911c396617c9d626fb70e49406db', 'track_title': 'Yotsuba', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:10.296', 'album_title': 'Yotsuba', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Huey Daze', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Huey Daze', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.42', 'owner_id': 1, 'cuein': '00:00:00.028667', 'cueout': '00:02:05.546396', 'hidden': False, 'filesize': 3204367, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Yotsuba', 'track_type': ''}, 'row_id': 750, 'uri': 'http://<IP-Address>/rest/media/34', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.029, 'cue_out': 125.546, 'start': datetime.datetime(2021, 1, 19, 11, 19, 11), 'end': datetime.datetime(2021, 1, 19, 11, 21, 16), 'show_name': 'Testing 03', 'replay_gain': -4.42, 'independent_event': False, 'filesize': 3204367, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/34.mp3', 'file_ready': True}, '2021-01-19-11-21-16': {'id': 33, 'type': 'file', 'metadata': {'id': 33, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Tenno/Journey/Tenno - Journey.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:34', 'utime': '2021-01-06 19:01:38', 'lptime': '2021-01-19 01:10:02', 'md5': 'db0abafefaf81de39e60e3f305111d27', 'track_title': 'Journey', 'artist_name': 'Tenno', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:49.44', 'album_title': 'Journey', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Tenno', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Tenno', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-1.75', 'owner_id': 1, 'cuein': '00:00:00.030792', 'cueout': '00:02:46.424125', 'hidden': False, 'filesize': 4266115, 'description': None, 'artwork': 'imported/1/artwork/Tenno - Journey', 'track_type': ''}, 'row_id': 751, 'uri': 'http://<IP-Address>/rest/media/33', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.031, 'cue_out': 166.424, 'start': datetime.datetime(2021, 1, 19, 11, 21, 16), 'end': datetime.datetime(2021, 1, 19, 11, 24, 3), 'show_name': 'Testing 03', 'replay_gain': -1.75, 'independent_event': False, 'filesize': 4266115, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/33.mp3', 'file_ready': True}, '2021-01-19-11-24-03': {'id': 32, 'type': 'file', 'metadata': {'id': 32, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Runaway./Bamboo/Runaway - Bamboo.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:31', 'utime': '2021-01-06 19:01:37', 'lptime': '2021-01-19 01:12:48', 'md5': '234366eb38ebfa26703622feb0d12536', 'track_title': 'Bamboo', 'artist_name': 'Runaway.', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:00.144', 'album_title': 'Bamboo', 'genre': None, 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1394870 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1394870 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.79', 'owner_id': 1, 'cuein': '00:00:00.075208', 'cueout': '00:02:53.073937', 'hidden': False, 'filesize': 4493817, 'description': None, 'artwork': 'imported/1/artwork/Runaway - Bamboo', 'track_type': ''}, 'row_id': 752, 'uri': 'http://<IP-Address>/rest/media/32', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.075, 'cue_out': 173.074, 'start': datetime.datetime(2021, 1, 19, 11, 24, 3), 'end': datetime.datetime(2021, 1, 19, 11, 26, 56), 'show_name': 'Testing 03', 'replay_gain': -2.79, 'independent_event': False, 'filesize': 4493817, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/32.mp3', 'file_ready': True}, '2021-01-19-11-26-56': {'id': 30, 'type': 'file', 'metadata': {'id': 30, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Answer Love/Lilac - Anata.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:26', 'utime': '2021-01-06 19:01:34', 'lptime': '2021-01-19 01:15:41', 'md5': 'ae10fed8f084892202a30fd31874d8a4', 'track_title': 'Anata', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:19.368', 'album_title': 'Answer Love', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 2, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '0.05', 'owner_id': 1, 'cuein': '00:00:00', 'cueout': '00:02:19.368', 'hidden': False, 'filesize': 3420214, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Anata', 'track_type': ''}, 'row_id': 753, 'uri': 'http://<IP-Address>/rest/media/30', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0, 'cue_out': 139.368, 'start': datetime.datetime(2021, 1, 19, 11, 26, 56), 'end': datetime.datetime(2021, 1, 19, 11, 29, 15), 'show_name': 'Testing 03', 'replay_gain': 0.05, 'independent_event': False, 'filesize': 3420214, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/30.mp3', 'file_ready': True}, '2021-01-19-11-29-15': {'id': 31, 'type': 'file', 'metadata': {'id': 31, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Sonnet/Huey Daze - Amore.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:28', 'utime': '2021-01-06 19:01:34', 'lptime': '2021-01-19 01:18:00', 'md5': 'c1d9f973a58f269cac868d94ef4111b8', 'track_title': 'Amore', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:10.296', 'album_title': 'Sonnet', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 3, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'College Music Records', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 College Music Records', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.42', 'owner_id': 1, 'cuein': '00:00:00.028667', 'cueout': '00:02:05.546396', 'hidden': False, 'filesize': 3227409, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Amore', 'track_type': ''}, 'row_id': 754, 'uri': 'http://<IP-Address>/rest/media/31', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.029, 'cue_out': 125.546, 'start': datetime.datetime(2021, 1, 19, 11, 29, 15), 'end': datetime.datetime(2021, 1, 19, 11, 31, 21), 'show_name': 'Testing 03', 'replay_gain': -4.42, 'independent_event': False, 'filesize': 3227409, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/31.mp3', 'file_ready': True}, '2021-01-19-11-31-21': {'id': 29, 'type': 'file', 'metadata': {'id': 29, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Serenade/Huey Daze - Take You There.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:23', 'utime': '2021-01-06 19:01:32', 'lptime': '2021-01-19 01:20:06', 'md5': '414827a62b5ef44502fb05c86c9e0b02', 'track_title': 'Take You There', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:32.136', 'album_title': 'Serenade', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2017', 'track_number': 2, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Huey Daze', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2017 Huey Daze', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.54', 'owner_id': 1, 'cuein': '00:00:00.199063', 'cueout': '00:02:30.456312', 'hidden': False, 'filesize': 3807982, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Take You There', 'track_type': ''}, 'row_id': 755, 'uri': 'http://<IP-Address>/rest/media/29', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.199, 'cue_out': 150.456, 'start': datetime.datetime(2021, 1, 19, 11, 31, 21), 'end': datetime.datetime(2021, 1, 19, 11, 33, 51), 'show_name': 'Testing 03', 'replay_gain': -4.54, 'independent_event': False, 'filesize': 3807982, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/29.mp3', 'file_ready': True}, '2021-01-19-11-33-51': {'id': 28, 'type': 'file', 'metadata': {'id': 28, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Answer Love/Lilac - Hatsukoi.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:21', 'utime': '2021-01-06 19:01:31', 'lptime': '2021-01-19 01:22:36', 'md5': '6298774039f1e40afbc1a3bca149f7ae', 'track_title': 'Hatsukoi', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:05.064', 'album_title': 'Answer Love', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.03', 'owner_id': 1, 'cuein': '00:00:00.155479', 'cueout': '00:02:03.249896', 'hidden': False, 'filesize': 3069668, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Hatsukoi', 'track_type': ''}, 'row_id': 756, 'uri': 'http://<IP-Address>/rest/media/28', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.155, 'cue_out': 123.25, 'start': datetime.datetime(2021, 1, 19, 11, 33, 51), 'end': datetime.datetime(2021, 1, 19, 11, 35, 54), 'show_name': 'Testing 03', 'replay_gain': -2.03, 'independent_event': False, 'filesize': 3069668, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/28.mp3', 'file_ready': True}, '2021-01-19-11-35-54': {'id': 27, 'type': 'file', 'metadata': {'id': 27, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Tenno/Legends of the Past/Tenno - Bushido.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:18', 'utime': '2021-01-06 19:01:29', 'lptime': '2021-01-19 01:24:39', 'md5': 'c4010898de23f4f94db9736b1177593b', 'track_title': 'Bushido', 'artist_name': 'Tenno', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:19.584', 'album_title': 'Legends of the Past', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Tenno', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Tenno', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.66', 'owner_id': 1, 'cuein': '00:00:00.029854', 'cueout': '00:02:18.286687', 'hidden': False, 'filesize': 3440548, 'description': None, 'artwork': 'imported/1/artwork/Tenno - Bushido', 'track_type': ''}, 'row_id': 757, 'uri': 'http://<IP-Address>/rest/media/27', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.03, 'cue_out': 138.287, 'start': datetime.datetime(2021, 1, 19, 11, 35, 54), 'end': datetime.datetime(2021, 1, 19, 11, 38, 12), 'show_name': 'Testing 03', 'replay_gain': -2.66, 'independent_event': False, 'filesize': 3440548, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/27.mp3', 'file_ready': True}, '2021-01-19-11-38-12': {'id': 26, 'type': 'file', 'metadata': {'id': 26, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Vindu/From the Ashes/Vindu - Reiwa.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:15', 'utime': '2021-01-06 19:01:28', 'lptime': '2021-01-19 01:26:58', 'md5': 'a09e58287627be3232b36307eb587632', 'track_title': 'Reiwa', 'artist_name': 'Vindu', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:48.456', 'album_title': 'From the Ashes', 'genre': 'Bosnian Electronic', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1126098 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1126098 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-6.49', 'owner_id': 1, 'cuein': '00:00:00.101458', 'cueout': '00:03:46.323292', 'hidden': False, 'filesize': 5549631, 'description': None, 'artwork': 'imported/1/artwork/Vindu - Reiwa', 'track_type': ''}, 'row_id': 758, 'uri': 'http://<IP-Address>/rest/media/26', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.101, 'cue_out': 226.323, 'start': datetime.datetime(2021, 1, 19, 11, 38, 12), 'end': datetime.datetime(2021, 1, 19, 11, 41, 58), 'show_name': 'Testing 03', 'replay_gain': -6.49, 'independent_event': False, 'filesize': 5549631, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/26.mp3', 'file_ready': True}, '2021-01-19-11-41-58': {'id': 25, 'type': 'file', 'metadata': {'id': 25, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Kimi/Lilac - Kimi.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:12', 'utime': '2021-01-06 19:01:27', 'lptime': '2021-01-19 01:30:44', 'md5': 'f44e00e2e194da8a4445d41c09a8edf3', 'track_title': 'Kimi', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:01:58.56', 'album_title': 'Kimi', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.9', 'owner_id': 1, 'cuein': '00:00:00.004458', 'cueout': '00:01:56.819854', 'hidden': False, 'filesize': 2968088, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Kimi', 'track_type': ''}, 'row_id': 759, 'uri': 'http://<IP-Address>/rest/media/25', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.004, 'cue_out': 116.82, 'start': datetime.datetime(2021, 1, 19, 11, 41, 58), 'end': datetime.datetime(2021, 1, 19, 11, 43, 55), 'show_name': 'Testing 03', 'replay_gain': -2.9, 'independent_event': False, 'filesize': 2968088, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/25.mp3', 'file_ready': True}, '2021-01-19-11-43-55': {'id': 24, 'type': 'file', 'metadata': {'id': 24, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Vindu/From the Ashes/Vindu - Akimatsuri.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:09', 'utime': '2021-01-06 19:01:25', 'lptime': '2021-01-19 01:32:41', 'md5': '0460ea132f923c735bbac93ec78d1de4', 'track_title': 'Akimatsuri', 'artist_name': 'Vindu', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:48.456', 'album_title': 'From the Ashes', 'genre': 'Bosnian Electronic', 'comments': None, 'year': '2019', 'track_number': 6, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1126098 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1126098 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-6.49', 'owner_id': 1, 'cuein': '00:00:00.101458', 'cueout': '00:03:46.323292', 'hidden': False, 'filesize': 5545653, 'description': None, 'artwork': 'imported/1/artwork/Vindu - Akimatsuri', 'track_type': ''}, 'row_id': 760, 'uri': 'http://<IP-Address>/rest/media/24', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.101, 'cue_out': 226.323, 'start': datetime.datetime(2021, 1, 19, 11, 43, 55), 'end': datetime.datetime(2021, 1, 19, 11, 47, 41), 'show_name': 'Testing 03', 'replay_gain': -6.49, 'independent_event': False, 'filesize': 5545653, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/24.mp3', 'file_ready': False}, '2021-01-19-11-47-41': {'id': 23, 'type': 'file', 'metadata': {'id': 23, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Asokah/Flowers at Midnight/Asokah - Flowers at Midnight.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:05', 'utime': '2021-01-06 19:01:23', 'lptime': '2021-01-19 01:36:27', 'md5': 'd0133050b70359f1983ef938d9703435', 'track_title': 'Flowers at Midnight', 'artist_name': 'Asokah', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:45.072', 'album_title': 'Flowers at Midnight', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '975141 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 975141 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-5.56', 'owner_id': 1, 'cuein': '00:00:00.411938', 'cueout': '00:02:43.377896', 'hidden': False, 'filesize': 4040827, 'description': None, 'artwork': 'imported/1/artwork/Asokah - Flowers at Midnight', 'track_type': ''}, 'row_id': 761, 'uri': 'http://<IP-Address>/rest/media/23', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.412, 'cue_out': 163.378, 'start': datetime.datetime(2021, 1, 19, 11, 47, 41), 'end': datetime.datetime(2021, 1, 19, 11, 50, 24), 'show_name': 'Testing 03', 'replay_gain': -5.56, 'independent_event': False, 'filesize': 4040827, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/23.mp3', 'file_ready': False}, '2021-01-19-11-50-24': {'id': 22, 'type': 'file', 'metadata': {'id': 22, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Enoshy/Solitude/Enoshy - Solitude.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:02', 'utime': '2021-01-06 19:01:21', 'lptime': '2021-01-19 01:39:10', 'md5': 'cf2c9331e645d432d4ee9c0e12e3bc10', 'track_title': 'Solitude', 'artist_name': 'Enoshy', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:53:33.408', 'album_title': 'Solitude', 'genre': None, 'comments': None, 'year': '2018', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'enoshy', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 enoshy', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.05', 'owner_id': 1, 'cuein': '00:00:00.145604', 'cueout': '00:53:33.384958', 'hidden': False, 'filesize': 77386574, 'description': None, 'artwork': 'imported/1/artwork/Enoshy - Solitude', 'track_type': ''}, 'row_id': 762, 'uri': 'http://<IP-Address>/rest/media/22', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.146, 'cue_out': 3213.385, 'start': datetime.datetime(2021, 1, 19, 11, 50, 24), 'end': datetime.datetime(2021, 1, 19, 12, 43, 58), 'show_name': 'Testing 03', 'replay_gain': -4.05, 'independent_event': True, 'filesize': 77386574, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/22.mp3', 'file_ready': False}}
2021-01-19 10:50:57,496 [pypoliqqueue] [INFO ]  waiting 1105.50317s until next scheduled item
2021-01-19 10:50:57,632 [pypofile] [INFO ]  copying from http://<IP-Address>/rest/media/23 to local cache /var/tmp/airtime/pypo/cache/scheduler/23.mp3
2021-01-19 10:50:57,751 [pypofile] [INFO ]  copying from http://<IP-Address>/rest/media/22 to local cache /var/tmp/airtime/pypo/cache/scheduler/22.mp3
2021-01-19 10:58:57,486 [pypofetch] [INFO ]  Queue timeout. Fetching schedule manually
2021-01-19 10:58:57,612 [pypofetch] [INFO ]  Loop #2335
2021-01-19 10:58:57,615 [pypoliqqueue] [INFO ]  New schedule received: {'2021-01-19-11-09-23': {'id': 37, 'type': 'file', 'metadata': {'id': 37, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Elijah Nang/Gaijin II Tale of Rai/Elijah Nang - Gomenasai IV.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:47', 'utime': '2021-01-06 19:02:02', 'lptime': '2021-01-19 00:58:09', 'md5': '553c4b651197b4db1e30ec00752f1418', 'track_title': 'Gomenasai IV', 'artist_name': 'Elijah Nang', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:04:28.56', 'album_title': 'Gaijin II Tale of Rai', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 5, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Elijah Nang', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Elijah Nang', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-6.52', 'owner_id': 1, 'cuein': '00:00:00.066354', 'cueout': '00:04:28.536958', 'hidden': False, 'filesize': 6648125, 'description': None, 'artwork': 'imported/1/artwork/Elijah Nang - Gomenasai IV', 'track_type': ''}, 'row_id': 747, 'uri': 'http://<IP-Address>/rest/media/37', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.066, 'cue_out': 268.537, 'start': datetime.datetime(2021, 1, 19, 11, 9, 23), 'end': datetime.datetime(2021, 1, 19, 11, 13, 51), 'show_name': 'Testing 03', 'replay_gain': -6.52, 'independent_event': False, 'filesize': 6648125, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/37.mp3', 'file_ready': True}, '2021-01-19-11-13-51': {'id': 36, 'type': 'file', 'metadata': {'id': 36, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Aphrow/Lion Dance./Aphrow - Lion Dance.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:43', 'utime': '2021-01-06 19:01:52', 'lptime': '2021-01-19 01:02:37', 'md5': 'd0f808f54b36ae214846bc84c856b7b6', 'track_title': 'Lion Dance.', 'artist_name': 'Aphrow', 'bit_rate': 192000, 'sample_rate': 44100, 'format': None, 'length': '00:03:43.242449', 'album_title': 'Lion Dance.', 'genre': None, 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Dreamhop Music', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': 'Dreamhop Music', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '7.54', 'owner_id': 1, 'cuein': '00:00:00.556848', 'cueout': '00:03:43.217392', 'hidden': False, 'filesize': 5471050, 'description': None, 'artwork': 'imported/1/artwork/Aphrow - Lion Dance', 'track_type': ''}, 'row_id': 748, 'uri': 'http://<IP-Address>/rest/media/36', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.557, 'cue_out': 223.217, 'start': datetime.datetime(2021, 1, 19, 11, 13, 51), 'end': datetime.datetime(2021, 1, 19, 11, 17, 34), 'show_name': 'Testing 03', 'replay_gain': 7.54, 'independent_event': False, 'filesize': 5471050, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/36.mp3', 'file_ready': True}, '2021-01-19-11-17-34': {'id': 35, 'type': 'file', 'metadata': {'id': 35, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Cotard Beatz/Yoisho/Cotard Beatz - Yoisho.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:39', 'utime': '2021-01-06 19:01:46', 'lptime': '2021-01-19 01:06:19', 'md5': '9d55e38d481feb5c8aaab684283881f4', 'track_title': 'Yoisho', 'artist_name': 'Cotard Beatz', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:01:37.08', 'album_title': 'Yoisho', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Walking Corpse Records', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Walking Corpse Records', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '2.36', 'owner_id': 1, 'cuein': '00:00:00.38725', 'cueout': '00:01:37.056958', 'hidden': False, 'filesize': 2446388, 'description': None, 'artwork': 'imported/1/artwork/Cotard Beatz - Yoisho', 'track_type': ''}, 'row_id': 749, 'uri': 'http://<IP-Address>/rest/media/35', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.387, 'cue_out': 97.057, 'start': datetime.datetime(2021, 1, 19, 11, 17, 34), 'end': datetime.datetime(2021, 1, 19, 11, 19, 11), 'show_name': 'Testing 03', 'replay_gain': 2.36, 'independent_event': False, 'filesize': 2446388, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/35.mp3', 'file_ready': True}, '2021-01-19-11-19-11': {'id': 34, 'type': 'file', 'metadata': {'id': 34, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Yotsuba/Huey Daze - Yotsuba.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:37', 'utime': '2021-01-06 19:01:42', 'lptime': '2021-01-19 01:07:56', 'md5': '83ed911c396617c9d626fb70e49406db', 'track_title': 'Yotsuba', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:10.296', 'album_title': 'Yotsuba', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Huey Daze', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Huey Daze', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.42', 'owner_id': 1, 'cuein': '00:00:00.028667', 'cueout': '00:02:05.546396', 'hidden': False, 'filesize': 3204367, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Yotsuba', 'track_type': ''}, 'row_id': 750, 'uri': 'http://<IP-Address>/rest/media/34', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.029, 'cue_out': 125.546, 'start': datetime.datetime(2021, 1, 19, 11, 19, 11), 'end': datetime.datetime(2021, 1, 19, 11, 21, 16), 'show_name': 'Testing 03', 'replay_gain': -4.42, 'independent_event': False, 'filesize': 3204367, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/34.mp3', 'file_ready': True}, '2021-01-19-11-21-16': {'id': 33, 'type': 'file', 'metadata': {'id': 33, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Tenno/Journey/Tenno - Journey.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:34', 'utime': '2021-01-06 19:01:38', 'lptime': '2021-01-19 01:10:02', 'md5': 'db0abafefaf81de39e60e3f305111d27', 'track_title': 'Journey', 'artist_name': 'Tenno', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:49.44', 'album_title': 'Journey', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Tenno', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Tenno', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-1.75', 'owner_id': 1, 'cuein': '00:00:00.030792', 'cueout': '00:02:46.424125', 'hidden': False, 'filesize': 4266115, 'description': None, 'artwork': 'imported/1/artwork/Tenno - Journey', 'track_type': ''}, 'row_id': 751, 'uri': 'http://<IP-Address>/rest/media/33', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.031, 'cue_out': 166.424, 'start': datetime.datetime(2021, 1, 19, 11, 21, 16), 'end': datetime.datetime(2021, 1, 19, 11, 24, 3), 'show_name': 'Testing 03', 'replay_gain': -1.75, 'independent_event': False, 'filesize': 4266115, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/33.mp3', 'file_ready': True}, '2021-01-19-11-24-03': {'id': 32, 'type': 'file', 'metadata': {'id': 32, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Runaway./Bamboo/Runaway - Bamboo.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:31', 'utime': '2021-01-06 19:01:37', 'lptime': '2021-01-19 01:12:48', 'md5': '234366eb38ebfa26703622feb0d12536', 'track_title': 'Bamboo', 'artist_name': 'Runaway.', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:00.144', 'album_title': 'Bamboo', 'genre': None, 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1394870 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1394870 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.79', 'owner_id': 1, 'cuein': '00:00:00.075208', 'cueout': '00:02:53.073937', 'hidden': False, 'filesize': 4493817, 'description': None, 'artwork': 'imported/1/artwork/Runaway - Bamboo', 'track_type': ''}, 'row_id': 752, 'uri': 'http://<IP-Address>/rest/media/32', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.075, 'cue_out': 173.074, 'start': datetime.datetime(2021, 1, 19, 11, 24, 3), 'end': datetime.datetime(2021, 1, 19, 11, 26, 56), 'show_name': 'Testing 03', 'replay_gain': -2.79, 'independent_event': False, 'filesize': 4493817, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/32.mp3', 'file_ready': True}, '2021-01-19-11-26-56': {'id': 30, 'type': 'file', 'metadata': {'id': 30, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Answer Love/Lilac - Anata.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:26', 'utime': '2021-01-06 19:01:34', 'lptime': '2021-01-19 01:15:41', 'md5': 'ae10fed8f084892202a30fd31874d8a4', 'track_title': 'Anata', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:19.368', 'album_title': 'Answer Love', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 2, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '0.05', 'owner_id': 1, 'cuein': '00:00:00', 'cueout': '00:02:19.368', 'hidden': False, 'filesize': 3420214, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Anata', 'track_type': ''}, 'row_id': 753, 'uri': 'http://<IP-Address>/rest/media/30', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0, 'cue_out': 139.368, 'start': datetime.datetime(2021, 1, 19, 11, 26, 56), 'end': datetime.datetime(2021, 1, 19, 11, 29, 15), 'show_name': 'Testing 03', 'replay_gain': 0.05, 'independent_event': False, 'filesize': 3420214, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/30.mp3', 'file_ready': True}, '2021-01-19-11-29-15': {'id': 31, 'type': 'file', 'metadata': {'id': 31, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Sonnet/Huey Daze - Amore.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:28', 'utime': '2021-01-06 19:01:34', 'lptime': '2021-01-19 01:18:00', 'md5': 'c1d9f973a58f269cac868d94ef4111b8', 'track_title': 'Amore', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:10.296', 'album_title': 'Sonnet', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 3, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'College Music Records', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 College Music Records', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.42', 'owner_id': 1, 'cuein': '00:00:00.028667', 'cueout': '00:02:05.546396', 'hidden': False, 'filesize': 3227409, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Amore', 'track_type': ''}, 'row_id': 754, 'uri': 'http://<IP-Address>/rest/media/31', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.029, 'cue_out': 125.546, 'start': datetime.datetime(2021, 1, 19, 11, 29, 15), 'end': datetime.datetime(2021, 1, 19, 11, 31, 21), 'show_name': 'Testing 03', 'replay_gain': -4.42, 'independent_event': False, 'filesize': 3227409, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/31.mp3', 'file_ready': True}, '2021-01-19-11-31-21': {'id': 29, 'type': 'file', 'metadata': {'id': 29, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Serenade/Huey Daze - Take You There.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:23', 'utime': '2021-01-06 19:01:32', 'lptime': '2021-01-19 01:20:06', 'md5': '414827a62b5ef44502fb05c86c9e0b02', 'track_title': 'Take You There', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:32.136', 'album_title': 'Serenade', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2017', 'track_number': 2, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Huey Daze', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2017 Huey Daze', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.54', 'owner_id': 1, 'cuein': '00:00:00.199063', 'cueout': '00:02:30.456312', 'hidden': False, 'filesize': 3807982, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Take You There', 'track_type': ''}, 'row_id': 755, 'uri': 'http://<IP-Address>/rest/media/29', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.199, 'cue_out': 150.456, 'start': datetime.datetime(2021, 1, 19, 11, 31, 21), 'end': datetime.datetime(2021, 1, 19, 11, 33, 51), 'show_name': 'Testing 03', 'replay_gain': -4.54, 'independent_event': False, 'filesize': 3807982, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/29.mp3', 'file_ready': True}, '2021-01-19-11-33-51': {'id': 28, 'type': 'file', 'metadata': {'id': 28, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Answer Love/Lilac - Hatsukoi.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:21', 'utime': '2021-01-06 19:01:31', 'lptime': '2021-01-19 01:22:36', 'md5': '6298774039f1e40afbc1a3bca149f7ae', 'track_title': 'Hatsukoi', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:05.064', 'album_title': 'Answer Love', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.03', 'owner_id': 1, 'cuein': '00:00:00.155479', 'cueout': '00:02:03.249896', 'hidden': False, 'filesize': 3069668, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Hatsukoi', 'track_type': ''}, 'row_id': 756, 'uri': 'http://<IP-Address>/rest/media/28', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.155, 'cue_out': 123.25, 'start': datetime.datetime(2021, 1, 19, 11, 33, 51), 'end': datetime.datetime(2021, 1, 19, 11, 35, 54), 'show_name': 'Testing 03', 'replay_gain': -2.03, 'independent_event': False, 'filesize': 3069668, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/28.mp3', 'file_ready': True}, '2021-01-19-11-35-54': {'id': 27, 'type': 'file', 'metadata': {'id': 27, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Tenno/Legends of the Past/Tenno - Bushido.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:18', 'utime': '2021-01-06 19:01:29', 'lptime': '2021-01-19 01:24:39', 'md5': 'c4010898de23f4f94db9736b1177593b', 'track_title': 'Bushido', 'artist_name': 'Tenno', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:19.584', 'album_title': 'Legends of the Past', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Tenno', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Tenno', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.66', 'owner_id': 1, 'cuein': '00:00:00.029854', 'cueout': '00:02:18.286687', 'hidden': False, 'filesize': 3440548, 'description': None, 'artwork': 'imported/1/artwork/Tenno - Bushido', 'track_type': ''}, 'row_id': 757, 'uri': 'http://<IP-Address>/rest/media/27', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.03, 'cue_out': 138.287, 'start': datetime.datetime(2021, 1, 19, 11, 35, 54), 'end': datetime.datetime(2021, 1, 19, 11, 38, 12), 'show_name': 'Testing 03', 'replay_gain': -2.66, 'independent_event': False, 'filesize': 3440548, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/27.mp3', 'file_ready': True}, '2021-01-19-11-38-12': {'id': 26, 'type': 'file', 'metadata': {'id': 26, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Vindu/From the Ashes/Vindu - Reiwa.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:15', 'utime': '2021-01-06 19:01:28', 'lptime': '2021-01-19 01:26:58', 'md5': 'a09e58287627be3232b36307eb587632', 'track_title': 'Reiwa', 'artist_name': 'Vindu', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:48.456', 'album_title': 'From the Ashes', 'genre': 'Bosnian Electronic', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1126098 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1126098 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-6.49', 'owner_id': 1, 'cuein': '00:00:00.101458', 'cueout': '00:03:46.323292', 'hidden': False, 'filesize': 5549631, 'description': None, 'artwork': 'imported/1/artwork/Vindu - Reiwa', 'track_type': ''}, 'row_id': 758, 'uri': 'http://<IP-Address>/rest/media/26', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.101, 'cue_out': 226.323, 'start': datetime.datetime(2021, 1, 19, 11, 38, 12), 'end': datetime.datetime(2021, 1, 19, 11, 41, 58), 'show_name': 'Testing 03', 'replay_gain': -6.49, 'independent_event': False, 'filesize': 5549631, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/26.mp3', 'file_ready': True}, '2021-01-19-11-41-58': {'id': 25, 'type': 'file', 'metadata': {'id': 25, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Kimi/Lilac - Kimi.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:12', 'utime': '2021-01-06 19:01:27', 'lptime': '2021-01-19 01:30:44', 'md5': 'f44e00e2e194da8a4445d41c09a8edf3', 'track_title': 'Kimi', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:01:58.56', 'album_title': 'Kimi', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.9', 'owner_id': 1, 'cuein': '00:00:00.004458', 'cueout': '00:01:56.819854', 'hidden': False, 'filesize': 2968088, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Kimi', 'track_type': ''}, 'row_id': 759, 'uri': 'http://<IP-Address>/rest/media/25', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.004, 'cue_out': 116.82, 'start': datetime.datetime(2021, 1, 19, 11, 41, 58), 'end': datetime.datetime(2021, 1, 19, 11, 43, 55), 'show_name': 'Testing 03', 'replay_gain': -2.9, 'independent_event': False, 'filesize': 2968088, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/25.mp3', 'file_ready': True}, '2021-01-19-11-43-55': {'id': 24, 'type': 'file', 'metadata': {'id': 24, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Vindu/From the Ashes/Vindu - Akimatsuri.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:09', 'utime': '2021-01-06 19:01:25', 'lptime': '2021-01-19 01:32:41', 'md5': '0460ea132f923c735bbac93ec78d1de4', 'track_title': 'Akimatsuri', 'artist_name': 'Vindu', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:48.456', 'album_title': 'From the Ashes', 'genre': 'Bosnian Electronic', 'comments': None, 'year': '2019', 'track_number': 6, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1126098 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1126098 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-6.49', 'owner_id': 1, 'cuein': '00:00:00.101458', 'cueout': '00:03:46.323292', 'hidden': False, 'filesize': 5545653, 'description': None, 'artwork': 'imported/1/artwork/Vindu - Akimatsuri', 'track_type': ''}, 'row_id': 760, 'uri': 'http://<IP-Address>/rest/media/24', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.101, 'cue_out': 226.323, 'start': datetime.datetime(2021, 1, 19, 11, 43, 55), 'end': datetime.datetime(2021, 1, 19, 11, 47, 41), 'show_name': 'Testing 03', 'replay_gain': -6.49, 'independent_event': False, 'filesize': 5545653, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/24.mp3', 'file_ready': True}, '2021-01-19-11-47-41': {'id': 23, 'type': 'file', 'metadata': {'id': 23, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Asokah/Flowers at Midnight/Asokah - Flowers at Midnight.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:05', 'utime': '2021-01-06 19:01:23', 'lptime': '2021-01-19 01:36:27', 'md5': 'd0133050b70359f1983ef938d9703435', 'track_title': 'Flowers at Midnight', 'artist_name': 'Asokah', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:45.072', 'album_title': 'Flowers at Midnight', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '975141 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 975141 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-5.56', 'owner_id': 1, 'cuein': '00:00:00.411938', 'cueout': '00:02:43.377896', 'hidden': False, 'filesize': 4040827, 'description': None, 'artwork': 'imported/1/artwork/Asokah - Flowers at Midnight', 'track_type': ''}, 'row_id': 761, 'uri': 'http://<IP-Address>/rest/media/23', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.412, 'cue_out': 163.378, 'start': datetime.datetime(2021, 1, 19, 11, 47, 41), 'end': datetime.datetime(2021, 1, 19, 11, 50, 24), 'show_name': 'Testing 03', 'replay_gain': -5.56, 'independent_event': False, 'filesize': 4040827, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/23.mp3', 'file_ready': True}, '2021-01-19-11-50-24': {'id': 22, 'type': 'file', 'metadata': {'id': 22, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Enoshy/Solitude/Enoshy - Solitude.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:02', 'utime': '2021-01-06 19:01:21', 'lptime': '2021-01-19 01:39:10', 'md5': 'cf2c9331e645d432d4ee9c0e12e3bc10', 'track_title': 'Solitude', 'artist_name': 'Enoshy', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:53:33.408', 'album_title': 'Solitude', 'genre': None, 'comments': None, 'year': '2018', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'enoshy', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 enoshy', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.05', 'owner_id': 1, 'cuein': '00:00:00.145604', 'cueout': '00:53:33.384958', 'hidden': False, 'filesize': 77386574, 'description': None, 'artwork': 'imported/1/artwork/Enoshy - Solitude', 'track_type': ''}, 'row_id': 762, 'uri': 'http://<IP-Address>/rest/media/22', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.146, 'cue_out': 3213.385, 'start': datetime.datetime(2021, 1, 19, 11, 50, 24), 'end': datetime.datetime(2021, 1, 19, 12, 43, 58), 'show_name': 'Testing 03', 'replay_gain': -4.05, 'independent_event': True, 'filesize': 77386574, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/22.mp3', 'file_ready': True}}
2021-01-19 10:58:57,618 [pypoliqqueue] [INFO ]  waiting 625.381432s until next scheduled item
2021-01-19 11:06:57,613 [pypofetch] [INFO ]  Queue timeout. Fetching schedule manually
2021-01-19 11:06:57,719 [pypofetch] [INFO ]  Loop #2336
2021-01-19 11:06:57,723 [pypoliqqueue] [INFO ]  New schedule received: {'2021-01-19-11-09-23': {'id': 37, 'type': 'file', 'metadata': {'id': 37, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Elijah Nang/Gaijin II Tale of Rai/Elijah Nang - Gomenasai IV.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:47', 'utime': '2021-01-06 19:02:02', 'lptime': '2021-01-19 00:58:09', 'md5': '553c4b651197b4db1e30ec00752f1418', 'track_title': 'Gomenasai IV', 'artist_name': 'Elijah Nang', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:04:28.56', 'album_title': 'Gaijin II Tale of Rai', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 5, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Elijah Nang', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Elijah Nang', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-6.52', 'owner_id': 1, 'cuein': '00:00:00.066354', 'cueout': '00:04:28.536958', 'hidden': False, 'filesize': 6648125, 'description': None, 'artwork': 'imported/1/artwork/Elijah Nang - Gomenasai IV', 'track_type': ''}, 'row_id': 747, 'uri': 'http://<IP-Address>/rest/media/37', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.066, 'cue_out': 268.537, 'start': datetime.datetime(2021, 1, 19, 11, 9, 23), 'end': datetime.datetime(2021, 1, 19, 11, 13, 51), 'show_name': 'Testing 03', 'replay_gain': -6.52, 'independent_event': False, 'filesize': 6648125, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/37.mp3', 'file_ready': True}, '2021-01-19-11-13-51': {'id': 36, 'type': 'file', 'metadata': {'id': 36, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Aphrow/Lion Dance./Aphrow - Lion Dance.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:43', 'utime': '2021-01-06 19:01:52', 'lptime': '2021-01-19 01:02:37', 'md5': 'd0f808f54b36ae214846bc84c856b7b6', 'track_title': 'Lion Dance.', 'artist_name': 'Aphrow', 'bit_rate': 192000, 'sample_rate': 44100, 'format': None, 'length': '00:03:43.242449', 'album_title': 'Lion Dance.', 'genre': None, 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Dreamhop Music', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': 'Dreamhop Music', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '7.54', 'owner_id': 1, 'cuein': '00:00:00.556848', 'cueout': '00:03:43.217392', 'hidden': False, 'filesize': 5471050, 'description': None, 'artwork': 'imported/1/artwork/Aphrow - Lion Dance', 'track_type': ''}, 'row_id': 748, 'uri': 'http://<IP-Address>/rest/media/36', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.557, 'cue_out': 223.217, 'start': datetime.datetime(2021, 1, 19, 11, 13, 51), 'end': datetime.datetime(2021, 1, 19, 11, 17, 34), 'show_name': 'Testing 03', 'replay_gain': 7.54, 'independent_event': False, 'filesize': 5471050, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/36.mp3', 'file_ready': True}, '2021-01-19-11-17-34': {'id': 35, 'type': 'file', 'metadata': {'id': 35, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Cotard Beatz/Yoisho/Cotard Beatz - Yoisho.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:39', 'utime': '2021-01-06 19:01:46', 'lptime': '2021-01-19 01:06:19', 'md5': '9d55e38d481feb5c8aaab684283881f4', 'track_title': 'Yoisho', 'artist_name': 'Cotard Beatz', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:01:37.08', 'album_title': 'Yoisho', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Walking Corpse Records', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Walking Corpse Records', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '2.36', 'owner_id': 1, 'cuein': '00:00:00.38725', 'cueout': '00:01:37.056958', 'hidden': False, 'filesize': 2446388, 'description': None, 'artwork': 'imported/1/artwork/Cotard Beatz - Yoisho', 'track_type': ''}, 'row_id': 749, 'uri': 'http://<IP-Address>/rest/media/35', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.387, 'cue_out': 97.057, 'start': datetime.datetime(2021, 1, 19, 11, 17, 34), 'end': datetime.datetime(2021, 1, 19, 11, 19, 11), 'show_name': 'Testing 03', 'replay_gain': 2.36, 'independent_event': False, 'filesize': 2446388, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/35.mp3', 'file_ready': True}, '2021-01-19-11-19-11': {'id': 34, 'type': 'file', 'metadata': {'id': 34, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Yotsuba/Huey Daze - Yotsuba.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:37', 'utime': '2021-01-06 19:01:42', 'lptime': '2021-01-19 01:07:56', 'md5': '83ed911c396617c9d626fb70e49406db', 'track_title': 'Yotsuba', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:10.296', 'album_title': 'Yotsuba', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Huey Daze', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Huey Daze', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.42', 'owner_id': 1, 'cuein': '00:00:00.028667', 'cueout': '00:02:05.546396', 'hidden': False, 'filesize': 3204367, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Yotsuba', 'track_type': ''}, 'row_id': 750, 'uri': 'http://<IP-Address>/rest/media/34', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.029, 'cue_out': 125.546, 'start': datetime.datetime(2021, 1, 19, 11, 19, 11), 'end': datetime.datetime(2021, 1, 19, 11, 21, 16), 'show_name': 'Testing 03', 'replay_gain': -4.42, 'independent_event': False, 'filesize': 3204367, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/34.mp3', 'file_ready': True}, '2021-01-19-11-21-16': {'id': 33, 'type': 'file', 'metadata': {'id': 33, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Tenno/Journey/Tenno - Journey.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:34', 'utime': '2021-01-06 19:01:38', 'lptime': '2021-01-19 01:10:02', 'md5': 'db0abafefaf81de39e60e3f305111d27', 'track_title': 'Journey', 'artist_name': 'Tenno', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:49.44', 'album_title': 'Journey', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Tenno', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Tenno', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-1.75', 'owner_id': 1, 'cuein': '00:00:00.030792', 'cueout': '00:02:46.424125', 'hidden': False, 'filesize': 4266115, 'description': None, 'artwork': 'imported/1/artwork/Tenno - Journey', 'track_type': ''}, 'row_id': 751, 'uri': 'http://<IP-Address>/rest/media/33', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.031, 'cue_out': 166.424, 'start': datetime.datetime(2021, 1, 19, 11, 21, 16), 'end': datetime.datetime(2021, 1, 19, 11, 24, 3), 'show_name': 'Testing 03', 'replay_gain': -1.75, 'independent_event': False, 'filesize': 4266115, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/33.mp3', 'file_ready': True}, '2021-01-19-11-24-03': {'id': 32, 'type': 'file', 'metadata': {'id': 32, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Runaway./Bamboo/Runaway - Bamboo.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:31', 'utime': '2021-01-06 19:01:37', 'lptime': '2021-01-19 01:12:48', 'md5': '234366eb38ebfa26703622feb0d12536', 'track_title': 'Bamboo', 'artist_name': 'Runaway.', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:00.144', 'album_title': 'Bamboo', 'genre': None, 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1394870 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1394870 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.79', 'owner_id': 1, 'cuein': '00:00:00.075208', 'cueout': '00:02:53.073937', 'hidden': False, 'filesize': 4493817, 'description': None, 'artwork': 'imported/1/artwork/Runaway - Bamboo', 'track_type': ''}, 'row_id': 752, 'uri': 'http://<IP-Address>/rest/media/32', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.075, 'cue_out': 173.074, 'start': datetime.datetime(2021, 1, 19, 11, 24, 3), 'end': datetime.datetime(2021, 1, 19, 11, 26, 56), 'show_name': 'Testing 03', 'replay_gain': -2.79, 'independent_event': False, 'filesize': 4493817, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/32.mp3', 'file_ready': True}, '2021-01-19-11-26-56': {'id': 30, 'type': 'file', 'metadata': {'id': 30, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Answer Love/Lilac - Anata.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:26', 'utime': '2021-01-06 19:01:34', 'lptime': '2021-01-19 01:15:41', 'md5': 'ae10fed8f084892202a30fd31874d8a4', 'track_title': 'Anata', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:19.368', 'album_title': 'Answer Love', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 2, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '0.05', 'owner_id': 1, 'cuein': '00:00:00', 'cueout': '00:02:19.368', 'hidden': False, 'filesize': 3420214, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Anata', 'track_type': ''}, 'row_id': 753, 'uri': 'http://<IP-Address>/rest/media/30', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0, 'cue_out': 139.368, 'start': datetime.datetime(2021, 1, 19, 11, 26, 56), 'end': datetime.datetime(2021, 1, 19, 11, 29, 15), 'show_name': 'Testing 03', 'replay_gain': 0.05, 'independent_event': False, 'filesize': 3420214, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/30.mp3', 'file_ready': True}, '2021-01-19-11-29-15': {'id': 31, 'type': 'file', 'metadata': {'id': 31, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Sonnet/Huey Daze - Amore.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:28', 'utime': '2021-01-06 19:01:34', 'lptime': '2021-01-19 01:18:00', 'md5': 'c1d9f973a58f269cac868d94ef4111b8', 'track_title': 'Amore', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:10.296', 'album_title': 'Sonnet', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 3, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'College Music Records', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 College Music Records', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.42', 'owner_id': 1, 'cuein': '00:00:00.028667', 'cueout': '00:02:05.546396', 'hidden': False, 'filesize': 3227409, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Amore', 'track_type': ''}, 'row_id': 754, 'uri': 'http://<IP-Address>/rest/media/31', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.029, 'cue_out': 125.546, 'start': datetime.datetime(2021, 1, 19, 11, 29, 15), 'end': datetime.datetime(2021, 1, 19, 11, 31, 21), 'show_name': 'Testing 03', 'replay_gain': -4.42, 'independent_event': False, 'filesize': 3227409, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/31.mp3', 'file_ready': True}, '2021-01-19-11-31-21': {'id': 29, 'type': 'file', 'metadata': {'id': 29, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Serenade/Huey Daze - Take You There.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:23', 'utime': '2021-01-06 19:01:32', 'lptime': '2021-01-19 01:20:06', 'md5': '414827a62b5ef44502fb05c86c9e0b02', 'track_title': 'Take You There', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:32.136', 'album_title': 'Serenade', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2017', 'track_number': 2, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Huey Daze', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2017 Huey Daze', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.54', 'owner_id': 1, 'cuein': '00:00:00.199063', 'cueout': '00:02:30.456312', 'hidden': False, 'filesize': 3807982, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Take You There', 'track_type': ''}, 'row_id': 755, 'uri': 'http://<IP-Address>/rest/media/29', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.199, 'cue_out': 150.456, 'start': datetime.datetime(2021, 1, 19, 11, 31, 21), 'end': datetime.datetime(2021, 1, 19, 11, 33, 51), 'show_name': 'Testing 03', 'replay_gain': -4.54, 'independent_event': False, 'filesize': 3807982, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/29.mp3', 'file_ready': True}, '2021-01-19-11-33-51': {'id': 28, 'type': 'file', 'metadata': {'id': 28, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Answer Love/Lilac - Hatsukoi.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:21', 'utime': '2021-01-06 19:01:31', 'lptime': '2021-01-19 01:22:36', 'md5': '6298774039f1e40afbc1a3bca149f7ae', 'track_title': 'Hatsukoi', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:05.064', 'album_title': 'Answer Love', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.03', 'owner_id': 1, 'cuein': '00:00:00.155479', 'cueout': '00:02:03.249896', 'hidden': False, 'filesize': 3069668, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Hatsukoi', 'track_type': ''}, 'row_id': 756, 'uri': 'http://<IP-Address>/rest/media/28', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.155, 'cue_out': 123.25, 'start': datetime.datetime(2021, 1, 19, 11, 33, 51), 'end': datetime.datetime(2021, 1, 19, 11, 35, 54), 'show_name': 'Testing 03', 'replay_gain': -2.03, 'independent_event': False, 'filesize': 3069668, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/28.mp3', 'file_ready': True}, '2021-01-19-11-35-54': {'id': 27, 'type': 'file', 'metadata': {'id': 27, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Tenno/Legends of the Past/Tenno - Bushido.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:18', 'utime': '2021-01-06 19:01:29', 'lptime': '2021-01-19 01:24:39', 'md5': 'c4010898de23f4f94db9736b1177593b', 'track_title': 'Bushido', 'artist_name': 'Tenno', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:19.584', 'album_title': 'Legends of the Past', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Tenno', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Tenno', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.66', 'owner_id': 1, 'cuein': '00:00:00.029854', 'cueout': '00:02:18.286687', 'hidden': False, 'filesize': 3440548, 'description': None, 'artwork': 'imported/1/artwork/Tenno - Bushido', 'track_type': ''}, 'row_id': 757, 'uri': 'http://<IP-Address>/rest/media/27', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.03, 'cue_out': 138.287, 'start': datetime.datetime(2021, 1, 19, 11, 35, 54), 'end': datetime.datetime(2021, 1, 19, 11, 38, 12), 'show_name': 'Testing 03', 'replay_gain': -2.66, 'independent_event': False, 'filesize': 3440548, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/27.mp3', 'file_ready': True}, '2021-01-19-11-38-12': {'id': 26, 'type': 'file', 'metadata': {'id': 26, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Vindu/From the Ashes/Vindu - Reiwa.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:15', 'utime': '2021-01-06 19:01:28', 'lptime': '2021-01-19 01:26:58', 'md5': 'a09e58287627be3232b36307eb587632', 'track_title': 'Reiwa', 'artist_name': 'Vindu', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:48.456', 'album_title': 'From the Ashes', 'genre': 'Bosnian Electronic', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1126098 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1126098 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-6.49', 'owner_id': 1, 'cuein': '00:00:00.101458', 'cueout': '00:03:46.323292', 'hidden': False, 'filesize': 5549631, 'description': None, 'artwork': 'imported/1/artwork/Vindu - Reiwa', 'track_type': ''}, 'row_id': 758, 'uri': 'http://<IP-Address>/rest/media/26', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.101, 'cue_out': 226.323, 'start': datetime.datetime(2021, 1, 19, 11, 38, 12), 'end': datetime.datetime(2021, 1, 19, 11, 41, 58), 'show_name': 'Testing 03', 'replay_gain': -6.49, 'independent_event': False, 'filesize': 5549631, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/26.mp3', 'file_ready': True}, '2021-01-19-11-41-58': {'id': 25, 'type': 'file', 'metadata': {'id': 25, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Kimi/Lilac - Kimi.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:12', 'utime': '2021-01-06 19:01:27', 'lptime': '2021-01-19 01:30:44', 'md5': 'f44e00e2e194da8a4445d41c09a8edf3', 'track_title': 'Kimi', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:01:58.56', 'album_title': 'Kimi', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.9', 'owner_id': 1, 'cuein': '00:00:00.004458', 'cueout': '00:01:56.819854', 'hidden': False, 'filesize': 2968088, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Kimi', 'track_type': ''}, 'row_id': 759, 'uri': 'http://<IP-Address>/rest/media/25', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.004, 'cue_out': 116.82, 'start': datetime.datetime(2021, 1, 19, 11, 41, 58), 'end': datetime.datetime(2021, 1, 19, 11, 43, 55), 'show_name': 'Testing 03', 'replay_gain': -2.9, 'independent_event': False, 'filesize': 2968088, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/25.mp3', 'file_ready': True}, '2021-01-19-11-43-55': {'id': 24, 'type': 'file', 'metadata': {'id': 24, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Vindu/From the Ashes/Vindu - Akimatsuri.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:09', 'utime': '2021-01-06 19:01:25', 'lptime': '2021-01-19 01:32:41', 'md5': '0460ea132f923c735bbac93ec78d1de4', 'track_title': 'Akimatsuri', 'artist_name': 'Vindu', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:48.456', 'album_title': 'From the Ashes', 'genre': 'Bosnian Electronic', 'comments': None, 'year': '2019', 'track_number': 6, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1126098 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1126098 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-6.49', 'owner_id': 1, 'cuein': '00:00:00.101458', 'cueout': '00:03:46.323292', 'hidden': False, 'filesize': 5545653, 'description': None, 'artwork': 'imported/1/artwork/Vindu - Akimatsuri', 'track_type': ''}, 'row_id': 760, 'uri': 'http://<IP-Address>/rest/media/24', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.101, 'cue_out': 226.323, 'start': datetime.datetime(2021, 1, 19, 11, 43, 55), 'end': datetime.datetime(2021, 1, 19, 11, 47, 41), 'show_name': 'Testing 03', 'replay_gain': -6.49, 'independent_event': False, 'filesize': 5545653, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/24.mp3', 'file_ready': True}, '2021-01-19-11-47-41': {'id': 23, 'type': 'file', 'metadata': {'id': 23, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Asokah/Flowers at Midnight/Asokah - Flowers at Midnight.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:05', 'utime': '2021-01-06 19:01:23', 'lptime': '2021-01-19 01:36:27', 'md5': 'd0133050b70359f1983ef938d9703435', 'track_title': 'Flowers at Midnight', 'artist_name': 'Asokah', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:45.072', 'album_title': 'Flowers at Midnight', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '975141 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 975141 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-5.56', 'owner_id': 1, 'cuein': '00:00:00.411938', 'cueout': '00:02:43.377896', 'hidden': False, 'filesize': 4040827, 'description': None, 'artwork': 'imported/1/artwork/Asokah - Flowers at Midnight', 'track_type': ''}, 'row_id': 761, 'uri': 'http://<IP-Address>/rest/media/23', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.412, 'cue_out': 163.378, 'start': datetime.datetime(2021, 1, 19, 11, 47, 41), 'end': datetime.datetime(2021, 1, 19, 11, 50, 24), 'show_name': 'Testing 03', 'replay_gain': -5.56, 'independent_event': False, 'filesize': 4040827, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/23.mp3', 'file_ready': True}, '2021-01-19-11-50-24': {'id': 22, 'type': 'file', 'metadata': {'id': 22, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Enoshy/Solitude/Enoshy - Solitude.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:02', 'utime': '2021-01-06 19:01:21', 'lptime': '2021-01-19 01:39:10', 'md5': 'cf2c9331e645d432d4ee9c0e12e3bc10', 'track_title': 'Solitude', 'artist_name': 'Enoshy', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:53:33.408', 'album_title': 'Solitude', 'genre': None, 'comments': None, 'year': '2018', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'enoshy', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 enoshy', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.05', 'owner_id': 1, 'cuein': '00:00:00.145604', 'cueout': '00:53:33.384958', 'hidden': False, 'filesize': 77386574, 'description': None, 'artwork': 'imported/1/artwork/Enoshy - Solitude', 'track_type': ''}, 'row_id': 762, 'uri': 'http://<IP-Address>/rest/media/22', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.146, 'cue_out': 3213.385, 'start': datetime.datetime(2021, 1, 19, 11, 50, 24), 'end': datetime.datetime(2021, 1, 19, 12, 43, 58), 'show_name': 'Testing 03', 'replay_gain': -4.05, 'independent_event': True, 'filesize': 77386574, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/22.mp3', 'file_ready': True}}
2021-01-19 11:06:57,725 [pypoliqqueue] [INFO ]  waiting 145.274222s until next scheduled item
2021-01-19 11:09:23,004 [pypoliqqueue] [INFO ]  waiting 267.995721s until next scheduled item
2021-01-19 11:13:51,004 [pypoliqqueue] [INFO ]  waiting 222.995842s until next scheduled item
2021-01-19 11:14:57,720 [pypofetch] [INFO ]  Queue timeout. Fetching schedule manually
2021-01-19 11:14:57,813 [pypoliqqueue] [INFO ]  New schedule received: {'2021-01-19-11-17-34': {'id': 35, 'type': 'file', 'metadata': {'id': 35, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Cotard Beatz/Yoisho/Cotard Beatz - Yoisho.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:39', 'utime': '2021-01-06 19:01:46', 'lptime': '2021-01-19 01:06:19', 'md5': '9d55e38d481feb5c8aaab684283881f4', 'track_title': 'Yoisho', 'artist_name': 'Cotard Beatz', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:01:37.08', 'album_title': 'Yoisho', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Walking Corpse Records', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Walking Corpse Records', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '2.36', 'owner_id': 1, 'cuein': '00:00:00.38725', 'cueout': '00:01:37.056958', 'hidden': False, 'filesize': 2446388, 'description': None, 'artwork': 'imported/1/artwork/Cotard Beatz - Yoisho', 'track_type': ''}, 'row_id': 749, 'uri': 'http://<IP-Address>/rest/media/35', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.387, 'cue_out': 97.057, 'start': datetime.datetime(2021, 1, 19, 11, 17, 34), 'end': datetime.datetime(2021, 1, 19, 11, 19, 11), 'show_name': 'Testing 03', 'replay_gain': 2.36, 'independent_event': False, 'filesize': 2446388, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/35.mp3', 'file_ready': True}, '2021-01-19-11-19-11': {'id': 34, 'type': 'file', 'metadata': {'id': 34, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Yotsuba/Huey Daze - Yotsuba.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:37', 'utime': '2021-01-06 19:01:42', 'lptime': '2021-01-19 01:07:56', 'md5': '83ed911c396617c9d626fb70e49406db', 'track_title': 'Yotsuba', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:10.296', 'album_title': 'Yotsuba', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Huey Daze', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Huey Daze', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.42', 'owner_id': 1, 'cuein': '00:00:00.028667', 'cueout': '00:02:05.546396', 'hidden': False, 'filesize': 3204367, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Yotsuba', 'track_type': ''}, 'row_id': 750, 'uri': 'http://<IP-Address>/rest/media/34', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.029, 'cue_out': 125.546, 'start': datetime.datetime(2021, 1, 19, 11, 19, 11), 'end': datetime.datetime(2021, 1, 19, 11, 21, 16), 'show_name': 'Testing 03', 'replay_gain': -4.42, 'independent_event': False, 'filesize': 3204367, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/34.mp3', 'file_ready': True}, '2021-01-19-11-21-16': {'id': 33, 'type': 'file', 'metadata': {'id': 33, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Tenno/Journey/Tenno - Journey.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:34', 'utime': '2021-01-06 19:01:38', 'lptime': '2021-01-19 01:10:02', 'md5': 'db0abafefaf81de39e60e3f305111d27', 'track_title': 'Journey', 'artist_name': 'Tenno', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:49.44', 'album_title': 'Journey', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Tenno', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Tenno', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-1.75', 'owner_id': 1, 'cuein': '00:00:00.030792', 'cueout': '00:02:46.424125', 'hidden': False, 'filesize': 4266115, 'description': None, 'artwork': 'imported/1/artwork/Tenno - Journey', 'track_type': ''}, 'row_id': 751, 'uri': 'http://<IP-Address>/rest/media/33', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.031, 'cue_out': 166.424, 'start': datetime.datetime(2021, 1, 19, 11, 21, 16), 'end': datetime.datetime(2021, 1, 19, 11, 24, 3), 'show_name': 'Testing 03', 'replay_gain': -1.75, 'independent_event': False, 'filesize': 4266115, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/33.mp3', 'file_ready': True}, '2021-01-19-11-24-03': {'id': 32, 'type': 'file', 'metadata': {'id': 32, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Runaway./Bamboo/Runaway - Bamboo.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:31', 'utime': '2021-01-06 19:01:37', 'lptime': '2021-01-19 01:12:48', 'md5': '234366eb38ebfa26703622feb0d12536', 'track_title': 'Bamboo', 'artist_name': 'Runaway.', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:00.144', 'album_title': 'Bamboo', 'genre': None, 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1394870 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1394870 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.79', 'owner_id': 1, 'cuein': '00:00:00.075208', 'cueout': '00:02:53.073937', 'hidden': False, 'filesize': 4493817, 'description': None, 'artwork': 'imported/1/artwork/Runaway - Bamboo', 'track_type': ''}, 'row_id': 752, 'uri': 'http://<IP-Address>/rest/media/32', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.075, 'cue_out': 173.074, 'start': datetime.datetime(2021, 1, 19, 11, 24, 3), 'end': datetime.datetime(2021, 1, 19, 11, 26, 56), 'show_name': 'Testing 03', 'replay_gain': -2.79, 'independent_event': False, 'filesize': 4493817, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/32.mp3', 'file_ready': True}, '2021-01-19-11-26-56': {'id': 30, 'type': 'file', 'metadata': {'id': 30, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Answer Love/Lilac - Anata.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:26', 'utime': '2021-01-06 19:01:34', 'lptime': '2021-01-19 01:15:41', 'md5': 'ae10fed8f084892202a30fd31874d8a4', 'track_title': 'Anata', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:19.368', 'album_title': 'Answer Love', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 2, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '0.05', 'owner_id': 1, 'cuein': '00:00:00', 'cueout': '00:02:19.368', 'hidden': False, 'filesize': 3420214, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Anata', 'track_type': ''}, 'row_id': 753, 'uri': 'http://<IP-Address>/rest/media/30', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0, 'cue_out': 139.368, 'start': datetime.datetime(2021, 1, 19, 11, 26, 56), 'end': datetime.datetime(2021, 1, 19, 11, 29, 15), 'show_name': 'Testing 03', 'replay_gain': 0.05, 'independent_event': False, 'filesize': 3420214, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/30.mp3', 'file_ready': True}, '2021-01-19-11-29-15': {'id': 31, 'type': 'file', 'metadata': {'id': 31, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Sonnet/Huey Daze - Amore.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:28', 'utime': '2021-01-06 19:01:34', 'lptime': '2021-01-19 01:18:00', 'md5': 'c1d9f973a58f269cac868d94ef4111b8', 'track_title': 'Amore', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:10.296', 'album_title': 'Sonnet', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 3, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'College Music Records', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 College Music Records', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.42', 'owner_id': 1, 'cuein': '00:00:00.028667', 'cueout': '00:02:05.546396', 'hidden': False, 'filesize': 3227409, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Amore', 'track_type': ''}, 'row_id': 754, 'uri': 'http://<IP-Address>/rest/media/31', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.029, 'cue_out': 125.546, 'start': datetime.datetime(2021, 1, 19, 11, 29, 15), 'end': datetime.datetime(2021, 1, 19, 11, 31, 21), 'show_name': 'Testing 03', 'replay_gain': -4.42, 'independent_event': False, 'filesize': 3227409, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/31.mp3', 'file_ready': True}, '2021-01-19-11-31-21': {'id': 29, 'type': 'file', 'metadata': {'id': 29, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Serenade/Huey Daze - Take You There.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:23', 'utime': '2021-01-06 19:01:32', 'lptime': '2021-01-19 01:20:06', 'md5': '414827a62b5ef44502fb05c86c9e0b02', 'track_title': 'Take You There', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:32.136', 'album_title': 'Serenade', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2017', 'track_number': 2, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Huey Daze', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2017 Huey Daze', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.54', 'owner_id': 1, 'cuein': '00:00:00.199063', 'cueout': '00:02:30.456312', 'hidden': False, 'filesize': 3807982, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Take You There', 'track_type': ''}, 'row_id': 755, 'uri': 'http://<IP-Address>/rest/media/29', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.199, 'cue_out': 150.456, 'start': datetime.datetime(2021, 1, 19, 11, 31, 21), 'end': datetime.datetime(2021, 1, 19, 11, 33, 51), 'show_name': 'Testing 03', 'replay_gain': -4.54, 'independent_event': False, 'filesize': 3807982, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/29.mp3', 'file_ready': True}, '2021-01-19-11-33-51': {'id': 28, 'type': 'file', 'metadata': {'id': 28, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Answer Love/Lilac - Hatsukoi.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:21', 'utime': '2021-01-06 19:01:31', 'lptime': '2021-01-19 01:22:36', 'md5': '6298774039f1e40afbc1a3bca149f7ae', 'track_title': 'Hatsukoi', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:05.064', 'album_title': 'Answer Love', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.03', 'owner_id': 1, 'cuein': '00:00:00.155479', 'cueout': '00:02:03.249896', 'hidden': False, 'filesize': 3069668, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Hatsukoi', 'track_type': ''}, 'row_id': 756, 'uri': 'http://<IP-Address>/rest/media/28', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.155, 'cue_out': 123.25, 'start': datetime.datetime(2021, 1, 19, 11, 33, 51), 'end': datetime.datetime(2021, 1, 19, 11, 35, 54), 'show_name': 'Testing 03', 'replay_gain': -2.03, 'independent_event': False, 'filesize': 3069668, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/28.mp3', 'file_ready': True}, '2021-01-19-11-35-54': {'id': 27, 'type': 'file', 'metadata': {'id': 27, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Tenno/Legends of the Past/Tenno - Bushido.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:18', 'utime': '2021-01-06 19:01:29', 'lptime': '2021-01-19 01:24:39', 'md5': 'c4010898de23f4f94db9736b1177593b', 'track_title': 'Bushido', 'artist_name': 'Tenno', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:19.584', 'album_title': 'Legends of the Past', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Tenno', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Tenno', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.66', 'owner_id': 1, 'cuein': '00:00:00.029854', 'cueout': '00:02:18.286687', 'hidden': False, 'filesize': 3440548, 'description': None, 'artwork': 'imported/1/artwork/Tenno - Bushido', 'track_type': ''}, 'row_id': 757, 'uri': 'http://<IP-Address>/rest/media/27', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.03, 'cue_out': 138.287, 'start': datetime.datetime(2021, 1, 19, 11, 35, 54), 'end': datetime.datetime(2021, 1, 19, 11, 38, 12), 'show_name': 'Testing 03', 'replay_gain': -2.66, 'independent_event': False, 'filesize': 3440548, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/27.mp3', 'file_ready': True}, '2021-01-19-11-38-12': {'id': 26, 'type': 'file', 'metadata': {'id': 26, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Vindu/From the Ashes/Vindu - Reiwa.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:15', 'utime': '2021-01-06 19:01:28', 'lptime': '2021-01-19 01:26:58', 'md5': 'a09e58287627be3232b36307eb587632', 'track_title': 'Reiwa', 'artist_name': 'Vindu', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:48.456', 'album_title': 'From the Ashes', 'genre': 'Bosnian Electronic', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1126098 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1126098 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-6.49', 'owner_id': 1, 'cuein': '00:00:00.101458', 'cueout': '00:03:46.323292', 'hidden': False, 'filesize': 5549631, 'description': None, 'artwork': 'imported/1/artwork/Vindu - Reiwa', 'track_type': ''}, 'row_id': 758, 'uri': 'http://<IP-Address>/rest/media/26', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.101, 'cue_out': 226.323, 'start': datetime.datetime(2021, 1, 19, 11, 38, 12), 'end': datetime.datetime(2021, 1, 19, 11, 41, 58), 'show_name': 'Testing 03', 'replay_gain': -6.49, 'independent_event': False, 'filesize': 5549631, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/26.mp3', 'file_ready': True}, '2021-01-19-11-41-58': {'id': 25, 'type': 'file', 'metadata': {'id': 25, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Kimi/Lilac - Kimi.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:12', 'utime': '2021-01-06 19:01:27', 'lptime': '2021-01-19 01:30:44', 'md5': 'f44e00e2e194da8a4445d41c09a8edf3', 'track_title': 'Kimi', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:01:58.56', 'album_title': 'Kimi', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.9', 'owner_id': 1, 'cuein': '00:00:00.004458', 'cueout': '00:01:56.819854', 'hidden': False, 'filesize': 2968088, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Kimi', 'track_type': ''}, 'row_id': 759, 'uri': 'http://<IP-Address>/rest/media/25', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.004, 'cue_out': 116.82, 'start': datetime.datetime(2021, 1, 19, 11, 41, 58), 'end': datetime.datetime(2021, 1, 19, 11, 43, 55), 'show_name': 'Testing 03', 'replay_gain': -2.9, 'independent_event': False, 'filesize': 2968088, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/25.mp3', 'file_ready': True}, '2021-01-19-11-43-55': {'id': 24, 'type': 'file', 'metadata': {'id': 24, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Vindu/From the Ashes/Vindu - Akimatsuri.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:09', 'utime': '2021-01-06 19:01:25', 'lptime': '2021-01-19 01:32:41', 'md5': '0460ea132f923c735bbac93ec78d1de4', 'track_title': 'Akimatsuri', 'artist_name': 'Vindu', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:48.456', 'album_title': 'From the Ashes', 'genre': 'Bosnian Electronic', 'comments': None, 'year': '2019', 'track_number': 6, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1126098 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1126098 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-6.49', 'owner_id': 1, 'cuein': '00:00:00.101458', 'cueout': '00:03:46.323292', 'hidden': False, 'filesize': 5545653, 'description': None, 'artwork': 'imported/1/artwork/Vindu - Akimatsuri', 'track_type': ''}, 'row_id': 760, 'uri': 'http://<IP-Address>/rest/media/24', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.101, 'cue_out': 226.323, 'start': datetime.datetime(2021, 1, 19, 11, 43, 55), 'end': datetime.datetime(2021, 1, 19, 11, 47, 41), 'show_name': 'Testing 03', 'replay_gain': -6.49, 'independent_event': False, 'filesize': 5545653, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/24.mp3', 'file_ready': True}, '2021-01-19-11-47-41': {'id': 23, 'type': 'file', 'metadata': {'id': 23, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Asokah/Flowers at Midnight/Asokah - Flowers at Midnight.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:05', 'utime': '2021-01-06 19:01:23', 'lptime': '2021-01-19 01:36:27', 'md5': 'd0133050b70359f1983ef938d9703435', 'track_title': 'Flowers at Midnight', 'artist_name': 'Asokah', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:45.072', 'album_title': 'Flowers at Midnight', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '975141 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 975141 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-5.56', 'owner_id': 1, 'cuein': '00:00:00.411938', 'cueout': '00:02:43.377896', 'hidden': False, 'filesize': 4040827, 'description': None, 'artwork': 'imported/1/artwork/Asokah - Flowers at Midnight', 'track_type': ''}, 'row_id': 761, 'uri': 'http://<IP-Address>/rest/media/23', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.412, 'cue_out': 163.378, 'start': datetime.datetime(2021, 1, 19, 11, 47, 41), 'end': datetime.datetime(2021, 1, 19, 11, 50, 24), 'show_name': 'Testing 03', 'replay_gain': -5.56, 'independent_event': False, 'filesize': 4040827, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/23.mp3', 'file_ready': True}, '2021-01-19-11-50-24': {'id': 22, 'type': 'file', 'metadata': {'id': 22, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Enoshy/Solitude/Enoshy - Solitude.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:02', 'utime': '2021-01-06 19:01:21', 'lptime': '2021-01-19 01:39:10', 'md5': 'cf2c9331e645d432d4ee9c0e12e3bc10', 'track_title': 'Solitude', 'artist_name': 'Enoshy', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:53:33.408', 'album_title': 'Solitude', 'genre': None, 'comments': None, 'year': '2018', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'enoshy', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 enoshy', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.05', 'owner_id': 1, 'cuein': '00:00:00.145604', 'cueout': '00:53:33.384958', 'hidden': False, 'filesize': 77386574, 'description': None, 'artwork': 'imported/1/artwork/Enoshy - Solitude', 'track_type': ''}, 'row_id': 762, 'uri': 'http://<IP-Address>/rest/media/22', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.146, 'cue_out': 3213.385, 'start': datetime.datetime(2021, 1, 19, 11, 50, 24), 'end': datetime.datetime(2021, 1, 19, 12, 43, 58), 'show_name': 'Testing 03', 'replay_gain': -4.05, 'independent_event': True, 'filesize': 77386574, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/22.mp3', 'file_ready': True}}
2021-01-19 11:14:57,816 [pypoliqqueue] [INFO ]  waiting 156.184023s until next scheduled item
2021-01-19 11:14:57,838 [pypofetch] [INFO ]  File '/var/tmp/airtime/pypo/cache/scheduler/38.mp3' removed
2021-01-19 11:14:57,857 [pypofetch] [INFO ]  File '/var/tmp/airtime/pypo/cache/scheduler/37.mp3' removed
2021-01-19 11:14:57,858 [pypofetch] [INFO ]  Loop #2337
2021-01-19 11:17:34,029 [pypoliqqueue] [INFO ]  waiting 96.970593s until next scheduled item
2021-01-19 11:19:11,014 [pypoliqqueue] [INFO ]  waiting 124.985605s until next scheduled item
2021-01-19 11:21:16,004 [pypoliqqueue] [INFO ]  waiting 166.995685s until next scheduled item
2021-01-19 11:22:57,858 [pypofetch] [INFO ]  Queue timeout. Fetching schedule manually
2021-01-19 11:22:57,956 [pypopush] [INFO ]  heartbeat
2021-01-19 11:22:57,957 [pypoliqqueue] [INFO ]  New schedule received: {'2021-01-19-11-24-03': {'id': 32, 'type': 'file', 'metadata': {'id': 32, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Runaway./Bamboo/Runaway - Bamboo.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:31', 'utime': '2021-01-06 19:01:37', 'lptime': '2021-01-19 01:12:48', 'md5': '234366eb38ebfa26703622feb0d12536', 'track_title': 'Bamboo', 'artist_name': 'Runaway.', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:00.144', 'album_title': 'Bamboo', 'genre': None, 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1394870 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1394870 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.79', 'owner_id': 1, 'cuein': '00:00:00.075208', 'cueout': '00:02:53.073937', 'hidden': False, 'filesize': 4493817, 'description': None, 'artwork': 'imported/1/artwork/Runaway - Bamboo', 'track_type': ''}, 'row_id': 752, 'uri': 'http://<IP-Address>/rest/media/32', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.075, 'cue_out': 173.074, 'start': datetime.datetime(2021, 1, 19, 11, 24, 3), 'end': datetime.datetime(2021, 1, 19, 11, 26, 56), 'show_name': 'Testing 03', 'replay_gain': -2.79, 'independent_event': False, 'filesize': 4493817, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/32.mp3', 'file_ready': True}, '2021-01-19-11-26-56': {'id': 30, 'type': 'file', 'metadata': {'id': 30, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Answer Love/Lilac - Anata.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:26', 'utime': '2021-01-06 19:01:34', 'lptime': '2021-01-19 01:15:41', 'md5': 'ae10fed8f084892202a30fd31874d8a4', 'track_title': 'Anata', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:19.368', 'album_title': 'Answer Love', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 2, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '0.05', 'owner_id': 1, 'cuein': '00:00:00', 'cueout': '00:02:19.368', 'hidden': False, 'filesize': 3420214, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Anata', 'track_type': ''}, 'row_id': 753, 'uri': 'http://<IP-Address>/rest/media/30', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0, 'cue_out': 139.368, 'start': datetime.datetime(2021, 1, 19, 11, 26, 56), 'end': datetime.datetime(2021, 1, 19, 11, 29, 15), 'show_name': 'Testing 03', 'replay_gain': 0.05, 'independent_event': False, 'filesize': 3420214, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/30.mp3', 'file_ready': True}, '2021-01-19-11-29-15': {'id': 31, 'type': 'file', 'metadata': {'id': 31, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Sonnet/Huey Daze - Amore.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:28', 'utime': '2021-01-06 19:01:34', 'lptime': '2021-01-19 01:18:00', 'md5': 'c1d9f973a58f269cac868d94ef4111b8', 'track_title': 'Amore', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:10.296', 'album_title': 'Sonnet', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 3, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'College Music Records', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 College Music Records', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.42', 'owner_id': 1, 'cuein': '00:00:00.028667', 'cueout': '00:02:05.546396', 'hidden': False, 'filesize': 3227409, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Amore', 'track_type': ''}, 'row_id': 754, 'uri': 'http://<IP-Address>/rest/media/31', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.029, 'cue_out': 125.546, 'start': datetime.datetime(2021, 1, 19, 11, 29, 15), 'end': datetime.datetime(2021, 1, 19, 11, 31, 21), 'show_name': 'Testing 03', 'replay_gain': -4.42, 'independent_event': False, 'filesize': 3227409, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/31.mp3', 'file_ready': True}, '2021-01-19-11-31-21': {'id': 29, 'type': 'file', 'metadata': {'id': 29, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Serenade/Huey Daze - Take You There.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:23', 'utime': '2021-01-06 19:01:32', 'lptime': '2021-01-19 01:20:06', 'md5': '414827a62b5ef44502fb05c86c9e0b02', 'track_title': 'Take You There', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:32.136', 'album_title': 'Serenade', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2017', 'track_number': 2, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Huey Daze', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2017 Huey Daze', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.54', 'owner_id': 1, 'cuein': '00:00:00.199063', 'cueout': '00:02:30.456312', 'hidden': False, 'filesize': 3807982, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Take You There', 'track_type': ''}, 'row_id': 755, 'uri': 'http://<IP-Address>/rest/media/29', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.199, 'cue_out': 150.456, 'start': datetime.datetime(2021, 1, 19, 11, 31, 21), 'end': datetime.datetime(2021, 1, 19, 11, 33, 51), 'show_name': 'Testing 03', 'replay_gain': -4.54, 'independent_event': False, 'filesize': 3807982, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/29.mp3', 'file_ready': True}, '2021-01-19-11-33-51': {'id': 28, 'type': 'file', 'metadata': {'id': 28, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Answer Love/Lilac - Hatsukoi.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:21', 'utime': '2021-01-06 19:01:31', 'lptime': '2021-01-19 01:22:36', 'md5': '6298774039f1e40afbc1a3bca149f7ae', 'track_title': 'Hatsukoi', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:05.064', 'album_title': 'Answer Love', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.03', 'owner_id': 1, 'cuein': '00:00:00.155479', 'cueout': '00:02:03.249896', 'hidden': False, 'filesize': 3069668, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Hatsukoi', 'track_type': ''}, 'row_id': 756, 'uri': 'http://<IP-Address>/rest/media/28', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.155, 'cue_out': 123.25, 'start': datetime.datetime(2021, 1, 19, 11, 33, 51), 'end': datetime.datetime(2021, 1, 19, 11, 35, 54), 'show_name': 'Testing 03', 'replay_gain': -2.03, 'independent_event': False, 'filesize': 3069668, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/28.mp3', 'file_ready': True}, '2021-01-19-11-35-54': {'id': 27, 'type': 'file', 'metadata': {'id': 27, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Tenno/Legends of the Past/Tenno - Bushido.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:18', 'utime': '2021-01-06 19:01:29', 'lptime': '2021-01-19 01:24:39', 'md5': 'c4010898de23f4f94db9736b1177593b', 'track_title': 'Bushido', 'artist_name': 'Tenno', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:19.584', 'album_title': 'Legends of the Past', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Tenno', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Tenno', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.66', 'owner_id': 1, 'cuein': '00:00:00.029854', 'cueout': '00:02:18.286687', 'hidden': False, 'filesize': 3440548, 'description': None, 'artwork': 'imported/1/artwork/Tenno - Bushido', 'track_type': ''}, 'row_id': 757, 'uri': 'http://<IP-Address>/rest/media/27', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.03, 'cue_out': 138.287, 'start': datetime.datetime(2021, 1, 19, 11, 35, 54), 'end': datetime.datetime(2021, 1, 19, 11, 38, 12), 'show_name': 'Testing 03', 'replay_gain': -2.66, 'independent_event': False, 'filesize': 3440548, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/27.mp3', 'file_ready': True}, '2021-01-19-11-38-12': {'id': 26, 'type': 'file', 'metadata': {'id': 26, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Vindu/From the Ashes/Vindu - Reiwa.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:15', 'utime': '2021-01-06 19:01:28', 'lptime': '2021-01-19 01:26:58', 'md5': 'a09e58287627be3232b36307eb587632', 'track_title': 'Reiwa', 'artist_name': 'Vindu', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:48.456', 'album_title': 'From the Ashes', 'genre': 'Bosnian Electronic', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1126098 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1126098 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-6.49', 'owner_id': 1, 'cuein': '00:00:00.101458', 'cueout': '00:03:46.323292', 'hidden': False, 'filesize': 5549631, 'description': None, 'artwork': 'imported/1/artwork/Vindu - Reiwa', 'track_type': ''}, 'row_id': 758, 'uri': 'http://<IP-Address>/rest/media/26', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.101, 'cue_out': 226.323, 'start': datetime.datetime(2021, 1, 19, 11, 38, 12), 'end': datetime.datetime(2021, 1, 19, 11, 41, 58), 'show_name': 'Testing 03', 'replay_gain': -6.49, 'independent_event': False, 'filesize': 5549631, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/26.mp3', 'file_ready': True}, '2021-01-19-11-41-58': {'id': 25, 'type': 'file', 'metadata': {'id': 25, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Kimi/Lilac - Kimi.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:12', 'utime': '2021-01-06 19:01:27', 'lptime': '2021-01-19 01:30:44', 'md5': 'f44e00e2e194da8a4445d41c09a8edf3', 'track_title': 'Kimi', 'artist_name': 'Lilac', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:01:58.56', 'album_title': 'Kimi', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2020', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Lilac', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2020 Lilac', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-2.9', 'owner_id': 1, 'cuein': '00:00:00.004458', 'cueout': '00:01:56.819854', 'hidden': False, 'filesize': 2968088, 'description': None, 'artwork': 'imported/1/artwork/Lilac - Kimi', 'track_type': ''}, 'row_id': 759, 'uri': 'http://<IP-Address>/rest/media/25', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.004, 'cue_out': 116.82, 'start': datetime.datetime(2021, 1, 19, 11, 41, 58), 'end': datetime.datetime(2021, 1, 19, 11, 43, 55), 'show_name': 'Testing 03', 'replay_gain': -2.9, 'independent_event': False, 'filesize': 2968088, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/25.mp3', 'file_ready': True}, '2021-01-19-11-43-55': {'id': 24, 'type': 'file', 'metadata': {'id': 24, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Vindu/From the Ashes/Vindu - Akimatsuri.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:09', 'utime': '2021-01-06 19:01:25', 'lptime': '2021-01-19 01:32:41', 'md5': '0460ea132f923c735bbac93ec78d1de4', 'track_title': 'Akimatsuri', 'artist_name': 'Vindu', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:03:48.456', 'album_title': 'From the Ashes', 'genre': 'Bosnian Electronic', 'comments': None, 'year': '2019', 'track_number': 6, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '1126098 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 1126098 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-6.49', 'owner_id': 1, 'cuein': '00:00:00.101458', 'cueout': '00:03:46.323292', 'hidden': False, 'filesize': 5545653, 'description': None, 'artwork': 'imported/1/artwork/Vindu - Akimatsuri', 'track_type': ''}, 'row_id': 760, 'uri': 'http://<IP-Address>/rest/media/24', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.101, 'cue_out': 226.323, 'start': datetime.datetime(2021, 1, 19, 11, 43, 55), 'end': datetime.datetime(2021, 1, 19, 11, 47, 41), 'show_name': 'Testing 03', 'replay_gain': -6.49, 'independent_event': False, 'filesize': 5545653, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/24.mp3', 'file_ready': True}, '2021-01-19-11-47-41': {'id': 23, 'type': 'file', 'metadata': {'id': 23, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Asokah/Flowers at Midnight/Asokah - Flowers at Midnight.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:05', 'utime': '2021-01-06 19:01:23', 'lptime': '2021-01-19 01:36:27', 'md5': 'd0133050b70359f1983ef938d9703435', 'track_title': 'Flowers at Midnight', 'artist_name': 'Asokah', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:45.072', 'album_title': 'Flowers at Midnight', 'genre': 'Japanese Chillhop', 'comments': None, 'year': '2019', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': '975141 Records DK', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 975141 Records DK', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-5.56', 'owner_id': 1, 'cuein': '00:00:00.411938', 'cueout': '00:02:43.377896', 'hidden': False, 'filesize': 4040827, 'description': None, 'artwork': 'imported/1/artwork/Asokah - Flowers at Midnight', 'track_type': ''}, 'row_id': 761, 'uri': 'http://<IP-Address>/rest/media/23', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.412, 'cue_out': 163.378, 'start': datetime.datetime(2021, 1, 19, 11, 47, 41), 'end': datetime.datetime(2021, 1, 19, 11, 50, 24), 'show_name': 'Testing 03', 'replay_gain': -5.56, 'independent_event': False, 'filesize': 4040827, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/23.mp3', 'file_ready': True}, '2021-01-19-11-50-24': {'id': 22, 'type': 'file', 'metadata': {'id': 22, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Enoshy/Solitude/Enoshy - Solitude.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:02', 'utime': '2021-01-06 19:01:21', 'lptime': '2021-01-19 01:39:10', 'md5': 'cf2c9331e645d432d4ee9c0e12e3bc10', 'track_title': 'Solitude', 'artist_name': 'Enoshy', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:53:33.408', 'album_title': 'Solitude', 'genre': None, 'comments': None, 'year': '2018', 'track_number': 1, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'enoshy', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2019 enoshy', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.05', 'owner_id': 1, 'cuein': '00:00:00.145604', 'cueout': '00:53:33.384958', 'hidden': False, 'filesize': 77386574, 'description': None, 'artwork': 'imported/1/artwork/Enoshy - Solitude', 'track_type': ''}, 'row_id': 762, 'uri': 'http://<IP-Address>/rest/media/22', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.146, 'cue_out': 3213.385, 'start': datetime.datetime(2021, 1, 19, 11, 50, 24), 'end': datetime.datetime(2021, 1, 19, 12, 43, 58), 'show_name': 'Testing 03', 'replay_gain': -4.05, 'independent_event': True, 'filesize': 77386574, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/22.mp3', 'file_ready': True}}
2021-01-19 11:22:57,959 [pypoliqqueue] [INFO ]  waiting 65.040637s until next scheduled item
2021-01-19 11:22:57,975 [pypofetch] [INFO ]  File '/var/tmp/airtime/pypo/cache/scheduler/36.mp3' removed
2021-01-19 11:22:57,998 [pypofetch] [INFO ]  File '/var/tmp/airtime/pypo/cache/scheduler/35.mp3' removed
2021-01-19 11:22:58,017 [pypofetch] [INFO ]  File '/var/tmp/airtime/pypo/cache/scheduler/34.mp3' removed
2021-01-19 11:22:58,017 [pypofetch] [INFO ]  Loop #2338
2021-01-19 11:24:03,004 [pypoliqqueue] [INFO ]  waiting 172.995715s until next scheduled item
2021-01-19 11:26:56,005 [pypoliqqueue] [INFO ]  waiting 138.994652s until next scheduled item
2021-01-19 11:29:15,004 [pypoliqqueue] [INFO ]  waiting 125.995308s until next scheduled item
2021-01-19 11:30:58,018 [pypofetch] [INFO ]  Queue timeout. Fetching schedule manually
2021-01-19 11:30:58,094 [pypoliqqueue] [INFO ]  New schedule received: {'2021-01-19-11-31-21': {'id': 29, 'type': 'file', 'metadata': {'id': 29, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Huey Daze/Serenade/Huey Daze - Take You There.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:23', 'utime': '2021-01-06 19:01:32', 'lptime': '2021-01-19 01:20:06', 'md5': '414827a62b5ef44502fb05c86c9e0b02', 'track_title': 'Take You There', 'artist_name': 'Huey Daze', 'bit_rate': 192000, 'sample_rate': 48000, 'format': None, 'length': '00:02:32.136', 'album_title': 'Serenade', 'genre': 'Lo-fi Beats', 'comments': None, 'year': '2017', 'track_number': 2, 'channels': 2, 'url': None, 'bpm': None, 'rating': None, 'encoded_by': None, 'disc_number': None, 'mood': None, 'label': 'Huey Daze', 'composer': None, 'encoder': None, 'checksum': None, 'lyrics': None, 'orchestra': None, 'conductor': None, 'lyricist': None, 'original_lyricist': None, 'radio_station_name': None, 'info_url': None, 'artist_url': None, 'audio_source_url': None, 'radio_station_url': None, 'buy_this_url': None, 'isrc_number': None, 'catalog_number': None, 'original_artist': None, 'copyright': '2017 Huey Daze', 'report_datetime': None, 'report_location': None, 'report_organization': None, 'subject': None, 'contributor': None, 'language': None, 'soundcloud_id': None, 'soundcloud_error_code': None, 'soundcloud_error_msg': None, 'soundcloud_link_to_file': None, 'soundcloud_upload_time': None, 'replay_gain': '-4.54', 'owner_id': 1, 'cuein': '00:00:00.199063', 'cueout': '00:02:30.456312', 'hidden': False, 'filesize': 3807982, 'description': None, 'artwork': 'imported/1/artwork/Huey Daze - Take You There', 'track_type': ''}, 'row_id': 755, 'uri': 'http://<IP-Address>/rest/media/29', 'fade_in': 500, 'fade_out': 500, 'cue_in': 0.199, 'cue_out': 150.456, 'start': datetime.datetime(2021, 1, 19, 11, 31, 21), 'end': datetime.datetime(2021, 1, 19, 11, 33, 51), 'show_name': 'Testing 03', 'replay_gain': -4.54, 'independent_event': False, 'filesize': 3807982, 'file_ext': '.mp3', 'dst': '/var/tmp/airtime/pypo/cache/scheduler/29.mp3', 'file_ready': True}, '2021-01-19-11-33-51': {'id': 28, 'type': 'file', 'metadata': {'id': 28, 'name': '', 'mime': 'audio/mp3', 'ftype': 'audioclip', 'directory': 1, 'filepath': 'imported/1/Lilac/Answer Love/Lilac - Hatsukoi.mp3', 'import_status': 0, 'currentlyaccessing': 0, 'editedby': None, 'mtime': '2021-01-06 19:04:21', 'utime': '2021-01-06 19:01:31', 'lptime': '2021-01-19 01:22:36', 'md5': 

@samkitk
Copy link
Contributor Author

samkitk commented Jan 19, 2021

It looks like the issue is related to the computer being able to access the server for whatever reason based upon CORS etc. Have you tried adding your IP to the CORS url under settings ? I'm not sure why this would be having an issue but this would be my first place to try to fix the issue based upon the zendphp log.

Also you should look at the logs for the various services that are failing as @paddatrapper recommended in the last comment.

Hi @Robbt ,
Yes, have added the IP Address under Settings >> General >> Allowed CORS URLS
Attaching my CORLS URLS here

http://IP-Address
IP-Address
localhost
http://localhost
http://127.0.0.1
127.0.0.1

@samkitk
Copy link
Contributor Author

samkitk commented Jan 19, 2021

Though, it's interesting to note that systemctl status shows everything as "running" with a green dot.

Output for systemctl status

root@radio:~# systemctl status
● radio
    State: running
     Jobs: 0 queued
   Failed: 0 units
    Since: Wed 2021-01-06 19:21:24 UTC; 1 weeks 5 days ago
   CGroup: /
           ├─user.slice
           │ └─user-0.slice
           │   ├─session-2814.scope
           │   │ ├─ 985 sshd: root@pts/0
           │   │ ├─1081 -bash
           │   │ ├─4280 systemctl status
           │   │ └─4281 systemctl status
           │   ├─session-199.scope
           │   │ ├─10562 tmux
           │   │ ├─10563 -bash
           │   │ ├─31455 python3 manage.py runserver 0.0.0.0:8080
           │   │ └─31460 /root/stepwellradio/.venv/bin/python3 manage.py runserver 0.0.0.0:8080
           │   └─user@0.service
           │     └─init.scope
           │       ├─5623 /lib/systemd/systemd --user
           │       └─5624 (sd-pam)
           ├─init.scope
           │ └─1 /sbin/init
           └─system.slice
             ├─apache2.service
             │ ├─  325 /usr/sbin/apache2 -k start
             │ ├─  394 /usr/sbin/apache2 -k start
             │ ├─ 1458 /usr/sbin/apache2 -k start
             │ ├─ 1967 /usr/sbin/apache2 -k start
             │ ├─ 2335 /usr/sbin/apache2 -k start
             │ ├─18694 /usr/sbin/apache2 -k start
             │ ├─21872 /usr/sbin/apache2 -k start
             │ ├─21874 /usr/sbin/apache2 -k start
             │ ├─22239 /usr/sbin/apache2 -k start
             │ ├─30325 /usr/sbin/apache2 -k start
             │ ├─30326 /usr/sbin/apache2 -k start
             │ └─32648 /usr/sbin/apache2 -k start
             ├─libretime-celery.service
             │ ├─5048 /usr/bin/python3 /usr/local/bin/celery worker -A airtime-celery.tasks:celery --time-limit=1800 --concurrency=1 --
             │ └─5088 /usr/bin/python3 /usr/local/bin/celery worker -A airtime-celery.tasks:celery --time-limit=1800 --concurrency=1 --
             ├─systemd-networkd.service
             │ └─607 /lib/systemd/systemd-networkd
             ├─systemd-udevd.service
             │ └─685 /lib/systemd/systemd-udevd
             ├─cron.service
             │ └─812 /usr/sbin/cron -f
             ├─system-serial\x2dgetty.slice
             │ └─serial-getty@ttyS0.service
             │   └─833 /sbin/agetty -o -p -- \u --keep-baud 115200,38400,9600 ttyS0 vt220
             ├─polkit.service
             │ └─868 /usr/lib/policykit-1/polkitd --no-debug
             ├─networkd-dispatcher.service
             │ └─792 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers
             ├─libretime-playout.service
             │ └─5253 /usr/bin/python3 /usr/bin/airtime-playout
             ├─do-agent.service
             │ └─784 /opt/digitalocean/bin/do-agent --syslog
             ├─accounts-daemon.service
             │ └─778 /usr/lib/accountsservice/accounts-daemon
             ├─osspd.service
             │ └─782 /usr/sbin/osspd -f --dsp-slave=/usr/lib/osspd/ossp-slave
             ├─systemd-journald.service
             │ └─417 /lib/systemd/systemd-journald
             ├─atd.service
             │ └─818 /usr/sbin/atd -f
             ├─unattended-upgrades.service
             │ └─879 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
             ├─ssh.service
             │ ├─ 867 /usr/sbin/sshd -D
             │ ├─4196 sshd: [accepted]
             │ ├─4198 sshd: [net]
             │ ├─4267 sshd: [accepted]
             │ └─4269 sshd: [net]
             ├─system-postgresql.slice
             │ └─postgresql@10-main.service
             │   ├─1016 /usr/lib/postgresql/10/bin/postgres -D /var/lib/postgresql/10/main -c config_file=/etc/postgresql/10/main/postg
             │   ├─1040 postgres: 10/main: checkpointer process   
             │   ├─1041 postgres: 10/main: writer process   
             │   ├─1042 postgres: 10/main: wal writer process   
             │   ├─1043 postgres: 10/main: autovacuum launcher process   
             │   ├─1044 postgres: 10/main: stats collector process   
             │   └─1045 postgres: 10/main: bgworker: logical replication launcher   
             ├─icecast2.service
             │ └─924 /usr/bin/icecast2 -b -c /etc/icecast2/icecast.xml
             ├─libretime-analyzer.service
             │ └─5871 /usr/bin/python3 /usr/bin/airtime_analyzer
             ├─rsyslog.service
             │ └─804 /usr/sbin/rsyslogd -n
             ├─lxcfs.service
             │ └─780 /usr/bin/lxcfs /var/lib/lxcfs/
             ├─lvm2-lvmetad.service
             │ └─424 /sbin/lvmetad -f
             ├─libretime-liquidsoap.service
             │ └─5408 airtime-liquidsoap /usr/local/lib/python3.6/dist-packages/airtime_playout-1.0-py3.6.egg/liquidsoap/1.1/ls_script.
             ├─systemd-resolved.service
             │ └─618 /lib/systemd/systemd-resolved
             ├─rabbitmq-server.service
             │ ├─ 819 /bin/sh /usr/sbin/rabbitmq-server
             │ ├─ 842 /usr/lib/erlang/erts-9.2/bin/beam.smp -W w -A 64 -P 1048576 -t 5000000 -stbt db -zdbbl 32000 -K true -- -root /us
             │ ├─ 986 /usr/lib/erlang/erts-9.2/bin/epmd -daemon
             │ ├─1212 erl_child_setup 65536
             │ ├─1336 inet_gethost 4
             │ └─1337 inet_gethost 4
             ├─dbus.service
             │ └─774 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
             ├─systemd-timesyncd.service
             │ └─526 /lib/systemd/systemd-timesyncd
             ├─system-getty.slice
             │ └─getty@tty1.service
             │   └─835 /sbin/agetty -o -p -- \u --noclear tty1 linux
             └─systemd-logind.service
               └─781 /lib/systemd/systemd-logind

@stale
Copy link

stale bot commented Jun 22, 2021

This issue has been automatically marked as stale because it has not had activity in the last 5 months. It will be closed if no activity occurs in the next month.
Please chat to us on discourse or ask for help on our chat if you have any questions or need further support with getting this issue resolved.
You may also label an issue as pinned if you would like to make sure that it does not get closed by this bot.

@stale stale bot added the status: stalled This issue or pull request is stalled label Jun 22, 2021
@stale
Copy link

stale bot commented Jul 31, 2021

This issue has been automatically closed after is was marked as stale and did not receive any further inputs.
Feel free to let us know on discourse or ask for help on our chat if you feel this issue should not have been closed.
Thank you for your contributions.

@stale stale bot closed this as completed Jul 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is: bug status: stalled This issue or pull request is stalled
Projects
None yet
Development

No branches or pull requests

4 participants