Package Details: tizonia-all 0.22.0-1

Git Clone URL: https://aur.archlinux.org/tizonia-all.git (read-only, click to copy)
Package Base: tizonia-all
Description: Command-line cloud music player for Linux with support for Spotify, Google Play Music, YouTube, SoundCloud, TuneIn, iHeartRadio, Plex servers and Chromecast devices.
Upstream URL: https://tizonia.org
Licenses: LGPL
Submitter: juanrubio
Maintainer: juanrubio
Last Packager: juanrubio
Votes: 12
Popularity: 0.010063
First Submitted: 2017-08-26 22:14 (UTC)
Last Updated: 2020-05-24 12:44 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

FabioLolix commented on 2023-05-13 09:59 (UTC)

Hello, time to drop python-gmusicapi (unofficial client library for Google Music) since Google Music no longer exist?

MrNiil commented on 2022-12-26 08:05 (UTC) (edited on 2022-12-26 08:28 (UTC) by MrNiil)

I am getting an error when trying to install the python-soundcloud-git dependency which has been dropped. Does anyone have a solution?

EDT: I have fixed the problem with the dependency, but now I am getting errors installing the Tizonia package. Has anyone managed to get it working recently?

drew33 commented on 2022-05-16 14:56 (UTC) (edited on 2022-05-16 14:57 (UTC) by drew33)

Hi @0xFF1E071F - this is a genuine bug with upstream (on both the 0.22 release & latest dev/git).

I've raised a bug: https://github.com/tizonia/tizonia-openmax-il/issues/794

However, it looks like the maintainer is no longer active / is quite busy, so someone else would need to fix (not sure I have time myself).

0xFF1E071F commented on 2022-02-07 11:07 (UTC)

I have used the patch provided by @leapfrog I have successfully compiled and installed the application It also runs!

But when i am trying to listen/search a youtube song i got segmentation fault:

$ tizonia --youtube-audio-search "amon amarth"
tizonia 0.22.0. Copyright (C) 2020 Juan A. Rubio and contributors
This software is part of the Tizonia project <https://tizonia.org>

[1]    121512 segmentation fault (core dumped)  tizonia --youtube-audio-search "amon amarth"

leapfrog commented on 2022-01-26 07:52 (UTC) (edited on 2022-01-26 08:00 (UTC) by leapfrog)

In case you have build errors like this, try the patch below (worked on tizonia 0.22.0):

../clients/chromecast/libtizchromecast/src/tizchromecast.cpp: In member function ‘tiz_chromecast_error_t tizchromecast::start()’:
../clients/chromecast/libtizchromecast/src/tizchromecast.cpp:108:63: error: ‘_1’ was not declared in this scope
  108 |           boost::bind (&tizchromecast::new_cast_status, this, _1, _2));

The patch:

diff --git a/PKGBUILD b/PKGBUILD
index 0c1ac4a..32ba976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,6 +59,8 @@ prepare() {
       echo >&2 "Please uninstall tizonia-all or tizonia-all-git before proceeding." ; \
       echo >&2 "See https://github.com/tizonia/tizonia-openmax-il/issues/485." ; \
       exit 1; }
+  sed -i 's/boost::bind \(.*\) _1, _2/boost::bind \1 boost::placeholders::_1, boost::placeholders::_2/' "$srcdir/${_githubname}-${pkgver}/clients/chromecast/libtizchromecast/src/tizchromecast.cpp"
+  sed -i 's/boost::bind \(.*\) _1/boost::bind \1 boost::placeholders::_1/' "$srcdir/${_githubname}-${pkgver}/player/src/tizgraphmgr.cpp"
   mkdir -p "$srcdir/path"
 }

nodes commented on 2022-01-18 21:33 (UTC)

The build fails with the following

==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Starting build()...
Traceback (most recent call last):
  File "/home/pd/.cache/yay/python-validictory/src/validictory-1.1.2/setup.py", line 5, in <module>
    from validictory import __version__
  File "/home/pd/.cache/yay/python-validictory/src/validictory-1.1.2/validictory/__init__.py", line 3, in <module>
    from validictory.validator import (SchemaValidator, FieldValidationError, MultipleValidationError,
  File "/home/pd/.cache/yay/python-validictory/src/validictory-1.1.2/validictory/validator.py", line 7, in <module>
    from collections import Mapping, Container
ImportError: cannot import name 'Mapping' from 'collections' (/usr/lib/python3.10/collections/__init__.py)
==> ERROR: A failure occurred in build().

0xFF1E071F commented on 2021-12-21 10:58 (UTC)

While installing tizonia-all

In file included from /usr/include/boost/mpl/aux_/include_preprocessed.hpp:37,
                 from /usr/include/boost/mpl/placeholders.hpp:43,
                 from /usr/include/boost/iterator/iterator_categories.hpp:16,
                 from /usr/include/boost/iterator/iterator_facade.hpp:13,
                 from /usr/include/boost/range/iterator_range_core.hpp:27,
                 from /usr/include/boost/lexical_cast.hpp:30,
                 from ../clients/chromecast/libtizchromecast/src/tizchromecast.cpp:35:
/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:42:16: note:   ‘mpl_::_2’
   42 | typedef arg<2> _2;
      |                ^~
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: tizonia-all

While installing tizonia-all-git

In file included from /usr/include/boost/mpl/aux_/include_preprocessed.hpp:37,
                 from /usr/include/boost/mpl/placeholders.hpp:43,
                 from /usr/include/boost/iterator/iterator_categories.hpp:16,
                 from /usr/include/boost/iterator/iterator_facade.hpp:13,
                 from /usr/include/boost/range/iterator_range_core.hpp:27,
                 from /usr/include/boost/lexical_cast.hpp:30,
                 from ../tizonia-all-git/clients/chromecast/libtizchromecast/src/tizchromecast.cpp:35:
/usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp:42:16: note:   ‘mpl_::_2’
   42 | typedef arg<2> _2;
      |                ^~
samu: subcommand failed
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: tizonia-all-git

Ok i got these errors. What should i do?

Note this gist didn't work for me: https://gist.github.com/yannleretaille/66b86240a2f455931d24b26ea3c3b23f

dreieck commented on 2021-12-18 09:36 (UTC) (edited on 2021-12-18 09:40 (UTC) by dreieck)

Hey, thanks for the package. (Currently it segfaults at least on spotify, that I want to report upstream.)

Can you please add provides=("tizonia=${pkgver}") and conflicts=('tizonia')?

dreieck commented on 2021-11-15 16:07 (UTC) (edited on 2021-11-15 16:08 (UTC) by dreieck)

The fix proposed by @yannleretaille on 2021-02-27 actually makes the software compile for me, without I get build error.

@maintainer(s) (@juanrubio), please incorporate that fix into the PKGBUILD until a new official release is out where the proper resolution of this issue has been incorporated upstream.

dreieck commented on 2021-11-15 15:52 (UTC) (edited on 2021-11-15 16:08 (UTC) by dreieck)

@s1lv3r: python-gmusicapi is now in the AUR. Although orphaned, it builds and installs for me.